-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
UDP crash #314
Comments
I think this should resolve it? should work even if the last element of the slice is deleted: #316 |
nm, realized now the copy method should also work with the last element; could this be a concurrency issue? |
It cannot be a concurrency issue because it updates a slice in a local variable. I know exactly how to test and fix it, just didn't do it yet. |
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Aug 25, 2021
) * fixed wrong state creation which resulted in fail of tracing transaction * sorted package imports * added the check to `standardTraceBlockToFile` that resolves the ethereum#314 Co-authored-by: alexqrid <>
tanishqjasoria
pushed a commit
to tanishqjasoria/go-ethereum
that referenced
this issue
Oct 31, 2023
…) and withdraw root into trace (ethereum#314) * add proof for predeployed storages * reverse inneeded code * update for mainbranch merging * add coinbase storage as trace * comment for clarify * Update version.go --------- Co-authored-by: Péter Garamvölgyi <th307q@gmail.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
marioevz
pushed a commit
to marioevz/go-ethereum
that referenced
this issue
Feb 6, 2024
* rewrite per-block conversion pointer management * remove unused method * fix: a branch that can verge at genesis or post genesis (ethereum#314) * fix: import cycle in conversion refactor (ethereum#315) * fix shadowfork panic in OpenStorageTrie
maoueh
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Jun 13, 2024
sduchesneau
pushed a commit
to streamingfast/go-ethereum
that referenced
this issue
Jun 14, 2024
…registration fix pebble metrics registration [NIT-2468]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: