|
|
c23c65fc3b
|
feat(net): draft for sending status updates through NetworkHandle (#436)
* feat(net): draft for sending status updates through `NetworkHandle`
* feat(net): draft for sending status updates through `NetworkHandle`
* fix(net): remove unused import
* feat(net): implement getters for status update sender half
* docs(net): document methods
* chore: cargo fmt
* feat(net): move status updating logic to NetworkManager and NetworkHandle
* feat(net): move status updating logic to NetworkManager and NetworkHandle
* fix(net): fix headers stage testing
* fix: derive default
* fix: remove StatusUpdate struct
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2022-12-15 08:59:28 +01:00 |
|
|
|
7b6bf0820e
|
fix(cli): remove usage of StageDB on DbTool (#448)
* use view and update instead of StageDB
* change DbTool docs
* clippy
|
2022-12-15 08:33:49 +01:00 |
|
|
|
28121a4504
|
chore: cargo fmt
|
2022-12-14 15:51:15 +02:00 |
|
|
|
83c89a85e9
|
Add additional logs for P2P debugging (#434)
* feat: make logs on network manager more granular
* feat: log error on session disconnect
* temp: manual peer
* temp: manual peer
* feat(linear-dl): make BadResponse error more descriptive
* feat(linear-dl): log retries on future
* chore: add target
* chore: add target
* chore: remove unused var
* chore: remove manual peer override
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2022-12-14 13:53:49 +02:00 |
|
|
|
601bdc5022
|
feat: wire components together in reth node (#416)
* feat: naively wire up components
* chore: clippy lints
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2022-12-14 12:51:56 +02:00 |
|
|
|
dff3936b29
|
feat(cli): db cmd scaffold (#405)
* feat(cli): db cmd scaffold
* feat(cli): add methods for seeding/listing tables
* feat(cli): add reth db stats
* chore: docs / cleanup
* chore: remove ethers
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2022-12-13 18:57:37 +02:00 |
|
|
|
e014eaad33
|
feat(db): Refactor storage libraries (#371)
|
2022-12-09 23:14:07 -08:00 |
|
|
|
4d718bbf33
|
s/foundry-rs/paradigmxyz
|
2022-12-07 00:00:45 -08:00 |
|
|
|
2754315e68
|
chore: omner -> ommer (#192)
* chore: omner -> ommer
* chore: missmatch -> mismatch
* chore: other typos
|
2022-11-11 07:46:09 +01:00 |
|
|
|
86ffb4756d
|
feat(bin): simple reth node command (#158)
* feat(bin): simple reth node command
* use silent flag
* small chore
|
2022-11-07 12:10:09 -08:00 |
|
|
|
2a8189d7c9
|
chore(db): Add tests and fuzz target to BlockNumHash (#130)
* add tests and fuzz target for BlockNumHash
* use block 1 for test_block_num_hash
* new clippy stds
* fmt
|
2022-10-25 01:23:10 -07:00 |
|
|
|
ae5935e6b2
|
feat: reth binary and parsing of eth chain tests (#38)
* Scaffolding for reth test binary. wip for blockchain tests
* wip models for chain json tests
* reth binary and chain test
* fmt,clippy
* Update bin/reth/src/lib.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/lib.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/mod.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/mod.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/mod.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/models.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/models.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/mod.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Update bin/reth/src/test_eth_chain/runner.rs
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
* Move JsonU256 to primitives
* fmt
* Use eyre
* nits
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2022-10-12 17:43:01 +02:00 |
|
|
|
978527367f
|
chore: init
|
2022-09-19 19:25:12 +02:00 |
|