demo-0.0.1 — erigon base for cocoon first public demo
erigon fork commit cocoon-releases builds against (go.mod path-replace ../../../erigon). Cross-repo pin: erigon @ d668ca3 <-> cocoon @ c28b837 (tag demo-0.0.1).
erigon fork commit cocoon-releases builds against (go.mod path-replace ../../../erigon). Cross-repo pin: erigon @ d668ca3 <-> cocoon @ c28b837 (tag demo-0.0.1).
Erigon v3.5.5 — Tidal Tails v3.5.5 is a bugfix and security release recommended for all users, and especially for block proposers and archive-node operators. It fixes a panic on every Fulu blinded-block submission ( #23150 ), a payload frozen before its slot began under an external consensus layer ( #23102 ), and wrong logIndex values on archive nodes ( #22951 ). It is a drop-in upgrade from 3.5.4…
Erigon v3.5.4 — Tidal Tails v3.5.4 is a bugfix release recommended for all users, and especially for operators running the RPC daemon with response compression enabled — archive nodes and high-traffic RPC endpoints — where a native-memory leak in the gzip path could grow by ~9-15 GiB/day ( #22700 ). It is a drop-in upgrade from 3.5.3 — no re-sync required. Bugfixes node: fix a native (C-allocated)…
[r3.6] commitment: ASSERT mutated external variables - cause red "syn…
Erigon v3.5.3 — Tidal Tails v3.5.3 is a bugfix release recommended for all users. It is a drop-in upgrade from 3.5.2 — no re-sync required. Bugfixes execution/stagedsync: restore log/receipt notifications for mid-block resumed blocks ( #22648 ) by @lupin012 — backports the notification-completeness half of #22235 . After the earlier ReceiptDomain fix, both executors still gated RecentReceipts.Add…
Erigon v3.5.2 — Tidal Tails v3.5.2 is a bugfix release recommended for all users, and especially for anyone running 3.5.1 — it fixes a sync-halting trie-root regression introduced there ( #22399 ). It is a drop-in upgrade from 3.5.1 — no re-sync required. Bugfixes db/state: clear the StateCache on SharedDomains unwind below the reorg window ( #22402 ) by @Sahil-4555 — after the v3.5.1…
Erigon v3.5.1 — Tidal Tails v3.5.1 is a bugfix release recommended for all users. It is a drop-in upgrade from 3.5.0 — no re-sync required. Bugfixes execution/stagedsync: fix parallel-execution commitment consistency at step boundaries ( #22111 , #22135 , #22147 , #22094 ) by @awskii , @sudeepdino008 — a block straddling a step boundary left that step's commitment inconsistent with the…
Erigon v3.5.0 — Tidal Tails Erigon 3.5.0 is a major release headlined by parallel block execution becoming the default and initial support for Ethereum's upcoming Glamsterdam hardfork . It is a drop-in upgrade for 3.4.x users — no re-sync required; existing datadirs upgrade their prune configuration automatically (see Breaking Changes). Key Features Parallel block execution, on by default. Erigon…
Erigon v3.4.4 — Splashing Saga v3.4.4 is a bugfix release recommended for all users. Bugfixes execution/stagedsync: prune in-RAM overlay when execution unwind is a no-op ( #21824 , #21847 ) by @JkLondon — third fix for the post-reorg gas used mismatch . caplin: serialize uint64 beacon API fields as JSON strings ( #21805 ) by @BitWonka - Per the beacon-APIs spec, Uint64/Gwei fields must be…
Erigon v3.4.3 — Splashing Saga v3.4.3 is a bugfix release recommended for all users. Bugfixes db/state: prune TemporalMemBatch overlay entries past the unwind point ( #21538 ) by @JkLondon — second fix for the post-reorg gas used mismatch / state-leak some users still hit on v3.4.2. After a tip reorg a stale read in the in-memory overlay could return a write made inside the unwound txNum range,…