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

Docker compose for running private network #2

Merged
merged 6 commits into from
Mar 16, 2020

Conversation

hosyvietanh
Copy link
Contributor

No description provided.

@hosyvietanh hosyvietanh merged commit ec345fa into axieinfinity:master Mar 16, 2020
@hosyvietanh hosyvietanh deleted the docker-compose branch March 16, 2020 09:31
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant