erigon-pulse/tests/contracts
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
..
build geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
gen_selfDestructor.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
gen_testcontract.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
gen.go geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
selfDestructor.sol Fix 'make bindings' (#6824) 2023-02-10 09:03:45 +07:00
testcontract.sol Remove EIP2027 (#512) 2020-05-06 09:59:50 +01:00