Skip to content

Commit

Permalink
feat(blockdata): update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
amkCha committed Jan 14, 2025
1 parent d1fe2e6 commit b1d26c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ BLOCKDATA_FOR_REFERENCE_TESTS := $(wildcard blockdata/*.lisp) \
$(wildcard blockdata/processing/*.lisp) \
$(wildcard blockdata/processing/gaslimit/common.lisp) \
$(wildcard blockdata/processing/gaslimit/ethereum.lisp) \
$(wildcard blockdata/processing/gaslimit/constants-ethereum.lisp) \
$(wildcard blockdata/lookups/*.lisp)

# with gaslimit for linea file
BLOCKDATA_FOR_LINEA := $(wildcard blockdata/*.lisp) \
$(wildcard blockdata/processing/*.lisp) \
$(wildcard blockdata/processing/gaslimit/common.lisp) \
$(wildcard blockdata/processing/gaslimit/linea.lisp) \
$(wildcard blockdata/processing/gaslimit/constants-linea.lisp) \
$(wildcard blockdata/lookups/*.lisp)

Expand Down
2 changes: 1 addition & 1 deletion blockdata/processing/gaslimit/constants-ethereum.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

;; TODO add reference to global constants
(defconst GAS_LIMIT_MINIMUM 5000)
(defconst GAS_LIMIT_MAXIMUM 0xffffffffffffffff)
(defconst GAS_LIMIT_MAXIMUM 0xffffffffffffffff)

0 comments on commit b1d26c4

Please sign in to comment.