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

Fixed Bor Log appearing on Ethereum Mainnet #10405

Merged
merged 1 commit into from
May 18, 2024
Merged

Fixed Bor Log appearing on Ethereum Mainnet #10405

merged 1 commit into from
May 18, 2024

Conversation

Giulio2002
Copy link
Collaborator

No description provided.

@Giulio2002 Giulio2002 enabled auto-merge (squash) May 18, 2024 13:51
@Giulio2002 Giulio2002 merged commit be889f6 into main May 18, 2024
10 checks passed
@Giulio2002 Giulio2002 deleted the borlog branch May 18, 2024 18:57
taratorio added a commit that referenced this pull request May 20, 2024
Cherry-pick:
be889f6

Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
@yperbasis yperbasis added this to the 2.60.1-fixes milestone May 22, 2024
blxdyx pushed a commit to node-real/bsc-erigon that referenced this pull request Jun 5, 2024
* fix Consensus specification tests CI (ledgerwatch#10391) (ledgerwatch#10396)

Cherry-pick:
ledgerwatch@bc5fa6f

Need this to get PR CI green for v2.60.1 patches, e.g. -
ledgerwatch#10390

Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>

* rpc/handler: do not append null to stream when json may be valid (ledgerwatch#10390)

Cherry-pick:
ledgerwatch@4d1c954
Relates to: ledgerwatch#10376

* Fixed Bor Log appearing on Ethereum Mainnet (ledgerwatch#10405) (ledgerwatch#10420)

Cherry-pick:
ledgerwatch@be889f6

Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>

* fix gas price not right problem (ledgerwatch#10456)

Cherry pick PR ledgerwatch#10451 into the release branch

Co-authored-by: mars <marshalys@gmail.com>

* eth_estimateGas: default feeCap to base fee (ledgerwatch#10499)

Copy PR ledgerwatch#10495 into the release branch

* Add flag for bor waypoint types (ledgerwatch#10501)

Cherry pick PR ledgerwatch#10281 into the release branch

Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>
Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>

* try to fix 'method handler crashed' for debug_traceCall of ledgerwatch#9090 (ledgerwatch#10502)

Cherry pick PR ledgerwatch#10401 into the release branch

Co-authored-by: mars <marshalys@gmail.com>

* diagnostics: cherry pick speedtest disable (ledgerwatch#10509)

Cherry pick PR ledgerwatch#10449 into the release branch

* Enable DNS p2p discovery on holesky (ledgerwatch#10507)

Cherry pick PR ledgerwatch#10460 into the release branch

Co-authored-by: Willian Mitsuda <wmitsuda@gmail.com>

* fix eth_call 'method handler crashed' error when tx has set maxFeePerBlobGas (ledgerwatch#10506)

Cherry pick PR ledgerwatch#10452 into the release branch

Co-authored-by: mars <marshalys@gmail.com>

* e2: remove overlapped files only after merge (ledgerwatch#10487)

Otherwise: if start after `kill -9` in the middle of merge - may remove
small files of 1 type of file, but leave small files of another type of
files (which merge was not finished) - and leave node in un-mergable
state: ledgerwatch#10485

---------

Co-authored-by: awskii <awskii@users.noreply.github.com>

* add flag checking for pruning waypoints (ledgerwatch#10508)

Cherry pick PR ledgerwatch#10468 into the release branch

Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>

* p2p/sentry: sentry doesn't start with ErrNoHead (ledgerwatch#10454) (ledgerwatch#10523)

cherry-pick ledgerwatch#10494 to
release/2.60

* add lock to purgeMilestoneIDsList (ledgerwatch#10524)

Cherry pick PR ledgerwatch#10493 into the release branch

Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>

* polygon/heimdall: fix checkpoint json marshalling (ledgerwatch#10530)

Fixes a recent regression causing unwinds due to checkpoints having zero
root hash:
```
[WARN] [05-18|23:58:54.662] [bor] Root hash mismatch while whitelisting checkpoint expected=ac1c57270479250af3ce8eee90075cd8b2ba1bac55353105e063d9a4c87c743e got=0000000000000000000000000000000000000000000000000000000000000000
[WARN] [05-18|23:58:54.662] [bor] Rewinding chain due to checkpoint root hash mismatch number=57125727
```

Note this has already been fixed on Erigon 3 branch but as part of a
non-related PR -
https://github.com/ledgerwatch/erigon/pull/10124/files#diff-47d4532f399f2d6a45e6f19944a45c80bac573b4d1b5cb51485d0254229d1b16

* Fix capacity for immediate appends (ledgerwatch#10539)

Cherry pick PR ledgerwatch#10528 into the release branch

Co-authored-by: Shoham Chakraborty <shhmchk@gmail.com>

* core/vm: set tracer-observable value of a delegatecall to match parent value (ledgerwatch#10370)

requested by ledgerwatch#9549

port of ethereum/go-ethereum#26632

* params: version 2.60.1 (ledgerwatch#10555)

* blobGasPrice should be marshalled as hex (ledgerwatch#10571)

Cherry pick PR ledgerwatch#10551 into the release branch

* Caplin: Fixed reforwarding of Bls Execution changes (ledgerwatch#10577)

Cherry pick PR ledgerwatch#10546 into the release branch

Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>

* Caplin: Proper "Normalization" of length of ForkVersions to 8 hex characters (ledgerwatch#10578)

Cherry pick PR ledgerwatch#10512 into the release branch

Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>

* Caplin: Update BlobSidecars Beacon API endpoint to the latest specs (ledgerwatch#10580)

Cherry pick PR ledgerwatch#10576 into the release branch

Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>

* bor blocks retire: infinity loop fix (ledgerwatch#10596)

Problem: `+1` was added to maxBlockNum instead of minBlockNum
for: ledgerwatch#10554

* txpool: EIP-3860 should only apply to create transactions (ledgerwatch#10609)

This fixes Issue ledgerwatch#10607

---------

Co-authored-by: milen <94537774+taratorio@users.noreply.github.com>
Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
Co-authored-by: mars <marshalys@gmail.com>
Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>
Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>
Co-authored-by: Dmytro <vovk.dimon@gmail.com>
Co-authored-by: Willian Mitsuda <wmitsuda@gmail.com>
Co-authored-by: awskii <awskii@users.noreply.github.com>
Co-authored-by: battlmonstr <battlmonstr@users.noreply.github.com>
Co-authored-by: Shoham Chakraborty <shhmchk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants