|
|
d5a3a3a849
|
test(chain-state): add unit tests for CanonStateNotification (#12110)
|
2024-11-01 13:57:34 +00:00 |
|
|
|
c1a68f23cf
|
refactor: move payload/builder/src/database.rs to revm/src/cached.rs (#12252)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-11-01 14:55:23 +01:00 |
|
|
|
f6bd11c711
|
feature: transaction's input truncate function (#12236)
Signed-off-by: nadtech-hub <taberlick@gmail.com>
|
2024-11-01 14:54:55 +01:00 |
|
|
|
f93dbf54c3
|
Remove redundant SignedTransaction::Signature (#12185)
|
2024-11-01 11:49:37 +00:00 |
|
|
|
927be855ff
|
feat: track buffered outgoing messages (#12220)
|
2024-11-01 11:32:12 +00:00 |
|
|
|
f52186cc4d
|
db-api: opt StorageShardedKey encode, decode (#12143)
|
2024-11-01 11:30:03 +00:00 |
|
|
|
c6b740801f
|
chore: apply same member order (#12253)
|
2024-11-01 11:11:54 +00:00 |
|
|
|
2758a560c0
|
txpool: added a helper to filter pending txns by predicate (#12204)
|
2024-11-01 12:10:55 +01:00 |
|
|
|
249c600dd9
|
rpc: add rename method in TransportRpcModules (#12239)
|
2024-11-01 10:34:48 +00:00 |
|
|
|
f0cef9dc51
|
revm: add Database Either helper type (#12240)
|
2024-11-01 10:33:58 +00:00 |
|
|
|
39bc8ce81a
|
refactor(revm): simplify Database impl for StateProviderDatabase (#12241)
|
2024-11-01 11:35:06 +01:00 |
|
|
|
8d31b65242
|
chore: clippy happy (#12248)
|
2024-11-01 11:17:43 +01:00 |
|
|
|
921d1cc4b5
|
renamed OptimismPoolBuilder to OpPoolBuilder (#12246)
|
2024-11-01 10:44:16 +01:00 |
|
|
|
bd8c4eceb2
|
replace DisplayHardforks with Box<dyn Display> (#12219)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-31 20:20:41 +00:00 |
|
|
|
d020b41f6a
|
feat: flashbots_validateBuilderSubmissionV3 (#12168)
|
2024-10-31 19:22:42 +00:00 |
|
|
|
998b3b3d3a
|
renamed OptimismPayloadBuilder to OpPayloadBuilder (#12234)
|
2024-10-31 19:21:38 +00:00 |
|
|
|
d555f9ef3a
|
chore(book): fix engine api typo (#12231)
|
2024-10-31 20:21:55 +01:00 |
|
|
|
219def9582
|
chore(ci): pin kurtosis to working version (#12225)
|
2024-10-31 16:21:06 +00:00 |
|
|
|
460e26cc51
|
renamed OptimismBuiltPayload to OpBuiltPayload (#12227)
|
2024-10-31 15:51:33 +00:00 |
|
|
|
1f1dcc950d
|
chore: simplify SystemCaller setup (#12223)
|
2024-10-31 13:45:55 +00:00 |
|
|
|
76c5aef911
|
fix(trie): move to sibling on invalid tree mask (#12193)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-10-31 10:53:59 +00:00 |
|
|
|
41044a2601
|
Apply beacon system call to trace_block (#12030)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-31 09:07:20 +00:00 |
|
|
|
66cc619128
|
chore: rm deprecated txpool fn (#12198)
|
2024-10-31 08:34:31 +00:00 |
|
|
|
9659717e83
|
renamed OptimismPayloadBuilderAttributes to OpPayloadBuilderAttributes (#12213)
|
2024-10-31 08:34:11 +00:00 |
|
|
|
c19af293a6
|
feat: add rlp support for EthVersion (#12221)
|
2024-10-31 08:33:33 +00:00 |
|
|
|
e5fc048139
|
docs: add context truncated input (#12207)
|
2024-10-30 22:43:26 +00:00 |
|
|
|
b42b189210
|
Reth primitives traits tx type (#11720)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-10-30 21:45:16 +00:00 |
|
|
|
09c666d676
|
test: add test case for BestTransactions (#12209)
|
2024-10-30 18:36:38 +00:00 |
|
|
|
0c39704950
|
feat: add missing is active at timestamp fns (#12206)
|
2024-10-30 18:04:44 +00:00 |
|
|
|
b3e8327065
|
chore: rename v1 type (#12205)
|
2024-10-30 17:56:36 +00:00 |
|
|
|
755fac08dd
|
Wrap sidecar in arcs (#11554)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-30 16:06:37 +00:00 |
|
|
|
bb8da983b0
|
feat: add is_ethereum trait fn (#12197)
|
2024-10-30 15:39:12 +00:00 |
|
|
|
ff9a42ae8f
|
feat(eth69): support for ETH69 (#12158)
Signed-off-by: Abhishekkochar <abhishekkochar2@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-30 14:13:03 +00:00 |
|
|
|
93a9b8a218
|
feat: Eip1559 params in extradata (#11887)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-30 12:59:19 +00:00 |
|
|
|
2778ba3d52
|
tx-pool: fix ExceedsGasLimit error message order (#12191)
|
2024-10-30 11:30:49 +00:00 |
|
|
|
6e794ee673
|
fix(ecies): bound initial header body size (#12172)
|
2024-10-30 11:29:48 +00:00 |
|
|
|
367b4ed18a
|
chore(meta): update SECURITY.md (#12190)
|
2024-10-30 11:10:14 +01:00 |
|
|
|
129f3ba911
|
feat: introduce StateCommitment type (#11842)
|
2024-10-30 08:48:43 +00:00 |
|
|
|
734c78fdfb
|
feat(discv4): neighbors packet logging (#12042)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2024-10-29 21:24:35 +00:00 |
|
|
|
82784183e7
|
feat: transaction trait (#11877)
|
2024-10-29 16:47:12 +00:00 |
|
|
|
2e750f0ca0
|
test(prune): add unit tests for ReceiptsLogPruneConfig (#11916)
|
2024-10-29 14:57:35 +00:00 |
|
|
|
1006ce78c5
|
feat(provider): use NodeTypes on DatabaseProvider instead (#12166)
|
2024-10-29 14:37:41 +00:00 |
|
|
|
58f24e0056
|
chore: remove generate sidecar fn (#12167)
|
2024-10-29 14:35:42 +00:00 |
|
|
|
e92ecfbc22
|
feat: Introduce trait for OpTransaction (#11745)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-29 14:34:12 +00:00 |
|
|
|
f545877bb8
|
Revert "Revert "feat: add geometry to database args"" (#12165)
|
2024-10-29 13:23:54 +00:00 |
|
|
|
52328422aa
|
feat(storage): pass changesets to unwind methods (#7879)
|
2024-10-29 13:18:12 +00:00 |
|
|
|
6f3600dc38
|
Revert "feat: add geometry to database args" (#12164)
|
2024-10-29 13:58:57 +01:00 |
|
|
|
4a8799f98b
|
consensus: add unit tests for ForkchoiceStateTracker and ForkchoiceStateHash (#12077)
|
2024-10-29 12:17:48 +00:00 |
|
|
|
0f9ba64e95
|
feat: add geometry to database args (#11828)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-29 12:17:04 +00:00 |
|
|
|
1653877ed5
|
chore(ci): try to read all vectors on compact-codec before exiting in error (#12160)
|
2024-10-29 12:14:41 +00:00 |
|