Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erigon 2.53.0 #152344

Merged
merged 2 commits into from
Oct 25, 2023
Merged

erigon 2.53.0 #152344

merged 2 commits into from
Oct 25, 2023

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* params: begin 2.53 release cycle by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8433
* move memdb to own package - to reduce cycle deps by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8428
* Medbx: add label to error messages, UpdateForkChoice: add ctx to erorrs, MemDb: increase db-limit from 512Mb to 512Gb by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8434
* downloader: smaller ratelimit birst by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8435
* rpcdaemon: must not create db - because doesn't know right parameters by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8445
* mainnet 18 snapshots by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8436
* rpc_test: Add test for get tx from hash by @lupin012 in https://github.com/ledgerwatch/erigon/pull/8418
* rpctest: Update tx receipt test by @lupin012 in https://github.com/ledgerwatch/erigon/pull/8415
* rpcademon: changed  erigon_getLogs() according changes done on erigon_getLatest() by @lupin012 in https://github.com/ledgerwatch/erigon/pull/8417
* Fix invalid pre-fetched header broadcast by @mh0lt in https://github.com/ledgerwatch/erigon/pull/8442
* Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in https://github.com/ledgerwatch/erigon/pull/8444
* cmd/sentry: remove empty headers check by @manav2401 in https://github.com/ledgerwatch/erigon/pull/8450
* chore(devnet): add `rpc.host` and `rpc.port` flags in `devnet` cmd by @leovct in https://github.com/ledgerwatch/erigon/pull/8449
* Maximize build space for goreleaser by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8455
* Add block producer progress check by @mh0lt in https://github.com/ledgerwatch/erigon/pull/8447
* fix typos by @GoodDaisy in https://github.com/ledgerwatch/erigon/pull/8452
* Configure EIP-4844 parameters for Gnosis by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8464
* better webseed support by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8466
* Proper use of Dirs in Caplin by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8458
* fix: newly mined blocks now include transactions and check new blocks with empty receipt hash by @leovct in https://github.com/ledgerwatch/erigon/pull/8467
* sync: fix a memory leak when header verification fails by @battlmonstr in https://github.com/ledgerwatch/erigon/pull/8431
* Small extra check of ReceiptHash by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8469
* mumbai snapshots - 41m by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8461
* downloader: don't loose debug logs by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8473
* Added separate Withdrawal data type to Caplin by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8474
* Caplin: Resetting cache head hash when new slot is avaiable by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8477
* db: don't create tables in accede mode by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8478
* up x/sync lib by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8479
* Fix Sepolia snapshot hashes by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8481
* Optimized the checkpoint state layout by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8482
* CI Job for Consensus specs by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8483
* Verbose --internalcl for whenever we fail at startup by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8487
* mdbx: don't mix modes by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8490
* bor initFrozenSnapshot: parallel erecover by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8488
* mdbx: add lable to commit error by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8492
* add "integration stage_headers --integrity.slow" to check gaps in headers or canonical markers by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8489
* Caplin: under the hood block downloading by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8459
* go.mod: minimal go version 1.20 by @battlmonstr in https://github.com/ledgerwatch/erigon/pull/8495
* GOMEMLIMIT: support by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8498
* p2p: bad p2p server port in the log by @battlmonstr in https://github.com/ledgerwatch/erigon/pull/8493
* rpctest: Add rpctest get block by number by @lupin012 in https://github.com/ledgerwatch/erigon/pull/8476
* Spell Check: Fix typos by @tkzktk in https://github.com/ledgerwatch/erigon/pull/8480
* eth/68: always announce tx sizes with envelopes by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8502
* Use Erigon execution for memory mutations by @canepat in https://github.com/ledgerwatch/erigon/pull/8503
* Add RPC daemon using Silkworm by @canepat in https://github.com/ledgerwatch/erigon/pull/8486
* move chainname and snapcfg packages to erigon-lib by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8508
* downloader: support token by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8507
* Simplify RLP size calculations by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8506
* downloader: less webseed logs by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8510
* Skip blockhashes stage by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8497
* Caplin <-> MDBX by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8470
* keep caplin data by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8518
* downloader: default webseed token for e2  by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8512
* downloader: supress some "EOF" logs by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8519
* Fix rlp.EncodeString for length 56 by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8528
* Remove duplicate code in ots API by @wmitsuda in https://github.com/ledgerwatch/erigon/pull/8529
* eth/68: always announce tx sizes without envelopes by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8530
* Switch to official KZG ceremony trusted setup (EIP-4844) by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8531
* Gnosis Snapshot updated by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8532
* downloader: fix e2 bucket name by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8521
* etl: more tests by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8534
* Update execution spec tests to v1.0.6 by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8536
* remove sentinel port from README by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8539
* Move validator set snapshot computation to bor_heimdall stage by @AlexeyAkhunov in https://github.com/ledgerwatch/erigon/pull/8202
* Shanghai/Agra HF by @anshalshukla in https://github.com/ledgerwatch/erigon/pull/8504
* Update Makefile by @felddoteth in https://github.com/ledgerwatch/erigon/pull/8544
* Forkchoice states saved on disk by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8546
* Remove useless printlns by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8542
* Sentinel refactor by @elee1766 in https://github.com/ledgerwatch/erigon/pull/8296
* integration: open db in Accede mode  by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8535
* Update go-kzg-4844 to v0.7.0 by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8551
* Replace eip1559FeeCollector with burntContract by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8553
* Same range parallel downloader by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8554
* Added cli too for Snapshots Generations for Caplin by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8543
* Fix wiring of AgraBlock into tx pool by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8555
* Numerical instead of lexicographic sorting in borKeyValueConfigHelper by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8560
* Fix panic in isAgra check for txpool by @mh0lt in https://github.com/ledgerwatch/erigon/pull/8562
* Fix metrics get perf regression by @mh0lt in https://github.com/ledgerwatch/erigon/pull/8563
* Dvovk/sentinel and sentry peers data collect by @dvovk in https://github.com/ledgerwatch/erigon/pull/8533
* mbps by @elee1766 in https://github.com/ledgerwatch/erigon/pull/8564
* readme: faq on public rpc api by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8541
* rpctest: Fix error mgt from bench1 to bench9 by @lupin012 in https://github.com/ledgerwatch/erigon/pull/8548
* Update Readme - gnosis size by @somnathb1 in https://github.com/ledgerwatch/erigon/pull/8538
* possible error fix by @dvovk in https://github.com/ledgerwatch/erigon/pull/8566
* Added functional beacon snapshots reader and generator to Caplin by @Giulio2002 in https://github.com/ledgerwatch/erigon/pull/8570
* downloader: log.Trace non-important log messages instead of skipping it by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8574
* sapshots: remove modtime protection by @AskAlexSharov in https://github.com/ledgerwatch/erigon/pull/8573
* fix nil error in bor devnet by @anshalshukla in https://github.com/ledgerwatch/erigon/pull/8578
* Revert "Move validator set snapshot computation to bor_heimdall stage… by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8580
* params: remove dev from v2.53.0 by @yperbasis in https://github.com/ledgerwatch/erigon/pull/8581

New Contributors

Full Changelog: ledgerwatch/erigon@v2.52.5...v2.53.0

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 25, 2023
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 25, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 25, 2023
Merged via the queue into Homebrew:master with commit 5ad9597 Oct 25, 2023
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Nov 24, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 2023
@chenrui333 chenrui333 deleted the bump-erigon-2.53.0 branch January 22, 2024 17:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants