nimbus-eth1/fluffy/rpc
Kim De Mey 0060462dc0
Sharing block header data around in a Portal history network (PoC) (#960)
* Sharing block header data around in a Portal history network (PoC)

- Rework PortalStream to have an instance per PortalProtocol (this
needs to be improved eventually). Each instance uses the same
UtpDiscv5Protocol instance.
- Add processContent on receival of accepted data
- Add dumb neighborhoodGossip: dumb in the sense that it only
offers one piece of content at a time.
- Add to / adjust populate_db to also allow for propagation of
the data and add debug rpc call: portal_history_propagate
- Add eth_rpc_client
- Add eth_getBlockbyHash (no txs or uncles) to eth API
- Add additional test to test_portal_testnet which loads 5 block
headers to 1 node, and offers this data to few nodes, which should
propagate it over the network further. Next query every node for
this data.

* Adjust paths on which Fluffy CI is triggered

* Add documentation on the local testnet
2022-02-11 14:43:10 +01:00
..
rpc_calls Sharing block header data around in a Portal history network (PoC) (#960) 2022-02-11 14:43:10 +01:00
bridge_client.nim [FEATURE] Add support for handling experimental api call (#746) 2021-07-07 11:04:18 +02:00
eth_rpc_client.nim Sharing block header data around in a Portal history network (PoC) (#960) 2022-02-11 14:43:10 +01:00
portal_rpc_client.nim Sharing block header data around in a Portal history network (PoC) (#960) 2022-02-11 14:43:10 +01:00
rpc_discovery_api.nim Improve the tests of the local testnet (#953) 2022-02-02 22:48:33 +01:00
rpc_eth_api.nim Sharing block header data around in a Portal history network (PoC) (#960) 2022-02-11 14:43:10 +01:00
rpc_portal_api.nim Improve the tests of the local testnet (#953) 2022-02-02 22:48:33 +01:00
rpc_portal_debug_api.nim Sharing block header data around in a Portal history network (PoC) (#960) 2022-02-11 14:43:10 +01:00
rpc_types.nim Use json rpc client to run tests on portal testnet (#899) 2021-12-03 09:51:25 +01:00