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

all: sync with upstream #1146

Merged
merged 9 commits into from
Oct 31, 2022
Merged

Conversation

qinglin89
Copy link
Contributor

Description

Sync with go-ethereum 1.10.20:
mainly including some bug fixes, and together with some separate prs:

N/A

Example

N/A

Changes

Notable changes:
N/A

holiman and others added 9 commits October 21, 2022 12:40
The oss-fuzz engine crashes due to stack overflow decoding a large nested
structure into a interface{}. This PR limits the size of the input data, so
should avoid such crashes.
Decrease children size instead of dirties size when marking dirties as cleaned up in trie cleaner
* miner: retrieve mining state from live database

* eth/catalyst: ignore stale fcu events from cl
This changes the []byte <-> Uint8Array conversion to use an
ArrayBuffer, avoiding inefficient copying of the slice data in Goja.

Co-authored-by: Felix Lange <[email protected]>
Copy link
Collaborator

@brilliant-lx brilliant-lx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@unclezoro unclezoro merged commit 6b83c41 into bnb-chain:develop Oct 31, 2022
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

10 participants