Commit Graph

2695 Commits

Author SHA1 Message Date
e925cbcf3a feat(pruner, metrics): skip attribute for metrics derive macro (#4069) 2023-08-09 19:50:27 +00:00
fd7e28e786 feat(txpool) modify txpool guard to be for pipeline syncs only (#4075)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 18:40:38 +00:00
a8a2cfa7a3 feat(storage): account for pruned account/storage history (#4092) 2023-08-09 18:12:48 +00:00
88aea63128 release: 0.1.0-alpha.6 (#4132) 2023-08-09 15:21:58 +00:00
6622f53c41 fix(trie): account prefixset unwind (#4130)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-08-09 14:33:55 +00:00
7ea381f15e fix: hit database first for lookups (#4127) 2023-08-09 14:10:49 +00:00
123249fdfd chore: pruner charts in Grafana dashboard (#4094) 2023-08-09 13:58:44 +00:00
6752db8e76 feat: add max_fee_per_blob_gas fn (#4129) 2023-08-09 13:36:03 +00:00
31d1288d40 feat: adds arbitratry to BlobTransaction and KZG_TRUSTED_SETUP (#4116)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 12:30:44 +00:00
6581961d3f chore: disable eta for headers & bodies (#4065) 2023-08-09 12:17:19 +00:00
517f86aa2f ask for confirmation during reth db drop (#4118) 2023-08-09 12:08:45 +00:00
6c90ec537d feat: add BlobTransaction network type (#4102) 2023-08-09 11:59:14 +00:00
ba7fa1a4ca standalone rpc_types (#4088)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 11:58:37 +00:00
058c55cd8c fix(trie): include destroyed accounts in account prefix set (#4126) 2023-08-09 11:25:55 +00:00
b823cc0177 release: 0.1.0-alpha.5 (#4111) 2023-08-08 16:09:23 +00:00
f47498f4e0 feat(cli): full storage trie recovery (#4119) 2023-08-08 15:46:18 +00:00
bbe9d56ef4 Revert "feat: add TransactionSigned::recover_signers" (#4115) 2023-08-08 14:03:43 +02:00
7fb9b8414f feat(bin): temporarily disable full node (#4112) 2023-08-08 11:30:50 +00:00
3d1857636d fix: bad recursion in logs (#4113) 2023-08-08 11:09:52 +00:00
4b0b63766e feat: add TransactionSigned::recover_signers (#4098)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-08 09:53:12 +00:00
62f39a5a15 feat: do not propagate full 4844 transactions (#4105)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-08 09:14:52 +00:00
f59f3a706d chore: update cargo.lock (#4110) 2023-08-08 11:20:40 +02:00
759eaf5966 chore: unused deps sanity check (#4106) 2023-08-08 09:01:18 +00:00
32dd9af531 feat(cli): storage tries recovery (#4109) 2023-08-08 08:59:43 +00:00
91751290c7 fix(trie): dangling storage hashes (#4108) 2023-08-08 08:55:44 +00:00
40230e74f4 fix(txpool): emit events on discarding worst txs (#4101) 2023-08-07 19:38:25 +00:00
5cc3db9932 fix(txpool): pending worst transaction (#4100) 2023-08-07 19:36:30 +00:00
c1dfa7beba feat(eip4844): include TxEip4844 in the primitive Transaction enum (#4074) 2023-08-07 19:10:12 +00:00
310179a39a feat: re-export c-kzg types and impl rlp traits (#4084) 2023-08-07 18:49:18 +00:00
64c8dd259c fix: record push stack as vec u256 (#4077) 2023-08-07 17:21:52 +00:00
269b878f5c perf: no longer spawn filter tasks (#4096) 2023-08-07 17:07:55 +00:00
9569debbb5 feat: make base fee computation parameters configurable via chain spec (#3992) 2023-08-07 15:52:27 +00:00
aaf2d2cf19 chore: add with ext function (#4087) 2023-08-06 12:14:26 +00:00
c423514321 chore(deps): weekly cargo update (#4086)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-06 10:09:49 +00:00
d8b9660e82 perf(trie): use available pre-loaded prefixsets (#4062) 2023-08-06 07:27:38 +00:00
e3457b8866 chore: add missing op and idx fields (#4076) 2023-08-05 16:59:36 +00:00
a519641e7d chore: use remaining (#4082) 2023-08-05 16:34:05 +00:00
5298868d88 RFC: Add rpc method eth_callMany (#4070)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-05 15:50:08 +00:00
3aff8de235 chore: make ext fns mut (#4081) 2023-08-05 15:18:15 +00:00
c0abfcedff chore: rename command to NodeCommand and make fields pub (#4080) 2023-08-05 14:57:12 +00:00
cac4049a08 chore: relax network blockreader trait bounds (#4079) 2023-08-05 16:00:05 +02:00
544c51cc9f feat(txpool) feed new pending transactions to BestTxns iterator (#4053) 2023-08-04 21:13:17 +00:00
df94dba14b chore: explicitly set max allowed connections for auth server (#4067) 2023-08-04 20:00:41 +00:00
443383b307 chore: make txpool cargo test compile (#4058) 2023-08-04 20:14:40 +02:00
64188a3987 chore(engine): downgrade new payload buffering log to debug (#4068) 2023-08-04 15:40:37 +00:00
b673b6c158 feat(engine): set eth_syncing = true if pruner is active (#4063) 2023-08-04 15:39:15 +00:00
ff1ef294cc (feat):add private variant in tx origin (#4059)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-04 13:57:14 +00:00
689b9d6358 fix(pruner): tx number range with genesis (#4061) 2023-08-04 13:26:23 +00:00
82a2a6f416 feat: extend RethCliExt with payload builder (#4022) 2023-08-04 12:39:07 +00:00
3f63a0887a fix: only propagate txs that are allowed to be propagated (#4050) 2023-08-03 20:31:59 +00:00