Z
|
e7cbecb0df
|
chore(deps): Upgrade proptest to 1.7 (#16786)
|
2025-06-12 10:22:44 +00:00 |
|
Udoagwa Franklin
|
41ed7e0b79
|
feat: Add info logs for beginning of newPayload requests (#16463)
|
2025-06-10 09:01:18 +00:00 |
|
Federico Gimenez
|
1e277921c7
|
feat(test): rewrite test_engine_tree_valid_and_invalid_forks_with_older_canonical_head_e2e using e2e framework (#16705)
|
2025-06-06 15:43:29 +00:00 |
|
Federico Gimenez
|
a04bd716a9
|
feat(test): rewrite test_engine_tree_valid_forks_with_older_canonical_head using e2e framework (#16699)
|
2025-06-06 10:29:21 +00:00 |
|
Igor Markelov
|
95c68ae584
|
feat: add always-process-payload-attributes-on-canonical-head config (#16676)
|
2025-06-06 08:52:37 +00:00 |
|
Federico Gimenez
|
8e54c4b2a6
|
feat(test): rewrite test_engine_tree_fcu_reorg_with_all_blocks using e2e framework (#16692)
|
2025-06-06 08:39:12 +00:00 |
|
Alexey Shekhirin
|
73a8efca60
|
perf(engine): enable precompile cache by default (#16685)
|
2025-06-05 15:42:39 +00:00 |
|
Rohit Singh Rathaur
|
961a7e5930
|
refactor: replace unbounded HashMap with LruMap in precompile cache (#16326)
Co-authored-by: Ayushdubey86 <dubeyayush1687@gmail.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-06-05 15:03:18 +00:00 |
|
Federico Gimenez
|
199af6eb7c
|
feat(test): rewrite test_engine_tree_fcu_canon_chain_insertion using e2e framework (#16678)
|
2025-06-05 14:03:45 +00:00 |
|
Federico Gimenez
|
306d1c3aee
|
chore: extract engine tests to separate file (#16671)
|
2025-06-05 09:02:09 +00:00 |
|
Arsenii Kulikov
|
cf80ef4d86
|
refactor: simplify --dev setup (#16662)
|
2025-06-04 20:44:50 +00:00 |
|
Alexey Shekhirin
|
74bde8adee
|
perf(engine): do not use state root task for non-empty revert state (#16631)
|
2025-06-04 10:56:03 +00:00 |
|
Alexey Shekhirin
|
5106f64f76
|
fix(engine): recompute trie updates for forked blocks (#16568)
|
2025-06-04 09:58:19 +00:00 |
|
Federico Gimenez
|
aecf5e321c
|
feat(engine): allow configuring tree to always use state root fallback (#16569)
|
2025-05-30 18:07:01 +00:00 |
|
Federico Gimenez
|
6b5a4b2a66
|
test: set TreeConfig for nodes in e2e tests (#16572)
|
2025-05-30 17:52:59 +00:00 |
|
Alexey Shekhirin
|
6c8559775e
|
revert: fix(engine): recompute trie updates for forked blocks (#16500) (#16565)
|
2025-05-30 11:58:40 +00:00 |
|
Femi Bankole
|
cec8e51628
|
chore: add serde support for CanonStateNotification (#16557)
|
2025-05-30 07:42:26 +00:00 |
|
Alexey Shekhirin
|
1cfe509985
|
fix(engine): recompute trie updates for forked blocks (#16500)
|
2025-05-28 14:21:26 +00:00 |
|
Matthias Seitz
|
2afc80f5ac
|
chore: add debug trace for on_new_head (#16471)
|
2025-05-27 14:27:44 +00:00 |
|
Matthias Seitz
|
ddcd30f400
|
chore: make clippy happy (#16455)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-05-24 09:25:50 +02:00 |
|
Dan Cline
|
6e88d7fb3b
|
feat(trie): decode proofs in multiproof task (#16098)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-05-20 22:10:04 +00:00 |
|
Federico Gimenez
|
f9cc241ff5
|
feat: include SpecId in PrecompileCache keys (#16241)
|
2025-05-19 09:25:19 +00:00 |
|
Roman Krasiuk
|
ffbdd97592
|
feat(engine): add conversions for ExecutionPayloadEnvelopeV5 (#16218)
|
2025-05-14 16:21:45 +00:00 |
|
cakevm
|
3c82dfa496
|
chore: Replace try_clone_into_recovered with try_into_recovered to avoid unnecessary clone (#16230)
|
2025-05-14 13:12:56 +00:00 |
|
Federico Gimenez
|
805fb1012c
|
feat: add PrecompileCacheMap::cache_for_address and test (#16197)
|
2025-05-13 21:22:57 +00:00 |
|
Federico Gimenez
|
76ae22d72a
|
fix: use different cache instance per precompile (#16191)
|
2025-05-13 12:42:56 +00:00 |
|
Dan Cline
|
1f23f088d1
|
fix(tree): add colon to sparse trie task logs (#16175)
|
2025-05-12 18:31:31 +00:00 |
|
Federico Gimenez
|
ffd76458a2
|
chore: extract TreeState to separate submodule (#16172)
|
2025-05-12 16:28:53 +00:00 |
|
Alexey Shekhirin
|
bc9722d9e2
|
feat(engine): set keep alive for Tokio threads (#16162)
|
2025-05-12 11:21:48 +00:00 |
|
Federico Gimenez
|
eb6e7f03c9
|
fix: prevent memory bloat during extended finalization periods (#16157)
|
2025-05-12 11:20:37 +00:00 |
|
Matthias Seitz
|
3338c5a319
|
revert: "revert: 2054a37" (#16139)
Co-authored-by: rakita <dragan0rakita@gmail.com>
|
2025-05-12 08:53:05 +00:00 |
|
Matthias Seitz
|
c830d8c852
|
revert: 2054a37 (#16138)
|
2025-05-09 15:56:06 +02:00 |
|
Federico Gimenez
|
2054a37b02
|
feat: add precompile cache for execution (#15928)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-05-09 09:36:28 +00:00 |
|
Matthias Seitz
|
a33da3fc56
|
chore: skip inserting older blocks (#16101)
|
2025-05-08 11:28:29 +02:00 |
|
Federico Gimenez
|
699b3fde1b
|
chore: remove BlockExecutorProvider trait (#15989)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2025-05-06 11:34:37 +00:00 |
|
int88
|
d66d1caed4
|
fix: update metrics for download_block_range (#16064)
|
2025-05-05 10:47:06 +00:00 |
|
kilavvy
|
c91d2cae77
|
docs: Fix typos and grammar in documentation comments (#16033)
|
2025-05-02 08:39:17 +00:00 |
|
Dan Cline
|
0933d51deb
|
feat(engine): add instrumented state provider (#15891)
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
|
2025-05-02 06:27:30 +00:00 |
|
Arsenii Kulikov
|
37741fdcbc
|
refactor: execute through EvmConfig in engine + MockEvmConfig (#16025)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
|
2025-05-01 19:16:31 +00:00 |
|
Alexey Shekhirin
|
b2b1a3c68c
|
perf(engine): drop sparse trie after task returned result (#16000)
|
2025-04-30 22:23:19 +00:00 |
|
Dan Cline
|
b93f4c6080
|
fix(tree): save caches only after prewarm tasks finish (#16011)
|
2025-04-30 20:12:45 +00:00 |
|
Matthias Seitz
|
7049b1b470
|
docs: clarify blocks for pipeline run (#16002)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
|
2025-04-30 11:21:19 +00:00 |
|
FT
|
86c552c011
|
docs: update docs (#15997)
|
2025-04-30 08:00:48 +00:00 |
|
leopardracer
|
6a9f4c28ee
|
fix: typos in comments (#15938)
|
2025-04-29 18:52:35 +00:00 |
|
Matthias Seitz
|
762880e494
|
docs: add engine API builder docs (#15988)
|
2025-04-29 15:10:06 +02:00 |
|
Harrish Bansal
|
82d6505948
|
refactor: remove validate_header_with_total_difficulty (#15903)
|
2025-04-25 13:38:29 +00:00 |
|
nk_ysg
|
e0a300ea07
|
perf: opt EngineApiTreeHandler::insert_block_inner rm clone (#15385)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-25 08:27:39 +00:00 |
|
Emilia Hane
|
a7435bede0
|
chore(deps): 2024 edition syntax fixes (#14731)
|
2025-04-24 21:34:26 +00:00 |
|
Matthias Seitz
|
ddba222c08
|
chore: make clippy happy (#15895)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
|
2025-04-24 08:06:06 +00:00 |
|
kevaundray
|
40f0edfc2e
|
chore: Make SparseTrie crate no_std compatible (#15786)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-04-23 11:57:41 +00:00 |
|