Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: SergioChan/erigon

Tags

v3.3.9

Toggle v3.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[r33] cl: amend Chiado bootstrap nodes (erigontech#19692)

## Summary
- Cherry-pick of erigontech#19691 to `release/3.3`
- Replace `ChiadoBootstrapNodes` with the ones from Lighthouse's
built-in Chiado network config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.6 <[email protected]>

v3.3.8

Toggle v3.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v3.3.7

Toggle v3.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v3.3.4

Toggle v3.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
execution: add --fcu.timeout and --fcu.background.prune flags (erigon…

…tech#18723)

trying out some new flags for getting the gigagas execution client
benchmarks to work

v3.3.3

Toggle v3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
common/crypto/ecies: harden length check in Decrypt (erigontech#18650)

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 332 (erigontech#18287)

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[3.3] Torrent client fixes (erigontech#18179)

Pulls minimal fix for thrashing in the announce code caused when there's
a lot of already completed torrents added.

Should fix erigontech/erigon-qa#320 and
erigontech#18162.

Also fixes a rate limiter bug I mentioned to @AskAlexSharov, and an
ancient spammy log line.

I minimized the fix identified on the development branch of
anacrolix/torrent, if this isn't enough I can just pull the full fix.
The 3.3 changes:
https://github.com/anacrolix/torrent/compare/downstreams/erigon/release/3.3...erigon/release/3.3?expand=1.

v3.2.4

Toggle v3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[r3.2] rpc: fix txpool_content crash: unknown (erigontech#18119)

Cherry-pick erigontech#18111

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[3.3] remove experimental tag for historical commitments trie (erigon…

…tech#18011)

pick erigontech#18006

---------

Co-authored-by: Giulio Rebuffo <[email protected]>

v3.3.0-rc.2

Toggle v3.3.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[r3.3] rpc: fix eth_simulateV1 no contract logs with traceTransfers (e…

…rigontech#18000)

Cherry-pick erigontech#17996