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
|
f672781bfc
|
feat(api): add StorageProvider trait (#97)
|
2022-10-19 10:56:54 +02: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 |
|
Roman Krasiuk
|
573d343b66
|
chore: extend consensus with fork choice state (#27)
* consensus fork choice
* fork_choice -> fork_choice_state
|
2022-10-09 19:31:57 +02:00 |
|
rakita
|
95ed994fd1
|
Transaction type and some wrap over revm (#19)
* Transaction and wip db binding
* simple revm wrapper
* nits and small sig change
|
2022-10-07 13:56:11 +02:00 |
|
rakita
|
074f452275
|
Small skeleton for executor abstraction (#14)
|
2022-10-06 16:01:23 +02:00 |
|
rakita
|
bc30cbce61
|
Skeleton primitives and interface crate (#13)
* wip interface primitives
* wip
* Integrate it inside rpc- crates
* fmt
* move tx to mod.rs
* Add interfaces, executor to toml
* Added nits, comments fix
|
2022-10-06 14:48:57 +02:00 |
|