76 Commits

Author SHA1 Message Date
andri lim
5a18537450
Bump nim-eth, nim-web3, nimbus-eth2 (#2344)
* Bump nim-eth, nim-web3, nimbus-eth2

- Replace std.Option with results.Opt
- Fields name changes

* More fixes

* Fix Portal stream async raises and portal testnet Opt usage

* Bump eth + nimbus-eth2 + more fixes related to eth_types changes

* Fix in utp test app and nimbus-eth2 bump

* Fix test_blockchain_json rebase conflict

* Fix EVMC block_timestamp conversion plus commentary

---------

Co-authored-by: kdeme <kim.demey@gmail.com>
2024-06-14 14:31:08 +07:00
andri lim
4497b5f4f1
Enable test_tracer_json (#2326) 2024-06-08 11:36:51 +00:00
tersec
5008b89185
EIP-2537 BLS12-381 G1 add/mul/exp and G2 add/mul support with tests (#2315) 2024-06-08 07:39:53 +07:00
jangko
d261484dd7
evm: Reject contract creation if the storage is non-empty(EIP-7610) 2024-05-07 09:19:59 +07:00
andri lim
3a4da2cdb7
Bump eth_tests to 5bf1fff257c0662bc526c27d7546d470025b3239 (#2047) 2024-02-21 23:04:44 +07:00
andri lim
7b4ef814ea
Bump eth_tests and related fixes (#2042)
* Bump eth_tests and related fixes

* Fix tests
2024-02-21 16:14:20 +07:00
jangko
affc763de6
Bump eth-tests: Refill tests with Cancun spec 2023-10-21 20:11:19 +07:00
jangko
cc5409dfbd
bump eth-tests 2023-10-04 15:04:55 +07:00
jangko
a72141ccdf
bump eth_tests 2023-09-21 16:06:51 +07:00
jangko
849c4bc785
Fix EVM tracer producing wrong order of CALL family
Also fix t8n tool when given json txs with no v,r,s fields.
v,r,s field can be subtituted by "secretKey" field.
2023-08-23 17:15:34 +07:00
jangko
dc5907c30c
fix slow operations in evm 2023-08-01 16:05:39 +07:00
jangko
12faf4bdb2
bump eth-tests 2023-07-31 12:58:53 +07:00
jangko
9c8f15c7a5
bump eth tests 2023-07-06 15:48:35 +07:00
jangko
27393e9420 fix difficulty test 2023-05-23 11:36:20 +03:00
Adam Spitz
3ca6288c3b
Bumped the tests. Withdrawals tests pass now. 2023-03-18 05:17:07 -04:00
jangko
e2601e7c54
bump eth_tests 2023-01-14 15:56:08 +07:00
jangko
f894f6673b
bump eth/tests fixtures 2022-10-19 09:51:18 +07:00
jangko
fcad04d9ff
bump ethereum tests
- including test for EIP-3607
- tx value overflow
- tx nonce overflow during CREATE
2022-02-10 15:48:26 +07:00
jangko
d8dedb0469
bump ethereum/tests fixtures 2021-09-29 10:55:31 +07:00
jangko
6d266178d7
London HF: bump ethereum/tests submodule
This commit concludes a series of London related PRs
fixes #716
2021-06-30 20:44:35 +07:00
jangko
224b1e833b
bump ethereum/tests submodule
reason: allow EIP-2930 test cases to participate in test
2021-05-17 01:30:44 +07:00
jangko
5248be1766 bump eth_tests to pre YOLO v3 2021-02-03 14:31:16 +07:00
jangko
ad284e3d25 fixes EIP2929 SLOAD 2021-01-14 23:22:28 +07:00
jangko
f6c44ffcc0 fixes EIP2929 CALL opCode 2021-01-14 23:22:28 +07:00
jangko
15cacc749d
clean up EIP2929 for test 2021-01-12 16:17:00 +07:00
jangko
08c8b12821
bump eth_tests 2021-01-11 14:54:33 +07:00
jangko
16dd053a72
bump eth_tests 2021-01-06 21:46:16 +07:00
jangko
c0db998947
add eth_tests submodule 2021-01-06 17:01:46 +07:00
jangko
18bfd34d84
remove some of json fixtures 2021-01-06 17:01:03 +07:00
jangko
c1b7ae5b02
EIP2537 part 1 2020-11-27 21:42:17 +07:00
jangko
92fec713db
add EIP2537 test vectors 2020-11-25 20:55:53 +07:00
jangko
971e00e580
precompile contracts test rework 2020-11-25 20:42:15 +07:00
andri lim
5ca7370407
add ropsten difficulty test 2020-04-12 18:09:18 +07:00
andri lim
08168ef121 Update BCT json fixtures 2020-02-21 13:01:35 +02:00
andri lim
e12fdec7c7 update GST json fixtures 2020-02-21 13:01:21 +02:00
andri lim
6b6584c4d0 Glacier Muir update 2020-02-20 09:21:35 +02:00
andri lim
4a786d8cf7 update tx tests json fixtures 2020-02-20 09:02:20 +02:00
andri lim
d01edfdcac add istanbul tests fixtures 2019-11-14 10:21:04 +00:00
andri lim
bcb7e78a77
add more tests fixtures 2019-08-25 08:38:10 +07:00
kdeme
b4b096ef5e Add PersistBlockTest for block 1352922, fixes #363 2019-08-14 20:56:57 +02:00
andri lim
a0126a7458 add byzantium block validation test 2019-05-15 17:03:36 +03:00
andri lim
8bc263a91f
update GST with Constantinople fixtures 2019-04-29 13:23:44 +07:00
andri lim
f3c740498c
implement EIP155 tx.getSender 2019-04-18 15:33:17 +07:00
andri lim
e658ac0a30
add block 2.675.000 test data 2019-04-18 13:49:06 +07:00
Ștefan Talpalaru
8800cb5fe5
Merge branch 'fix_244' of github.com:jangko/nimbus into jangko-fix_244 2019-04-15 14:05:18 +02:00
andri lim
f7845034dd
update test data 2019-04-15 17:54:45 +07:00
andri lim
c852199481
add test data 2019-04-15 11:17:24 +07:00
andri lim
847ab79082
add dao test data 2019-04-07 06:55:25 +07:00
andri lim
b8133e9f1c
add test data 2019-04-06 21:27:06 +07:00
andri lim
60df7ea5e2
update test data 2019-04-04 12:13:33 +07:00