nimbus-eth1/fluffy/scripts
Kim De Mey 6f21c232ae
Add block bodies to the propagation and lookups (#975)
* Add block bodies to the propagation and lookups

- Read and propagate block bodies next to the headers
- Add block bodies content (via lookups) to the eth_getBlockByHash
call
- Test the above in test_portal_testnet

* Fix storage/propagation of block bodies

- Data format is an actual block: [header, txs, uncles], which
requires some adjustment to store the block body
- Added also `eth_getBlockTransactionCountByHash` json rpc call
2022-02-22 11:52:44 +01:00
..
test_data Add block bodies to the propagation and lookups (#975) 2022-02-22 11:52:44 +01:00
launch_local_testnet.sh Add radius cli option to Fluffy and use it in local testnet script (#968) 2022-02-15 13:11:27 +01:00
makedir.sh Add local testnet script and required json-rpc calls (#891) 2021-11-24 08:45:55 +01:00
test_portal_testnet.nim Add block bodies to the propagation and lookups (#975) 2022-02-22 11:52:44 +01:00