Skip to content

Commit d301485

Browse files
addressed review comments
1 parent 131719c commit d301485

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

hub/cancun/columns/transaction.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
;; end of transaction predictions
3737
( STATUS_CODE :binary )
38-
( GAS_LEFTOVER :i64 )
39-
( REFUND_COUNTER_INFINITY :i64 )
40-
( REFUND_EFFECTIVE :i64 )
38+
( GAS_LEFTOVER :i32 )
39+
( REFUND_COUNTER_INFINITY :i25 )
40+
( REFUND_EFFECTIVE :i25 )
4141

4242
;; coinbase related
4343
( COINBASE_ADDRESS_HI :i32 )

hub/london/columns/transaction.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
;; end of transaction predictions
3737
( STATUS_CODE :binary)
38-
( GAS_LEFTOVER :i64 )
39-
( REFUND_COUNTER_INFINITY :i64 )
40-
( REFUND_EFFECTIVE :i64 )
38+
( GAS_LEFTOVER :i32 )
39+
( REFUND_COUNTER_INFINITY :i25 )
40+
( REFUND_EFFECTIVE :i25 )
4141

4242
;; coinbase related
4343
( COINBASE_ADDRESS_HI :i32 )

hub/osaka/columns/transaction.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
;; end of transaction predictions
3737
( STATUS_CODE :binary )
38-
( GAS_LEFTOVER :i64 )
39-
( REFUND_COUNTER_INFINITY :i64 )
40-
( REFUND_EFFECTIVE :i64 )
38+
( GAS_LEFTOVER :i32 )
39+
( REFUND_COUNTER_INFINITY :i25 )
40+
( REFUND_EFFECTIVE :i25 )
4141

4242
;; coinbase related
4343
( COINBASE_ADDRESS_HI :i32 )

hub/prague/columns/transaction.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
;; end of transaction predictions
3737
( STATUS_CODE :binary )
38-
( GAS_LEFTOVER :i64 )
39-
( REFUND_COUNTER_INFINITY :i64 )
40-
( REFUND_EFFECTIVE :i64 )
38+
( GAS_LEFTOVER :i32 )
39+
( REFUND_COUNTER_INFINITY :i25 )
40+
( REFUND_EFFECTIVE :i25 )
4141

4242
;; coinbase related
4343
( COINBASE_ADDRESS_HI :i32 )

hub/shanghai/columns/transaction.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
;; end of transaction predictions
3737
( STATUS_CODE :binary)
38-
( GAS_LEFTOVER :i64 )
39-
( REFUND_COUNTER_INFINITY :i64 )
40-
( REFUND_EFFECTIVE :i64 )
38+
( GAS_LEFTOVER :i32 )
39+
( REFUND_COUNTER_INFINITY :i25 )
40+
( REFUND_EFFECTIVE :i25 )
4141

4242
;; coinbase related
4343
( COINBASE_ADDRESS_HI :i32 )

0 commit comments

Comments
 (0)