Commit Graph

2599 Commits

Author SHA1 Message Date
56b2ef19b5 ci: add weekly cargo update workflow (#3986) 2023-07-31 12:46:35 +00:00
922d35df0d chore(deps): make jsonrpsee types a feature (#3999) 2023-07-31 12:35:39 +00:00
e2142481c0 chore(deps): bump itertools (#3998) 2023-07-31 11:53:24 +00:00
ed3d7366a0 docs: add additional documentation to TxType (#3996) 2023-07-31 11:34:14 +00:00
73652ed3bc chore: bump jsonrpsee 0.19 (#3989) 2023-07-31 13:36:12 +02:00
f41386d28e chore: cargo update (#3988) 2023-07-29 15:54:36 +02:00
555a1dd2b5 ci: deny warnings only in lint jobs (#3982) 2023-07-29 13:37:18 +00:00
334d6068ad feat: add 4844 header fields and consensus checks (#3972) 2023-07-29 12:51:16 +00:00
15bb1c90b8 feat(txpool) - add flag for local tx propagation (#3977) 2023-07-28 14:45:45 +00:00
b05b84823a add defaults to some rpc server cli args (#3969) 2023-07-28 14:42:46 +00:00
d8677b4146 chore(txpool): pooled tx constructor (#3980) 2023-07-28 11:57:44 +00:00
c33f93004b chore(txpool): export validation constants (#3979) 2023-07-28 11:10:55 +00:00
c04f3e443f WIP: Implement prestateTracer (#3923)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-28 11:05:38 +00:00
703d5c705a feat(cli): in-memory merkle debug script (#3895) 2023-07-28 11:03:07 +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
d2cdd10ed2 Add price bump config (#3967) 2023-07-28 09:47:15 +00:00
4d31b3ae61 chore: update link to contributing/code of conduct in bug report (#3978) 2023-07-28 09:45:07 +00:00
efd4895c48 chore(rpc-types): remove EngineRpcError (#3975) 2023-07-28 09:39:46 +00:00
3601e7dfa1 fix(txpool): pendind pool reordering (#3955) 2023-07-28 09:03:40 +00:00
f3a7ae1258 perf(rpc): move frame gen into task (#3950) 2023-07-27 21:58:50 +00:00
369b9a79c5 feat(eip4844): add EIP4844 to the TxType enum (#3953) 2023-07-27 20:00:57 +00:00
465f0dc2a8 fix(cli): eta div by zero (#3971) 2023-07-27 19:51:27 +00:00
68a74b2e10 chore: move some tests to engine crate (#3968) 2023-07-27 18:57:21 +00:00
a298756d95 bench(txpool): reordering (#3882) 2023-07-27 16:36:07 +00:00
e651a184d1 refactor(transactions): move TxEip1559, TxEip1559 and TxEip4844 to separate files (#3946) 2023-07-27 16:20:17 +00:00
2aae8c82e7 chore: move some functions to Cli struct (#3961) 2023-07-27 16:13:45 +00:00
fc431bc545 chore: make auth-port default (#3962) 2023-07-27 15:28:16 +00:00
717bad8b6a feat(rpc): perform js inspector on spawn_with_call_at async tracing task (#3957) 2023-07-27 14:09:28 +00:00
f577e14780 refactor(storage): historical state lookup (better comments) (#3867)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-27 12:25:49 +00:00
4ab924c5d3 feat(doc): Document JsTracerBuilder (#3949) 2023-07-27 10:31:01 +00:00
0147e50330 feat: more blobtx functions (#3943) 2023-07-27 09:56:53 +00:00
f98b1524bb feat: add fcu v3 skeleton (#3940) 2023-07-27 08:15:24 +00:00
72ab361d67 feat: add eip4844 tx type id (#3928) 2023-07-27 06:44:05 +00:00
b5a44aeb37 feat: metric of reorg depth of blockchain tree (#3860) 2023-07-26 23:00:38 +00:00
9adab0ba7c Revert "test(ethereum): ignore invalid string sequence in ethereum state tests (#3307)" (#3937) 2023-07-26 17:51:31 +00:00
adce7eae0e test: cover index storage history stage with stage_test_suite_ext tests (#3898) 2023-07-26 17:48:06 +00:00
a71ad1e8d7 docs: db clear CLI (#3936) 2023-07-26 17:02:21 +00:00
74bbe5afa8 fix(stages): transaction lookup stage checkpoint calculation (#3909) 2023-07-26 16:44:46 +00:00
aa5d39dd6d feat: add Hardfork::Cancun (#3933)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-07-26 16:42:05 +00:00
96b108f25a feat: _V3 engine api skeletons (#3931) 2023-07-26 16:39:38 +00:00
0cfc424291 feat(pruner): percentage progress and prune only if key exists (#3932) 2023-07-26 16:38:36 +00:00
1c4d127488 feat(bin): db clear (#3934) 2023-07-26 16:36:46 +00:00
49e112789b feat: use tracing pool for tracing calls (#3914) 2023-07-26 16:33:59 +00:00
8cdb097829 chore: simplify workspace = true usage (#3930) 2023-07-26 15:21:09 +00:00
caa26833a5 rpc server metrics impl (#3913)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-07-26 13:17:36 +00:00
d5ea16815c Reexport geth pre_state AccountState, DiffMode and PreStateMode (#3922) 2023-07-26 11:53:21 +00:00
736de2028c feat(pruner): transaction lookup (#3892) 2023-07-25 17:41:23 +00:00
9a07f57762 feat(prune): take PruneMode::Full into account when validating the config (#3810) 2023-07-25 17:20:37 +00:00
19aa11834f feat: add dial metric to dashboard (#3802)
Co-authored-by: Aditya Pandey <aditya.p@Aditya-P.local>
2023-07-25 16:54:25 +00:00
4a24ae2555 fix(rpc): support both input and data fields (#3911) 2023-07-25 16:33:13 +00:00