nimbus-eth1/fluffy/tests
Kim De Mey dbe3393f5c
Fix eth/common & web3 related deprecation warnings for fluffy (#2698)
* Fix eth/common & web3 related deprecation warnings for fluffy

This commit uses the new types in the new eth/common/ structure
to remove deprecation warnings.

It is however more than just a mass replace as also all places
where eth/common or eth/common/eth_types or eth/common/eth_types_rlp
got imported have been revised and adjusted to a better per submodule
based import.

There are still a bunch of toMDigest deprecation warnings but that
convertor is not needed for fluffy code anymore so in theory it
should not be used (bug?). It seems to still get imported via export
leaks ffrom imported nimbus code I think.

* Address review comments

* Remove two more unused eth/common imports
2024-10-04 23:21:26 +02:00
..
beacon_network_tests Refactor portal test directory structure (#2650) 2024-09-24 13:07:20 +02:00
blocks Add verification of block data by use of accumulator (#1178) 2022-08-01 21:00:21 +02:00
custom_genesis Fluffy state offer validation (#2170) 2024-05-16 16:16:16 +08:00
history_network_tests Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
rpc_tests Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
state_network_tests Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
wire_protocol_tests Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
all_fluffy_tests.nim Fluffy Portal RPC Client (#2649) 2024-10-02 12:23:13 +08:00
test_content_db.nim Small cleanup of the ContentDB store handler (#2597) 2024-09-07 15:03:13 +02:00
test_helpers.nim eth: bump to new types (#2660) 2024-09-29 14:37:09 +02:00