Roman Krasiuk
|
a85793cd9b
|
feat(rpc): basic engine api (#551)
* feat(rpc): engine api
* change transition config exchange
* payload block construction
* pull out engine api logic
* linter
* clippy
* clippy
* Apply suggestions from code review
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
* import & map_err for RecvError
* move result
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2022-12-22 12:38:28 +01:00 |
|
Roman Krasiuk
|
2534aa85ac
|
feat(rpc): net namespace (#363)
* feat(rpc): net namespace
* add network_id field to debug
* is_listening flag & peer count as hex
* eth api trait
* fix errors
* Update crates/net/rpc/src/net/mod.rs
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
* add trait bounds directly
* fmt
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2022-12-12 19:53:56 +02:00 |
|
Matthias Seitz
|
9eebd141b7
|
chore(txpool): update TransactionPool trait bounds (#376)
|
2022-12-10 09:16:26 -08:00 |
|
rakita
|
e014eaad33
|
feat(db): Refactor storage libraries (#371)
|
2022-12-09 23:14:07 -08:00 |
|
Matthias Seitz
|
70635b7282
|
feat(rpc): add eth_pubsub skeleton (#354)
|
2022-12-08 13:55:56 +01:00 |
|
Georgios Konstantopoulos
|
4d718bbf33
|
s/foundry-rs/paradigmxyz
|
2022-12-07 00:00:45 -08:00 |
|
Matthias Seitz
|
b30e8241ce
|
docs(rpc): improve eth rpc docs (#275)
|
2022-11-28 14:16:19 +01:00 |
|
rakita
|
09c5c3449e
|
feat(executor): transaction and receipts verification (#195)
* transaction verification
* Add providers to interfaces
* add receipt check in executor verify
* Removed receipts, added bloom
* post merge header checks
* fmt clippy
* gas price type removal
* rm leftover
* move consts to contstant.rs
|
2022-11-16 11:10:36 -08:00 |
|
Matthias Seitz
|
fd6a7cb628
|
WIP: feat: ipc support (#144)
* feat: ipc support
* copy futures
* feat: port ipc implementation
* cleanup
* add test
* fix clippy
* add request test
|
2022-11-10 19:47:00 +01:00 |
|
rakita
|
699db03187
|
feat(db): db error handling and Provider scaffolding (#154)
* feat(db): db error handling and Provider scaffolding
* remove one map_err
* fix after merge
|
2022-11-03 17:00:58 +01:00 |
|
joshieDo
|
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 |
|
Matthias Seitz
|
4298e3aa87
|
feat(rpc): more rpc scaffolding (#99)
* feat(rpc): more rpc scaffolding
* use Into<String>
* rm unused error
|
2022-10-19 22:12:53 +02:00 |
|
Matthias Seitz
|
533c3ebe98
|
feat(rpc): add EthApiServer impl skeleton (#75)
|
2022-10-14 12:01:00 -07:00 |
|
Matthias Seitz
|
5e0315cce0
|
move crates into net
|
2022-10-03 13:40:26 +02:00 |
|