-
Notifications
You must be signed in to change notification settings - Fork 36
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
Docker compose for running private network #2
Merged
Conversation
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
hosyvietanh
added a commit
that referenced
this pull request
Jun 17, 2020
* Implement dockerfile for bootnode * Write Dockerfile for geth-node * Write Dockerfile for monotoring services * Write docker-compose and update genesis * Update ignore files * Fix some library bug
hosyvietanh
added a commit
that referenced
this pull request
Dec 1, 2020
* Implement dockerfile for bootnode * Write Dockerfile for geth-node * Write Dockerfile for monotoring services * Write docker-compose and update genesis * Update ignore files * Fix some library bug
DNK90
pushed a commit
that referenced
this pull request
Dec 10, 2021
* Implement dockerfile for bootnode * Write Dockerfile for geth-node * Write Dockerfile for monotoring services * Write docker-compose and update genesis * Update ignore files * Fix some library bug
DNK90
pushed a commit
that referenced
this pull request
Dec 10, 2021
* Implement dockerfile for bootnode * Write Dockerfile for geth-node * Write Dockerfile for monotoring services * Write docker-compose and update genesis * Update ignore files * Fix some library bug
andicrypt
referenced
this pull request
in andicrypt/ronin
Nov 1, 2023
* Edit devnet config * Add Puffy hardfork
andicrypt
added a commit
that referenced
this pull request
Jun 6, 2024
Block producer set is a subset of validator candidate set, but currently, both set are stored in plain, which costs unnecessary resource. This commit introduces BlockProducersBitSet (uint64) as an encoded representation of block producer list, indexing to validator candidate list. The original block producer set can be reconstructed from the bit set and validator candidate set. As a result, instead of storing a list of block producers in header extra, only a single bit set of type uint64 is stored. * consortium-v2: add block producer bit set * consortium-v2: add more check in verify cascading and remove bit set in snapshot * consortium-v2: rename finality vote bit set to bit set * consortium-v2: update unit test for header extra data encoding * consortium-v2: add unit test for encode and decode validator bit set
andicrypt
added a commit
that referenced
this pull request
Jun 11, 2024
Block producer set is a subset of validator candidate set, but currently, both set are stored in plain, which costs unnecessary resource. This commit introduces BlockProducersBitSet (uint64) as an encoded representation of block producer list, indexing to validator candidate list. The original block producer set can be reconstructed from the bit set and validator candidate set. As a result, instead of storing a list of block producers in header extra, only a single bit set of type uint64 is stored. * consortium-v2: add block producer bit set * consortium-v2: add more check in verify cascading and remove bit set in snapshot * consortium-v2: rename finality vote bit set to bit set * consortium-v2: update unit test for header extra data encoding * consortium-v2: add unit test for encode and decode validator bit set * consortium-v2: fix nil checkpoint validator at epoch non-period block * consortium-v2: add rlp optional tag to extradata encoding * consortium-v2: add unit test decode rlp extra data * consortium-v2: fix verify extra data and refactor code
minh-bq
pushed a commit
that referenced
this pull request
Jun 11, 2024
* params/config: add Aaron hardfork definition * consortium-v2: upgrade Axie and Land transparent proxy code * consortium-v2: upgrade Axie transparent proxy code * consortium-v2: upgrade Land transparent proxy code * consortium-v2: fix the code type to hextil bytes and update unit test * consortium-v2: add block producer bit set (#2) Block producer set is a subset of validator candidate set, but currently, both set are stored in plain, which costs unnecessary resource. This commit introduces BlockProducersBitSet (uint64) as an encoded representation of block producer list, indexing to validator candidate list. The original block producer set can be reconstructed from the bit set and validator candidate set. As a result, instead of storing a list of block producers in header extra, only a single bit set of type uint64 is stored. * consortium-v2: add block producer bit set * consortium-v2: add more check in verify cascading and remove bit set in snapshot * consortium-v2: rename finality vote bit set to bit set * consortium-v2: update unit test for header extra data encoding * consortium-v2: add unit test for encode and decode validator bit set * consortium-v2: fix nil checkpoint validator at epoch non-period block * consortium-v2: add rlp optional tag to extradata encoding * consortium-v2: add unit test decode rlp extra data * consortium-v2: fix verify extra data and refactor code * consortium-v2: add bit set check in verify extra data
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.