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

Fix a few bugs in the stack trie #9

Merged
merged 4 commits into from
Mar 4, 2020

Conversation

gballet
Copy link

@gballet gballet commented Feb 19, 2020

Fix all the issues that I am aware of in the StackTrie.

@gballet gballet requested a review from holiman as a code owner February 19, 2020 13:38
@gballet gballet removed the request for review from holiman February 19, 2020 13:38
@gballet gballet changed the title [WIP] Fix a few bugs in the stack trie Fix a few bugs in the stack trie Feb 19, 2020
@gballet gballet requested a review from holiman February 19, 2020 19:46
@holiman holiman merged this pull request into holiman:trie_gen Mar 4, 2020
holiman pushed a commit that referenced this pull request Mar 4, 2020
* Fix a few bugs

* Fix the remaining bugs

* Move the stack code to its own file

* More PR grooming
holiman pushed a commit that referenced this pull request Mar 18, 2020
* Fix a few bugs

* Fix the remaining bugs

* Move the stack code to its own file

* More PR grooming
holiman pushed a commit that referenced this pull request Mar 23, 2020
* Fix a few bugs

* Fix the remaining bugs

* Move the stack code to its own file

* More PR grooming
holiman pushed a commit that referenced this pull request Nov 26, 2022
* remove debug println

* Optimize Blob Tx validation using KZG Proofs

Implementing the latest EIP-4844 changes for optimizing blob
transactions.

* fix eth tests

* compute aggregate proof without inverse fft

Benchmarks indicate this doesn't improve or worsen performance. But it's
one less dependency to worry about.

* Eval poly main loop using bls.Fr - less mem usage
holiman pushed a commit that referenced this pull request Jul 7, 2023
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