nimbus-eth1/fluffy/tools/portal_bridge
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
..
state_bridge Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
nim.cfg Fluffy State Bridge: Fetch portal client nodeId on startup and sort offers by distance from nodeId (#2570) 2024-08-19 20:49:07 +08:00
portal_bridge.nim Remove duplicate logging code from fluffy (#2488) 2024-07-15 11:41:17 +02:00
portal_bridge_beacon.nim Add validation on gossip of LC updates as per spec (#2528) 2024-07-26 18:56:32 +02:00
portal_bridge_common.nim Fluffy State Bridge: Improvements to websocket rpc connections (#2694) 2024-10-04 14:17:18 +08:00
portal_bridge_conf.nim Fluffy state bridge updates (#2683) 2024-10-03 10:57:19 +08:00
portal_bridge_history.nim Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00
portal_bridge_state.nim Fix eth/common & web3 related deprecation warnings for fluffy (#2698) 2024-10-04 23:21:26 +02:00