erigon-pulse/tests
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
..
automated-testing feat(ci): run 2x dev nodes for automated-testing (#5346) 2022-12-09 20:07:57 +07:00
bor/mocks Bor file structure updated (#6167) 2023-01-31 14:00:57 +05:30
contracts Fix 'make bindings' (#6824) 2023-02-10 09:03:45 +07:00
execution-spec-tests Update execution-spec-tests (#6640) 2023-01-31 12:52:04 +01:00
fuzzers reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@b6247b008e Revert updates to tests/testdata (#6780) 2023-02-05 20:35:01 +00:00
.gitignore Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
block_test_util.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
block_test.go Wei -> Gwei tests update (#6619) 2023-01-18 17:47:59 +01:00
difficulty_test_util.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
difficulty_test.go Try non-parallel tests (#6021) 2022-11-10 23:47:35 +00:00
exec_spec_test.go Update execution-spec-tests (#6640) 2023-01-31 12:52:04 +01:00
gen_btheader.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
gen_difficultytest.go Update consensus tests to 10.2. EIP-2681 (#3103) 2021-12-07 18:24:59 +01:00
gen_stenv.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
init_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
init.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
rlp_test_util.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
rlp_test.go Try non-parallel tests (#6021) 2022-11-10 23:47:35 +00:00
state_test_util.go Switch AccessList, IntrinsicGas, SafeAdd/Mul to erigon-lib (#6709) 2023-01-26 12:26:12 +01:00
state_test.go Amend EIP-3860 per EIPs/pull/6249 (#6502) 2023-01-06 17:46:27 +01:00
statedb_chain_test.go e3: use historyReader constructor in tests (#6677) 2023-01-24 12:43:04 +07:00
statedb_insert_chain_transaction_test.go e3: use historyReader constructor in tests (#6677) 2023-01-24 12:43:04 +07:00
transaction_test_util.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
transaction_test.go Try non-parallel tests (#6021) 2022-11-10 23:47:35 +00:00