-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding verkle genesis command #27
Open
parithosh
wants to merge
31
commits into
master
Choose a base branch
from
add-verkle-gen
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
34ec9f2
adding verkle genesis command
parithosh 5544ffb
update geth
parithosh 5ae99ab
update gomod
parithosh 166b3fd
update go mod
parithosh 9f0d10f
add withdrawalsroot
parithosh 27daeef
switch to branch
parithosh 8df72f9
fix zrnt
parithosh 9012b44
fix: add support for ELECTRA_FORK_VERSION
gballet 0f0309f
Merge pull request #28 from gballet/fix-electra-fork-version
parithosh 0649828
fork version fix: use latest verkle-proofs-with-capella version
gballet f95e11f
Merge pull request #29 from gballet/fix-electra-fork-version-config
parithosh ff02730
fix verkle beaconblockbodytype
parithosh da1d985
update geth verkle branch
parithosh 22a4364
update verkle branch
parithosh 64c9625
updating gomod
parithosh dfd82e8
dump eth1 block and root hash
gballet 73c065f
Merge pull request #30 from gballet/dump-eth1-block-and-root-hash
parithosh 07666ac
fix eth1 hash formatting
gballet 979615f
Merge pull request #31 from gballet/fix-eth1-hash-formatting
parithosh 2e3b95a
update branch for geth
parithosh 7906c2e
update deps
parithosh 43a40df
bump new verkle key calculation
parithosh c25ef1b
updating geth to use nyota-costs-redo
parithosh d9c4d79
use nyota costs
gballet 550bf57
Merge pull request #41 from gballet/use-nyota-costsx
parithosh 1855281
use nyota costs, take #2
gballet 5fda8c9
Merge pull request #42 from gballet/use-nyota-costs
parithosh d6b431f
updating go mod
parithosh 9ca9eb4
upgrade to devnet-7 branch
gballet 93065f2
Merge pull request #43 from gballet/upgrade-to-devnet7-branch
parithosh 9dfc035
updating zrnt with new execution witness format
parithosh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This saddens me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, unfortunately because verkle is still undergoing active changes its a bit easier to live in replace hell as opposed to spending time fixing it via some other way. Happy to listen to other ideas ofc :D