Commit Graph

  • ae5935e6b2 feat: reth binary and parsing of eth chain tests (#38) rakita 2022-10-12 17:43:01 +02:00
  • 08d8a7f030 cursor put (#54) Roman Krasiuk 2022-10-12 18:16:59 +03:00
  • 111c13f12f test: more staged sync tests (#49) Bjerg 2022-10-11 23:04:07 +02:00
  • bbb46216ea chore: test utils (#48) Roman Krasiuk 2022-10-11 21:09:18 +03:00
  • 5ebfc01338 chore: migrate stages to new db abstractions (#43) Roman Krasiuk 2022-10-11 20:54:05 +03:00
  • 098bfe84b9 docs: add contributor docs (#41) Bjerg 2022-10-11 19:15:08 +02:00
  • 180c768822 docs(txpool): add note for minimal protocol base fee (#47) Matthias Seitz 2022-10-11 19:14:32 +02:00
  • 0b1c86df30 docs(txpool): add mermaid diagram (#46) Matthias Seitz 2022-10-11 19:07:16 +02:00
  • edc75881c1 docs: add book skeleton (#44) Bjerg 2022-10-11 18:52:28 +02:00
  • a8c1eaf140 feat: simplified unwind priority (#45) Bjerg 2022-10-11 18:52:05 +02:00
  • 3fed7cfe21 feat(txpool): new txpool design (#22) Matthias Seitz 2022-10-11 17:10:02 +02:00
  • 8eb2ea4152 feat(rpc): add rpc-api client feature (#33) Matthias Seitz 2022-10-11 11:56:12 +02:00
  • bce14b22ce chore: staged sync cleanup (#34) Georgios Konstantopoulos 2022-10-10 19:48:20 -07:00
  • c41c6b99a6 db: supply table as Type not as fn param (#32) Georgios Konstantopoulos 2022-10-10 12:52:42 -07:00
  • 60d3c64410 feat(db): mdbx integration & table skeletons (#15) joshieDo 2022-10-11 03:35:35 +08:00
  • 230e9ef179 feat(p2p): add anchor file for discovery state (#11) Dan Cline 2022-10-10 13:02:54 -04:00
  • d7c8b70cc3 feat: add eth-wire (#20) Dan Cline 2022-10-10 12:46:02 -04:00
  • a759201b40 refactor(stages): split Pipeline::run (#30) Bjerg 2022-10-10 15:52:23 +02:00
  • 15479457ab chore: nuke src (#31) Bjerg 2022-10-10 15:35:53 +02:00
  • 72968d758b refactor: pipeline refactor (#23) Bjerg 2022-10-10 05:49:45 +02:00
  • ded56d45ec ci: run against main Georgios Konstantopoulos 2022-10-09 12:39:33 -07:00
  • 573d343b66 chore: extend consensus with fork choice state (#27) Roman Krasiuk 2022-10-09 20:31:57 +03:00
  • 401cd3ec34 chore: clippy (#25) Bjerg 2022-10-09 10:30:46 +02:00
  • ffdc374edb chore: ignore .idea (#24) Bjerg 2022-10-09 10:07:59 +02:00
  • ae4c31a836 add readme & license (#21) Georgios Konstantopoulos 2022-10-07 18:20:29 -07:00
  • 791ee2839f feat(txpool): initial sketch (#7) Matthias Seitz 2022-10-07 22:00:19 +02:00
  • 95ed994fd1 Transaction type and some wrap over revm (#19) rakita 2022-10-07 13:56:11 +02:00
  • a3a7f1317b feat(primitives): add Chain (#18) Dan Cline 2022-10-06 14:52:19 -04:00
  • 8317cd2b63 chore: use primitives::BlockNumber (#17) Bjerg 2022-10-06 19:30:32 +02:00
  • c749658fd4 feat: pipeline loop (#10) Bjerg 2022-10-06 18:24:43 +02:00
  • 074f452275 Small skeleton for executor abstraction (#14) rakita 2022-10-06 16:01:23 +02:00
  • 321683679a chore: remove missing debug (#16) Matthias Seitz 2022-10-06 15:17:06 +02:00
  • bc30cbce61 Skeleton primitives and interface crate (#13) rakita 2022-10-06 14:48:57 +02:00
  • 849e8ae518 feat: add db crate (#9) Bjerg 2022-10-03 16:13:42 +02:00
  • 10103da40c Merge pull request #8 from foundry-rs/matt/rpc-support Matthias Seitz 2022-10-03 16:01:10 +02:00
  • 14d0b6ac4e fix: make everything compile again Matthias Seitz 2022-10-03 15:36:13 +02:00
  • 9251b286d0 feat: add engine api types and interface Matthias Seitz 2022-10-03 15:31:08 +02:00
  • 8b7bef4f48 feat: add debug functions Matthias Seitz 2022-10-03 15:18:22 +02:00
  • eeda03a3f3 feat: add missing eth_ functions Matthias Seitz 2022-10-03 15:06:58 +02:00
  • 7c35e68f8e Merge branch 'master' into matt/rpc-support Matthias Seitz 2022-10-03 14:56:38 +02:00
  • 6868dda544 feat: basic staged sync crate (#6) Bjerg 2022-10-03 14:40:50 +02:00
  • 5e0315cce0 move crates into net Matthias Seitz 2022-10-03 13:40:26 +02:00
  • ac1ec25435 feat: add rpc types and interface definiton Matthias Seitz 2022-10-01 19:27:35 +02:00
  • 841c87830c feat: add transaction request Matthias Seitz 2022-10-01 14:15:43 +02:00
  • 2717dd643a feat(rpc): add rpc crates Matthias Seitz 2022-09-30 20:16:21 +02:00
  • 6ff7cf5a74 feat: add p2p crate (#4) Dan Cline 2022-09-30 12:27:52 -04:00
  • f3b26fd91b fix typo Georgios Konstantopoulos 2022-09-29 17:58:22 -07:00
  • 1e07fb6991 ci: move gh workflow to correct folder (#5) Bjerg 2022-09-29 16:52:20 +02:00
  • 4dc32e9f76 feat: add core crate (#3) Matthias Seitz 2022-09-27 19:19:01 +02:00
  • 6f973a60fc Merge pull request #2 from foundry-rs/matt/add-crate-template Georgios Konstantopoulos 2022-09-26 11:15:14 -07:00
  • 57a2b2d1d4 feat: add crate template Matthias Seitz 2022-09-21 21:38:49 +02:00
  • 80ff87915c chore: add rustfmt.toml (#1) Matthias Seitz 2022-09-21 23:58:11 +02:00
  • 978527367f chore: init Oliver Nordbjerg 2022-09-19 19:25:12 +02:00