Matthias Seitz
|
ad5f9aa78c
|
refactor: extract transaction consensus errors to standalone type (#1697)
|
2023-03-10 04:43:04 -08:00 |
|
Matthias Seitz
|
5844ce10f3
|
feat: add evm env provider (#1525)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-02-24 11:21:18 +01:00 |
|
Aurélien
|
e493720f64
|
feat: integrate chain_id and protocol_version in NetworkInfo (#1029)
|
2023-01-25 13:08:40 +01:00 |
|
rakita
|
7ecbe01741
|
feat(provider): Add StorageProvider impl, table changes (#172)
* feat(provider): Add StorageProvider impl, table changes
* unwind header numbers by walker (#174)
* readme, fmt
* fix tests
* Update crates/interfaces/src/provider/db_provider/storage.rs
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
* Update crates/interfaces/src/provider/db_provider/storage.rs
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2022-11-08 15:55:45 +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 |
|
rakita
|
ac2f3fcd8a
|
feat: Consensus crate and verification functions. (#152)
* wip executor
* wip
* Cleanup added some checks and structure to executor
* adding additional block/header checks
* add basefee calculation and check
* some cleanup
* Sanity check test
* Test for sanity check
* move verification to consensus crate
* cleanup
* Better Error handling
|
2022-11-02 12:59:51 +01:00 |
|
Matthias Seitz
|
bd18188be9
|
feat: add block provider trait (#90)
* feat: add block provider trait
* rustmft
* rename BlockInfo to ChainInfo
|
2022-10-18 13:04:04 -07:00 |
|