erigon-pulse/core/state
Kian b40e81bf3a
Fix 'make bindings' (#6824)
Solidity 0.8.0 breaks the current use of `payable` in these test
contracts, resulting in errors like
```
Error: Type address is not implicitly convertible to expected type address payable.
  --> selfDestructor.sol:10:9:
   |
10 |         address payable nil = address(0);
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Related to #6680
2023-02-10 09:03:45 +07:00
..
contracts Fix 'make bindings' (#6824) 2023-02-10 09:03:45 +07:00
exec E3: fix unwind changes visibility (#6147) 2022-11-30 08:31:13 +07:00
historyv2read e3: move txnum to erigon-lib (#6663) 2023-01-22 19:39:33 +07:00
temporal e3: last reader to close/remove merged files (marked as canDelete) inside tx.Rollback() (#6738) 2023-02-01 15:44:13 +07:00
access_list_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
access_list.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
cached_reader2.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
cached_reader.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
cached_writer.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
change_set_writer.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
database_test.go e3: use historyReader constructor in tests (#6677) 2023-01-24 12:43:04 +07:00
database.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
db_state_reader.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
db_state_writer.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
dump.go e3: eth_getModifiedAccountsByNumber (#6733) 2023-01-29 10:10:39 +07:00
helper.go Don't store RLPs in valueNodes (except tests). 2019-11-13 20:08:20 +01:00
history_reader_inc.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
history_reader_v3.go e3: prepare trace_transaction env without execution (#6675) 2023-01-24 11:18:32 +07:00
history_reader_v4.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
history_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
history_walk.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
intra_block_state_test.go fix tests 2023-01-17 13:59:31 +07:00
intra_block_state.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
journal.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
plain_readonly.go e3: prepare trace_transaction env without execution (#6675) 2023-01-24 11:18:32 +07:00
plain_state_reader.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
plain_state_writer.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
recon_state.go e3: indices wal - to reuse etl collector (#6757) 2023-02-01 10:02:29 +07:00
recon_writer_inc.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
rw_v3.go e3: getLogs on iterators (#6683) 2023-01-25 16:29:41 +07:00
state_object_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
state_object.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
state_test.go e3: debug_accountRange (#6726) 2023-01-28 12:03:24 +07:00