Commit Graph

338 Commits

Author SHA1 Message Date
dd6913cd98 feat(primitives): add _HASH suffix for constants hashes (#5175) 2023-10-25 14:07:21 +00:00
7d46db4a21 feat: add sse payload attributes example and beacon api support (#5130) 2023-10-23 20:47:04 +00:00
ae3914eb66 Builder style implementation for trace_call (#5074) 2023-10-18 20:08:56 +00:00
3adc627a35 feat(rpc): enable eth_getProof (#5071) 2023-10-18 16:05:26 +00:00
d116de7410 Revert "feat(storage): make BlockReaderIdExt safe" (#5059) 2023-10-17 19:29:59 +00:00
1483175e2f example simulation transportless (#5025)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-17 13:33:31 +00:00
30ebd2f8bb feat(storage): make BlockReaderIdExt safe (#5022) 2023-10-16 11:15:52 +00:00
48cf69def4 chore(deps): move some deps to workspace (#5020) 2023-10-14 09:23:02 +02:00
670d459147 Better topic0 (#4950)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 12:40:33 +00:00
36306ce916 feat: add cli ext event hooks example (#4935) 2023-10-06 18:05:03 +00:00
99dfad9470 Simplify node components (#4922)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-05 16:40:17 +00:00
066998dc80 refactor: simplify RethNodeCommandConfig trait (#4895) 2023-10-04 18:35:27 +00:00
f59db3151d chore(deps): move more things to workspace (#4881) 2023-10-02 20:45:36 +00:00
3bd6079f9e Add test to example rpc extension (#4872) 2023-10-02 11:38:13 +00:00
3c681fa45e feat: add NoopBlockchainTree (#4852) 2023-09-29 12:16:27 +00:00
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
0a4e428448 Example: Manual P2P (#4736)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-24 12:37:19 +00:00
5f329e78b6 #2511: extended reth-rpc example with custom rpc ext (#4508)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-08 11:48:57 +00:00
e66e3e3556 feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410) 2023-09-01 12:51:34 +00:00
d8a7ee2eb4 fix: listen for all transactions (#4436) 2023-08-31 20:06:24 +00:00
9ebeca3bef chore: simplify builder fn (#4284) 2023-08-20 13:07:32 +02:00
8516fefa28 feat: integrate blobstore in pool (#4266) 2023-08-18 17:45:33 +00:00
efab153cd9 feat(transaction-pool): make EthTransactionValidator generic over Validator (#4258)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-18 11:28:09 +00:00
f53fdd5329 feat: add blob sidecar extraction to tx validation (#4254) 2023-08-17 19:57:40 +00:00
0bcd388a20 chore: rename transaction (#4252) 2023-08-17 18:43:28 +00:00
0846d85513 Splitting Reth Node Command Ext (#4158)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-15 12:29:28 +00:00
628495ae8f chore: make unit type default (#4141) 2023-08-10 12:15:35 +00:00
3aff8de235 chore: make ext fns mut (#4081) 2023-08-05 15:18:15 +00:00
82a2a6f416 feat: extend RethCliExt with payload builder (#4022) 2023-08-04 12:39:07 +00:00
b28bc8de57 chore: add example how to install additional rpc namespace (#4005) 2023-07-31 23:49:19 +00:00
0892833842 refactor(rpc): simplify the inner definitions of topics & address filters (#3876)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-28 11:00:37 +00:00
3601e7dfa1 fix(txpool): pendind pool reordering (#3955) 2023-07-28 09:03:40 +00:00
eb32fd3c6d feat: add network txpool example (#3809) 2023-07-17 14:25:46 +00:00
4c7f980c77 chore: add network example (#3753) 2023-07-13 15:26:02 +00:00
73bfb2c9a4 chore: remove network-api test-utils feature (#3622) 2023-07-06 13:09:57 +00:00
770652a787 feat(bin, storage): configurable MDBX log level (#3524)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-03 12:45:32 +00:00
766f520c17 examples: add examples of using reth-provider and instantiating an RPC on top of the DB (#3533) 2023-07-03 14:47:43 +03:00