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

trie: Remove buggy StackTrie #18

Merged
merged 1 commit into from
May 18, 2020

Conversation

gballet
Copy link

@gballet gballet commented May 18, 2020

StackTrie was a nice experiment and I was keeping it around to remember some of the optimization tricks that I put in there. It is also very buggy and has since then been superseded by ReStackTrie.

This PR also include a bugfix that was dropped from the previous bugfix PR.

@gballet gballet requested a review from holiman as a code owner May 18, 2020 15:00
@holiman holiman merged commit b7e737b into holiman:trie_gen May 18, 2020
holiman pushed a commit that referenced this pull request Mar 18, 2024
* Experimental: EVMLogger fixed error code

* First pass of review

* Move error to `core/vm/errors.go`, ensure also we strictly implement `rpc.Error` (without depending on it)
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.

2 participants