Commit Graph

8 Commits

Author SHA1 Message Date
d7c8b70cc3 feat: add eth-wire (#20) 2022-10-10 09:46:02 -07:00
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
14d0b6ac4e fix: make everything compile again 2022-10-03 15:36:13 +02:00
9251b286d0 feat: add engine api types and interface 2022-10-03 15:31:08 +02:00
8b7bef4f48 feat: add debug functions 2022-10-03 15:18:22 +02:00
eeda03a3f3 feat: add missing eth_ functions 2022-10-03 15:06:58 +02:00
5e0315cce0 move crates into net 2022-10-03 13:40:26 +02:00
6ff7cf5a74 feat: add p2p crate (#4)
* feat: add p2p crate

* move p2p to net subfolder

* add lib.rs and Cargo.toml to net

* remove net crate, use explicit names in workspace
2022-09-30 09:27:52 -07:00