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

Constants update (v0.7.1) #725

Merged
merged 2 commits into from
Jun 17, 2019

Conversation

cemozerr
Copy link
Contributor

PR Description

Updates normal & minimal constants to spec v0.7.1

@cemozerr cemozerr changed the base branch from master to v0.7.1-integration June 17, 2019 22:27
@cemozerr cemozerr changed the title V0.7.1 integration Constants update (v0.7.1) Jun 17, 2019
Copy link
Contributor

@dangerousfood dangerousfood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm


# Initial values
# ---------------------------------------------------------------
GENESIS_FORK_VERSION = '0x00000000'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure GENESIS_FORK_VERSION is removed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just copy pasted minimal_constants.yaml file from spec, so let's just keep it in there.

@cemozerr cemozerr merged commit 94ecad3 into Consensys:v0.7.1-integration Jun 17, 2019
dangerousfood added a commit to dangerousfood/artemis that referenced this pull request Jun 21, 2019
* Constants update (v0.7.1) (Consensys#725)

* Change mainnet constants

* Change minimal constants in config.toml

* Update data structures (Consensys#727)

* add bls_domain

* get_churn_limit added

* is_slashable_attestation_data added

* validate_indexed_attestation added

* get_domain modified

* convert_to_indexed

* get_attesting_indices modified

* get_shuffled_index added

* compute_committee added

* get_crosslink_committee added

* get_epoch_start_shard added

* get_shard_delta added

* get_epoch_committee_count added

* get_block_root_at_slot added

* get_attestation_data_slot added

* decrease_balance added

* increase_balance added

* is_slashable_validator added

* get_previous_epoch modified

* get_active_validator_indices modified

* get_randao_mix modified

* get_active_index_root modified

* generate_seed modified

* get_beacon_proposer_index modified

* removed methods

* replacce assert

* bug fixes

* bug fixes

* couture

* bug fixes

* best dev evar

* bug fixes
dangerousfood added a commit to dangerousfood/artemis that referenced this pull request Jun 21, 2019
* Constants update (v0.7.1) (Consensys#725)

* Change mainnet constants

* Change minimal constants in config.toml

* Update data structures (Consensys#727)

* add bls_domain

* get_churn_limit added

* is_slashable_attestation_data added

* validate_indexed_attestation added

* get_domain modified

* convert_to_indexed

* get_attesting_indices modified

* get_shuffled_index added

* compute_committee added

* get_crosslink_committee added

* get_epoch_start_shard added

* get_shard_delta added

* get_epoch_committee_count added

* get_block_root_at_slot added

* get_attestation_data_slot added

* decrease_balance added

* increase_balance added

* is_slashable_validator added

* get_previous_epoch modified

* get_active_validator_indices modified

* get_randao_mix modified

* get_active_index_root modified

* generate_seed modified

* get_beacon_proposer_index modified

* removed methods

* replacce assert

* bug fixes

* bug fixes

* couture

* bug fixes

* best dev evar

* bug fixes
dangerousfood added a commit that referenced this pull request Jun 21, 2019
* Implement Test Suites to Run Shuffling Reference Tests from Eth2 Testing Spec (#715)

* Update BLS tests to use official eth2 spec vectors.

* Test shuffling with different validator set sizes from eth2-test spec reference tests.

* Test shuffling with default shuffling test vectors from eth2-test spec reference tests.

* Fix get shuffling

* changes made to give p2pNetwork access to the data needed for RPC calls (#726)

* V0.7.1 integration (#1)

* Constants update (v0.7.1) (#725)

* Change mainnet constants

* Change minimal constants in config.toml

* Update data structures (#727)

* add bls_domain

* get_churn_limit added

* is_slashable_attestation_data added

* validate_indexed_attestation added

* get_domain modified

* convert_to_indexed

* get_attesting_indices modified

* get_shuffled_index added

* compute_committee added

* get_crosslink_committee added

* get_epoch_start_shard added

* get_shard_delta added

* get_epoch_committee_count added

* get_block_root_at_slot added

* get_attestation_data_slot added

* decrease_balance added

* increase_balance added

* is_slashable_validator added

* get_previous_epoch modified

* get_active_validator_indices modified

* get_randao_mix modified

* get_active_index_root modified

* generate_seed modified

* get_beacon_proposer_index modified

* removed methods

* replacce assert

* bug fixes

* bug fixes

* couture

* bug fixes

* best dev evar

* bug fixes

* oops
cemozerr added a commit to cemozerr/artemis that referenced this pull request Jun 25, 2019
* Change mainnet constants

* Change minimal constants in config.toml
cemozerr pushed a commit to cemozerr/artemis that referenced this pull request Jun 25, 2019
* Implement Test Suites to Run Shuffling Reference Tests from Eth2 Testing Spec (Consensys#715)

* Update BLS tests to use official eth2 spec vectors.

* Test shuffling with different validator set sizes from eth2-test spec reference tests.

* Test shuffling with default shuffling test vectors from eth2-test spec reference tests.

* Fix get shuffling

* changes made to give p2pNetwork access to the data needed for RPC calls (Consensys#726)

* V0.7.1 integration (#1)

* Constants update (v0.7.1) (Consensys#725)

* Change mainnet constants

* Change minimal constants in config.toml

* Update data structures (Consensys#727)

* add bls_domain

* get_churn_limit added

* is_slashable_attestation_data added

* validate_indexed_attestation added

* get_domain modified

* convert_to_indexed

* get_attesting_indices modified

* get_shuffled_index added

* compute_committee added

* get_crosslink_committee added

* get_epoch_start_shard added

* get_shard_delta added

* get_epoch_committee_count added

* get_block_root_at_slot added

* get_attestation_data_slot added

* decrease_balance added

* increase_balance added

* is_slashable_validator added

* get_previous_epoch modified

* get_active_validator_indices modified

* get_randao_mix modified

* get_active_index_root modified

* generate_seed modified

* get_beacon_proposer_index modified

* removed methods

* replacce assert

* bug fixes

* bug fixes

* couture

* bug fixes

* best dev evar

* bug fixes

* oops
cemozerr added a commit to cemozerr/artemis that referenced this pull request Jun 28, 2019
* Change mainnet constants

* Change minimal constants in config.toml
cemozerr pushed a commit to cemozerr/artemis that referenced this pull request Jun 28, 2019
* Implement Test Suites to Run Shuffling Reference Tests from Eth2 Testing Spec (Consensys#715)

* Update BLS tests to use official eth2 spec vectors.

* Test shuffling with different validator set sizes from eth2-test spec reference tests.

* Test shuffling with default shuffling test vectors from eth2-test spec reference tests.

* Fix get shuffling

* changes made to give p2pNetwork access to the data needed for RPC calls (Consensys#726)

* V0.7.1 integration (#1)

* Constants update (v0.7.1) (Consensys#725)

* Change mainnet constants

* Change minimal constants in config.toml

* Update data structures (Consensys#727)

* add bls_domain

* get_churn_limit added

* is_slashable_attestation_data added

* validate_indexed_attestation added

* get_domain modified

* convert_to_indexed

* get_attesting_indices modified

* get_shuffled_index added

* compute_committee added

* get_crosslink_committee added

* get_epoch_start_shard added

* get_shard_delta added

* get_epoch_committee_count added

* get_block_root_at_slot added

* get_attestation_data_slot added

* decrease_balance added

* increase_balance added

* is_slashable_validator added

* get_previous_epoch modified

* get_active_validator_indices modified

* get_randao_mix modified

* get_active_index_root modified

* generate_seed modified

* get_beacon_proposer_index modified

* removed methods

* replacce assert

* bug fixes

* bug fixes

* couture

* bug fixes

* best dev evar

* bug fixes

* oops
cemozerr added a commit that referenced this pull request Jun 28, 2019
* Change mainnet constants

* Change minimal constants in config.toml
cemozerr pushed a commit that referenced this pull request Jun 28, 2019
* Implement Test Suites to Run Shuffling Reference Tests from Eth2 Testing Spec (#715)

* Update BLS tests to use official eth2 spec vectors.

* Test shuffling with different validator set sizes from eth2-test spec reference tests.

* Test shuffling with default shuffling test vectors from eth2-test spec reference tests.

* Fix get shuffling

* changes made to give p2pNetwork access to the data needed for RPC calls (#726)

* V0.7.1 integration (#1)

* Constants update (v0.7.1) (#725)

* Change mainnet constants

* Change minimal constants in config.toml

* Update data structures (#727)

* add bls_domain

* get_churn_limit added

* is_slashable_attestation_data added

* validate_indexed_attestation added

* get_domain modified

* convert_to_indexed

* get_attesting_indices modified

* get_shuffled_index added

* compute_committee added

* get_crosslink_committee added

* get_epoch_start_shard added

* get_shard_delta added

* get_epoch_committee_count added

* get_block_root_at_slot added

* get_attestation_data_slot added

* decrease_balance added

* increase_balance added

* is_slashable_validator added

* get_previous_epoch modified

* get_active_validator_indices modified

* get_randao_mix modified

* get_active_index_root modified

* generate_seed modified

* get_beacon_proposer_index modified

* removed methods

* replacce assert

* bug fixes

* bug fixes

* couture

* bug fixes

* best dev evar

* bug fixes

* oops
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