Commit Graph

2110 Commits

Author SHA1 Message Date
Alexey Shekhirin
9a07f57762 feat(prune): take PruneMode::Full into account when validating the config (#3810) 2023-07-25 17:20:37 +00:00
Matthias Seitz
4a24ae2555 fix(rpc): support both input and data fields (#3911) 2023-07-25 16:33:13 +00:00
Matthias Seitz
af604289bb chore: use ruint 1.9 and remove patch (#3910) 2023-07-25 11:19:30 -04:00
Matthias Seitz
076c91a916 feat: add Tracing call pool (#3908) 2023-07-25 14:51:30 +00:00
Matthias Seitz
f7e887fb35 chore: add execution aborted error (#3901) 2023-07-25 13:49:53 +00:00
Matthias Seitz
dc52650018 chore: add eip4844 constants (#3906) 2023-07-25 13:49:41 +00:00
Alexey Shekhirin
ab9a2e6c2e chore(storage): format MDBX flags doc comments (#3905) 2023-07-25 13:21:02 +00:00
pistomat
1b31a55d62 feat: add a --dev option (#3866) 2023-07-25 11:33:23 +00:00
Thomas Coratger
34fc89bd1f feat(docs): add primer on all transaction types (#3897) 2023-07-25 10:21:13 +00:00
Roman Krasiuk
ea11787d7d chore(trie): clean up in-mem root (#3894) 2023-07-25 03:24:35 +00:00
Chris Evanko
993b84408b feat: add canonicalization latency metric (#3865) 2023-07-24 21:42:59 +00:00
Altuğ Bakan
9b9ae82b2f feat: report different request errors (#3857) 2023-07-24 19:13:37 +00:00
Chris Evanko
019ead37f2 feat: sidechain length metric (#3864)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 18:25:47 +00:00
Aditya Pandey
dd6dbfdb77 feat: add eip 4844 blob tx type (#3807)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 18:13:24 +00:00
Dan Cline
609cab872e chore: improve TestConsensusEngineBuilder ergonomics (#3891) 2023-07-24 17:59:20 +00:00
Matthias Seitz
b69a18dc47 chore: refactor header stream (#3880) 2023-07-24 16:57:45 +00:00
Alexey Shekhirin
1ca7f3ae40 feat(pruner, storage): prune receipts & save checkpoints to database (#3733)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-07-24 16:39:02 +00:00
Dan Cline
0ff75b5011 fix: do not perform future timestamp checks post-merge (#3884)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 16:28:42 +00:00
int88
88376e3bd1 test: cover index account history stage with stage_test_suite_ext tests (#3383) 2023-07-24 15:48:26 +00:00
Resende
3ff9be6d4f feat(rpc): ots_hasCode implementation (#3886)
Co-authored-by: Miguel Palhas <mpalhas@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 15:44:07 +00:00
Resende
08403c80e2 feat(rpc): ots_getApiLevel implementation (#3861)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 14:12:45 +02:00
pistomat
62f3af6743 fix(autoseal): calculate logs bloom for block headers (#3869)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 12:47:40 +02:00
Matthias Seitz
15781beda8 fix: convert empty topic vec to vec None (#3856) 2023-07-24 12:09:05 +02:00
Roman Krasiuk
c878a9f489 chore(txpool): move basefee to u64 (#3872)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-24 12:08:34 +02:00
Matthias Seitz
815cac7dd8 chore: reorder fields (#3832) 2023-07-19 23:54:01 +00:00
Altuğ Bakan
7476120d81 feat: wrap gas limit into a new type (#3841)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-19 19:26:16 +00:00
Matthias Seitz
0fcb338e25 fix(rpc): trace get is index not trace address (#3852) 2023-07-19 19:17:29 +00:00
Dan Cline
0fabd83177 chore: refactor autoseal execution into method (#3844) 2023-07-19 18:15:38 +00:00
int88
873607502c feat: add reorg metrics (#3824) 2023-07-19 17:27:08 +00:00
Dan Cline
4ed7abd1a1 fix: use empty pipeline and executor by default (#3845) 2023-07-19 14:44:35 +00:00
Matthias Seitz
bdb23b3703 docs: rm link to make cargo docs happy (#3843) 2023-07-19 00:11:26 +00:00
Resende
170e6f24d2 feat(rpc): Add ots_ namespace and trait bindings for Otterscan Endpoints (#3778)
Co-authored-by: Miguel Palhas <mpalhas@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 23:53:34 +00:00
Dan Cline
314e561193 feat: add key gen util and simple fcu validation test with custom alloc (#3842) 2023-07-18 20:52:25 +00:00
Matthias Seitz
b8587a2ca6 chore: set trace result to null if non revert or selfdestruct (#3840) 2023-07-18 19:28:47 +00:00
Dan Cline
5ad9b32cbc feat: let consensus tests configure pipeline, executor, and client (#3839) 2023-07-18 18:16:17 +00:00
Ryan Schneider
34c9abe249 feat: implement reth_getBalanceChangesInBlock (#3768)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 17:49:23 +00:00
Matthias Seitz
0f810222e4 feat: add builder type for eth tx validator (#3828) 2023-07-18 16:55:59 +00:00
Matthias Seitz
0ef68b7d63 fix: map more errors to messages (#3837) 2023-07-18 15:34:38 +00:00
Panagiotis Ganelis
9313eda6cc feat: add timestamp to pool update (#3833) 2023-07-18 15:02:13 +00:00
Dan Cline
e66464b14f chore: rename missing_parent to missing_ancestor (#3822)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 14:52:09 +00:00
Matthias Seitz
7686371448 feat: build local pending block (#3811) 2023-07-18 14:48:24 +00:00
Dan Cline
20a06e840a chore: add traces for _new_ invalid blocks (#3821)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-18 13:55:08 +00:00
Matthias Seitz
26b1ffa92a chore: make clippy happy (#3827) 2023-07-18 12:06:27 +00:00
Dan Cline
9c69f04380 chore: fix SessionManagerMetrics typo (#3823) 2023-07-18 00:40:43 +00:00
Matthias Seitz
8b66213e15 chore(deps): bump some deps (#3820) 2023-07-17 21:18:20 +00:00
Matthias Seitz
01e1344cc1 chore: use 50M default gas limit for calls in rpc (#3812) 2023-07-17 16:31:25 +00:00
Dan Cline
d095db50c4 feat: add yParity to rpc signatures (#3800) 2023-07-17 11:06:26 +00:00
Léo Vincent
a0e125f709 feat: make rpc gas cap configurable (#3458)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-17 10:16:25 +00:00
Supernovahs.eth
6d1e8a2ecc feat:new discovered node record event stream (#3707)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-17 09:42:28 +00:00
Matthias Seitz
07b06b4efe chore: use best with base fee (#3804) 2023-07-17 08:25:00 +00:00