-
Notifications
You must be signed in to change notification settings - Fork 973
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
release v0.12.0 #1829
release v0.12.0 #1829
Commits on Apr 8, 2020
-
Fix
INACTIVITY_PENALTY_QUOTIENT
The amount of inactivity penalty was adjusted to half since we were applying penalty for missing FFG target and source. But now we only apply it for missing target, so `INACTIVITY_PENALTY_QUOTIENT` should be `2**24`.
Configuration menu - View commit details
-
Copy full SHA for c10e59b - Browse repository at this point
Copy the full SHA c10e59bView commit details
Commits on Apr 9, 2020
-
The input parameter
index
incompute_shuffled_index
is the positi……on of the given list, not `ValidatorIndex`
Configuration menu - View commit details
-
Copy full SHA for 890c27d - Browse repository at this point
Copy the full SHA 890c27dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f6325 - Browse repository at this point
Copy the full SHA b2f6325View commit details
Commits on Apr 14, 2020
-
Merge pull request #1714 from ethereum/hwwhww/validator_index
Strict `ValidatorIndex` definition
Configuration menu - View commit details
-
Copy full SHA for 1e9df66 - Browse repository at this point
Copy the full SHA 1e9df66View commit details -
Merge pull request #1712 from ethereum/hwwhww/inactivity_penalty_quot…
…ient_bug Fix `INACTIVITY_PENALTY_QUOTIENT`
Configuration menu - View commit details
-
Copy full SHA for 4a94200 - Browse repository at this point
Copy the full SHA 4a94200View commit details
Commits on Apr 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6fdee75 - Browse repository at this point
Copy the full SHA 6fdee75View commit details -
Configuration menu - View commit details
-
Copy full SHA for cafd98b - Browse repository at this point
Copy the full SHA cafd98bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3575b18 - Browse repository at this point
Copy the full SHA 3575b18View commit details
Commits on Apr 20, 2020
-
Merge pull request #1731 from ethereum/hwwhww/phase0_typing
Fix some phase 0 typing
Configuration menu - View commit details
-
Copy full SHA for 5b4f5c3 - Browse repository at this point
Copy the full SHA 5b4f5c3View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5929aac - Browse repository at this point
Copy the full SHA 5929aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbac0d - Browse repository at this point
Copy the full SHA 9bbac0dView commit details -
Merge pull request #1740 from ethereum/JustinDrake-patch-3
Cosmetic changes from #1737
Configuration menu - View commit details
-
Copy full SHA for 37abc54 - Browse repository at this point
Copy the full SHA 37abc54View commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe13bab - Browse repository at this point
Copy the full SHA fe13babView commit details -
minor feedback and fixes on rewards/penalites proposal
Co-Authored-By: Hsiao-Wei Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7612667 - Browse repository at this point
Copy the full SHA 7612667View commit details
Commits on Apr 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bf806b9 - Browse repository at this point
Copy the full SHA bf806b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde9b41 - Browse repository at this point
Copy the full SHA fde9b41View commit details
Commits on Apr 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9acea51 - Browse repository at this point
Copy the full SHA 9acea51View commit details
Commits on Apr 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a81c87 - Browse repository at this point
Copy the full SHA 1a81c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for c841aa1 - Browse repository at this point
Copy the full SHA c841aa1View commit details
Commits on Apr 27, 2020
-
1. Avoid negative computation in `is_candidate_block` 2. Fix `get_block_signature`: avoid extra casting; it's simpler to use BeaconBlock instead of BeaconHeader
Configuration menu - View commit details
-
Copy full SHA for 4d980ae - Browse repository at this point
Copy the full SHA 4d980aeView commit details -
1. "Becoming a validator" 2. "Validator assignments" 3. "Beacon chain responsibilities: Block proposal"
Configuration menu - View commit details
-
Copy full SHA for 303d7d5 - Browse repository at this point
Copy the full SHA 303d7d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdae27e - Browse repository at this point
Copy the full SHA bdae27eView commit details -
1. "Beacon chain responsibilities: Attesting" 2. "Beacon chain responsibilities: Attestation aggregation"
Configuration menu - View commit details
-
Copy full SHA for 8adc15e - Browse repository at this point
Copy the full SHA 8adc15eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70bd73d - Browse repository at this point
Copy the full SHA 70bd73dView commit details -
Increase
EPOCHS_PER_ETH1_VOTING_PERIOD
from2
to4
for testing ……eth1 votes consensus
Configuration menu - View commit details
-
Copy full SHA for d311248 - Browse repository at this point
Copy the full SHA d311248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dbc333 - Browse repository at this point
Copy the full SHA 2dbc333View commit details -
Merge pull request #1745 from ethereum/hwwhww/validator-tests
Add sanity, unit test for validator guide
Configuration menu - View commit details
-
Copy full SHA for f95a135 - Browse repository at this point
Copy the full SHA f95a135View commit details -
Merge pull request #1749 from paulhauner/patch-22
Require "seen" aggregates to be valid
Configuration menu - View commit details
-
Copy full SHA for f0af339 - Browse repository at this point
Copy the full SHA f0af339View commit details -
Merge pull request #1756 from byz-f/q9-genesis-eth1
genesis: clarify that eth1 timestamp can be less than min genesis time
Configuration menu - View commit details
-
Copy full SHA for dae623b - Browse repository at this point
Copy the full SHA dae623bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc1fb9 - Browse repository at this point
Copy the full SHA 3cc1fb9View commit details -
Merge pull request #1762 from terencechain/patch-96
Remove extra `/` in README
Configuration menu - View commit details
-
Copy full SHA for d9cb1da - Browse repository at this point
Copy the full SHA d9cb1daView commit details -
Merge pull request #1763 from ethereum/master
Backport v0.11.2 hotfixes from master to dev
Configuration menu - View commit details
-
Copy full SHA for 9d39c29 - Browse repository at this point
Copy the full SHA 9d39c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 553a33c - Browse repository at this point
Copy the full SHA 553a33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d128400 - Browse repository at this point
Copy the full SHA d128400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8758683 - Browse repository at this point
Copy the full SHA 8758683View commit details
Commits on Apr 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa66475 - Browse repository at this point
Copy the full SHA fa66475View commit details -
Merge pull request #1769 from ethereum/hwwhww/move_sanity
Move `sanity` dir to under `phase_0`
Configuration menu - View commit details
-
Copy full SHA for b5ecc88 - Browse repository at this point
Copy the full SHA b5ecc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a086fb - Browse repository at this point
Copy the full SHA 4a086fbView commit details
Commits on Apr 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f18dd7 - Browse repository at this point
Copy the full SHA 5f18dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd27e5e - Browse repository at this point
Copy the full SHA cd27e5eView commit details
Commits on Apr 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6a40f71 - Browse repository at this point
Copy the full SHA 6a40f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc5156 - Browse repository at this point
Copy the full SHA 2dc5156View commit details -
Merge pull request #1775 from ethereum/attnet-note
add clarifying note about attnets ENR entry
Configuration menu - View commit details
-
Copy full SHA for a30b2d3 - Browse repository at this point
Copy the full SHA a30b2d3View commit details -
Merge pull request #1767 from ethereum/remove-interop-fix
Remove interop from p2p spec
Configuration menu - View commit details
-
Copy full SHA for 070056b - Browse repository at this point
Copy the full SHA 070056bView commit details -
Merge pull request #1755 from paulhauner/patch-23
Fork choice: Remove redundant check in validate_on_attestation
Configuration menu - View commit details
-
Copy full SHA for 4b4fc32 - Browse repository at this point
Copy the full SHA 4b4fc32View commit details
Commits on May 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 09cae4b - Browse repository at this point
Copy the full SHA 09cae4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47ed5b6 - Browse repository at this point
Copy the full SHA 47ed5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c2779 - Browse repository at this point
Copy the full SHA c2c2779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ad270 - Browse repository at this point
Copy the full SHA 45ad270View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb27a1 - Browse repository at this point
Copy the full SHA feb27a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f1e41 - Browse repository at this point
Copy the full SHA e9f1e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f69afe - Browse repository at this point
Copy the full SHA 5f69afeView commit details -
Refactor
get_light_client_committee
to similar to`get_shard_committee`
Configuration menu - View commit details
-
Copy full SHA for be50020 - Browse repository at this point
Copy the full SHA be50020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247a6c8 - Browse repository at this point
Copy the full SHA 247a6c8View commit details -
Apply @terencechain 's review feedback
Co-Authored-By: terence tsao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 849d3f8 - Browse repository at this point
Copy the full SHA 849d3f8View commit details -
[squashed] shard transition wip
Fix the wrong `get_shard_proposer_index` parameters order Phase 1 WIP Add shard transition basic test Fix lint error Fix
Configuration menu - View commit details
-
Copy full SHA for 4e8a7ff - Browse repository at this point
Copy the full SHA 4e8a7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa12ca - Browse repository at this point
Copy the full SHA afa12caView commit details -
Configuration menu - View commit details
-
Copy full SHA for e645d6b - Browse repository at this point
Copy the full SHA e645d6bView commit details -
Apply suggestions from code review from @djrtwo
Co-Authored-By: Danny Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9724cb8 - Browse repository at this point
Copy the full SHA 9724cb8View commit details -
[squashed] shard chain updates wip
PR feedback from Danny and some refactor 1. Add stub `PHASE_1_GENESIS_SLOT` 2. Rename `get_updated_gasprice` to `compute_updated_gasprice` 3. Rename `compute_shard_data_roots` to `compute_shard_body_roots` Apply shard transition for the skipped slots Refactor `shard_state_transition` Get `beacon_parent_root` from offset slot Add more test Add `verify_shard_block_message` Add `> 0` Keep `beacon_parent_block` unchanged in `is_valid_fraud_proof` Remove some lines Fix type Refactor + simplify skipped slot processing
Configuration menu - View commit details
-
Copy full SHA for 85d5a9a - Browse repository at this point
Copy the full SHA 85d5a9aView commit details -
[squashed] shard chain updates wip
Use `ShardBlock` in `shard_state_transition` PR feedback 1. Rename `ShardState.data` -> `ShardState.transition_digest` 2. Rename `compute_shard_transition_data` to `compute_shard_transition_digest` 3. Add `assert state.slot > PHASE_1_GENESIS_SLOT` just in case, may move it later Add `get_post_shard_state` as a pure function wrapper
Configuration menu - View commit details
-
Copy full SHA for 40483b5 - Browse repository at this point
Copy the full SHA 40483b5View commit details -
Apply suggestions from code review
Co-Authored-By: Danny Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8a473b - Browse repository at this point
Copy the full SHA c8a473bView commit details -
[squashed] shard chain updates wip
Fix wrong field names Fix `build_attestation_data` and other PR feedback from Danny and Terence 1. Rename `get_previous_slot` to `compute_previous_slot` 2. Break down `build_empty_block` into `get_state_and_beacon_parent_root_at_slot`, use it in `build_shard_block` 3. Set defult `slot` to `shard_state.slot + 1` in `build_shard_block` Update `verify_shard_block_message`: check beacon_parent_root at fork choice rule stage instead of state transition Fix `beacon-chain.md` 1. Fix typo `attestation.slot == state.slot` -> `attestation.data.slot == state.slot` in `is_winning_attestation` 2. Check `verify_shard_transition_false_positives` **after** `process_operations` 3. Fix `shard_attestations` filter in `process_crosslinks`: since attestations come from block, should use `attestation.data.slot + MIN_ATTESTATION_INCLUSION_DELAY == state.slot` 4. [TBD] Allow empty `light_client_signature` to make the tests pass 5. [TBD] Add `is_shard_attestation`, filter out empty `ShardTransition()` Rework `test_process_crosslink` Add basic phase 1 `test_blocks` Add more test cases Revert `is_shard_attestation` and fix test cases backward compatibility. Remove `test_process_beacon_block_no_shard_transition` and consider it as invalid case.
Configuration menu - View commit details
-
Copy full SHA for 524ba16 - Browse repository at this point
Copy the full SHA 524ba16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e758fb7 - Browse repository at this point
Copy the full SHA e758fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff85025 - Browse repository at this point
Copy the full SHA ff85025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 977cd73 - Browse repository at this point
Copy the full SHA 977cd73View commit details -
Configuration menu - View commit details
-
Copy full SHA for b43e24a - Browse repository at this point
Copy the full SHA b43e24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4558c7d - Browse repository at this point
Copy the full SHA 4558c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a77018 - Browse repository at this point
Copy the full SHA 7a77018View commit details
Commits on May 4, 2020
-
Merge pull request #1703 from ethereum/hwwhww/signed_pattern
Rework shard block and fraud proof (shard state transition) spec
Configuration menu - View commit details
-
Copy full SHA for 71dc744 - Browse repository at this point
Copy the full SHA 71dc744View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda2499 - Browse repository at this point
Copy the full SHA eda2499View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7354bd - Browse repository at this point
Copy the full SHA a7354bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5194c1f - Browse repository at this point
Copy the full SHA 5194c1fView commit details
Commits on May 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f569a8 - Browse repository at this point
Copy the full SHA 8f569a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f250f7 - Browse repository at this point
Copy the full SHA 3f250f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35106d - Browse repository at this point
Copy the full SHA f35106dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c3611 - Browse repository at this point
Copy the full SHA b2c3611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3ed8a - Browse repository at this point
Copy the full SHA 5b3ed8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f29ba - Browse repository at this point
Copy the full SHA 38f29baView commit details -
Configuration menu - View commit details
-
Copy full SHA for f60f8ca - Browse repository at this point
Copy the full SHA f60f8caView commit details -
Merge pull request #1785 from ethereum/hwwhww/readme-patch
Fix README spec links
Configuration menu - View commit details
-
Copy full SHA for 2fb5c25 - Browse repository at this point
Copy the full SHA 2fb5c25View commit details -
Apply suggestions from code review from @hwwhww
Co-authored-by: Hsiao-Wei Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d26cfd2 - Browse repository at this point
Copy the full SHA d26cfd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2dfb6c - Browse repository at this point
Copy the full SHA b2dfb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71a0ee - Browse repository at this point
Copy the full SHA b71a0eeView commit details -
Merge pull request #1783 from ethereum/fix-persistent-committee-period
unify PERSISTENT_COMMITTEE_PERIOD and SHARD_COMMITTEE_PERIOD
Configuration menu - View commit details
-
Copy full SHA for 5267186 - Browse repository at this point
Copy the full SHA 5267186View commit details -
Configuration menu - View commit details
-
Copy full SHA for b109e7d - Browse repository at this point
Copy the full SHA b109e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f40113 - Browse repository at this point
Copy the full SHA 4f40113View commit details -
add exited tests for rewards. make some valiators exited/withdrawable…
… in slashed tests
Configuration menu - View commit details
-
Copy full SHA for f0742b2 - Browse repository at this point
Copy the full SHA f0742b2View commit details -
Apply suggestions from code review
"rewards/penalties" -> "deltas" in throughout test comments/descriptions Co-authored-by: Diederik Loerakker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ffa0db - Browse repository at this point
Copy the full SHA 4ffa0dbView commit details
Commits on May 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c8b13c3 - Browse repository at this point
Copy the full SHA c8b13c3View commit details
Commits on May 7, 2020
-
Merge pull request #1790 from ethereum/hwwhww/badges
Add latest release and pypi version badges
Configuration menu - View commit details
-
Copy full SHA for 0d459af - Browse repository at this point
Copy the full SHA 0d459afView commit details -
Merge pull request #1742 from ethereum/ffg_lmd_vote_consistency
Added FFG-LMD vote consistency checks
Configuration menu - View commit details
-
Copy full SHA for 7625728 - Browse repository at this point
Copy the full SHA 7625728View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9d46d - Browse repository at this point
Copy the full SHA 1e9d46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08652f5 - Browse repository at this point
Copy the full SHA 08652f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12aa84f - Browse repository at this point
Copy the full SHA 12aa84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7d11d - Browse repository at this point
Copy the full SHA ee7d11dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad3d65 - Browse repository at this point
Copy the full SHA 4ad3d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b317a73 - Browse repository at this point
Copy the full SHA b317a73View commit details -
Merge pull request #1781 from ethereum/double-operations
test double proposer slashings and exits
Configuration menu - View commit details
-
Copy full SHA for 197f1f5 - Browse repository at this point
Copy the full SHA 197f1f5View commit details -
Merge pull request #1780 from ethereum/empty-bits-case
Handle empty aggregation bits as discussed in #1713
Configuration menu - View commit details
-
Copy full SHA for c5d0090 - Browse repository at this point
Copy the full SHA c5d0090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a71c6d - Browse repository at this point
Copy the full SHA 3a71c6dView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 38a5f41 - Browse repository at this point
Copy the full SHA 38a5f41View commit details -
Merge pull request #1793 from gnattishness/config-readme
[Minor] Fix config readme example to not assign a return value.
Configuration menu - View commit details
-
Copy full SHA for 5b2a08b - Browse repository at this point
Copy the full SHA 5b2a08bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1137e03 - Browse repository at this point
Copy the full SHA 1137e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a13060 - Browse repository at this point
Copy the full SHA 7a13060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01eaf6c - Browse repository at this point
Copy the full SHA 01eaf6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcc6d6 - Browse repository at this point
Copy the full SHA fdcc6d6View commit details
Commits on May 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cdd0ed0 - Browse repository at this point
Copy the full SHA cdd0ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e3fe7 - Browse repository at this point
Copy the full SHA a8e3fe7View commit details
Commits on May 11, 2020
-
Co-authored-by: Hsiao-Wei Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1636360 - Browse repository at this point
Copy the full SHA 1636360View commit details -
Merge pull request #1796 from ethereum/gossipsub-v1.1
Gossipsub v1.1 and extended validators
Configuration menu - View commit details
-
Copy full SHA for 8fe43e1 - Browse repository at this point
Copy the full SHA 8fe43e1View commit details -
Merge pull request #1794 from ethereum/2x-attester-slashings
MAX_ATTESTER_SLASHINGS == 2 and add multiple slashings per block tests
Configuration menu - View commit details
-
Copy full SHA for 3fb4c43 - Browse repository at this point
Copy the full SHA 3fb4c43View commit details -
Merge pull request #1747 from ethereum/rewards-rework
[Proposal] rework rewards/penalties to be more granular
Configuration menu - View commit details
-
Copy full SHA for 6474218 - Browse repository at this point
Copy the full SHA 6474218View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dd99f - Browse repository at this point
Copy the full SHA b3dd99fView commit details -
remove aggregate clarifiyng text that is not longer valid
Co-authored-by: Diederik Loerakker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d4d3e4 - Browse repository at this point
Copy the full SHA 7d4d3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4bc203 - Browse repository at this point
Copy the full SHA b4bc203View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcf0038 - Browse repository at this point
Copy the full SHA fcf0038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f656c - Browse repository at this point
Copy the full SHA 17f656cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65108ae - Browse repository at this point
Copy the full SHA 65108aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c2c6e - Browse repository at this point
Copy the full SHA b1c2c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ecd9b - Browse repository at this point
Copy the full SHA 30ecd9bView commit details -
Merge pull request #1802 from ethereum/minor-forkchoice-test-fix
Minor forkchoice test fix
Configuration menu - View commit details
-
Copy full SHA for 396f71f - Browse repository at this point
Copy the full SHA 396f71fView commit details -
Merge pull request #1795 from ethereum/clarify-blocks-request
Clarify BlocksByRange request
Configuration menu - View commit details
-
Copy full SHA for ca1876e - Browse repository at this point
Copy the full SHA ca1876eView commit details -
Merge pull request #1800 from ethereum/reqresp-sizes
Update p2p reqresp with explicit handling of reqresp size bounds
Configuration menu - View commit details
-
Copy full SHA for ef18010 - Browse repository at this point
Copy the full SHA ef18010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511f803 - Browse repository at this point
Copy the full SHA 511f803View commit details
Commits on May 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 78d83b6 - Browse repository at this point
Copy the full SHA 78d83b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed194de - Browse repository at this point
Copy the full SHA ed194deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2718dcc - Browse repository at this point
Copy the full SHA 2718dccView commit details
Commits on May 13, 2020
-
Fix
AggregateVerify
param name:message
->messages
Co-authored-by: Danny Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c11a4d - Browse repository at this point
Copy the full SHA 3c11a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a246ba - Browse repository at this point
Copy the full SHA 4a246baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e4bcc - Browse repository at this point
Copy the full SHA b9e4bccView commit details -
- `range(len(col))`` instead of `range(col)` - `beacon_parent_block.body.shard_transitions` instead of `beacon_parent_block.shard_transitions` - `shard_states[len(shard_states)-1]` instead of `shard_states[-1]`
Configuration menu - View commit details
-
Copy full SHA for 4431e39 - Browse repository at this point
Copy the full SHA 4431e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41410e - Browse repository at this point
Copy the full SHA b41410eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aef5647 - Browse repository at this point
Copy the full SHA aef5647View commit details
Commits on May 14, 2020
-
Co-authored-by: Diederik Loerakker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84cea96 - Browse repository at this point
Copy the full SHA 84cea96View commit details -
Update specs/phase1/beacon-chain.md
Co-authored-by: Hsiao-Wei Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3448e5 - Browse repository at this point
Copy the full SHA f3448e5View commit details -
Update specs/phase1/beacon-chain.md
Co-authored-by: Hsiao-Wei Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23e2b83 - Browse repository at this point
Copy the full SHA 23e2b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 183b197 - Browse repository at this point
Copy the full SHA 183b197View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa436d9 - Browse repository at this point
Copy the full SHA aa436d9View commit details -
Co-authored-by: Danny Ryan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a3241b - Browse repository at this point
Copy the full SHA 6a3241bView commit details -
Update BLS test suite to BLS standard draft v2 format
1. Make sure that BLS -Verify APIs would only return `True` or `False` , no exceptions. 2. Use `eth2spec.utils.bls` instead of py_ecc for test generator 3. Add assertions in test generator 4. Add some special test cases for the -Verify APIs 5. Clean up the test format documents
Configuration menu - View commit details
-
Copy full SHA for d27f235 - Browse repository at this point
Copy the full SHA d27f235View commit details -
Merge pull request #1801 from ethereum/non-aggregator-att
Loosen restrictions for aggregate propogation
Configuration menu - View commit details
-
Copy full SHA for c91e017 - Browse repository at this point
Copy the full SHA c91e017View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c4623 - Browse repository at this point
Copy the full SHA f0c4623View commit details -
Merge pull request #1812 from ethereum/no_signature
Handle phase 1 `PKs == []` cases
Configuration menu - View commit details
-
Copy full SHA for 689a695 - Browse repository at this point
Copy the full SHA 689a695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a25598 - Browse repository at this point
Copy the full SHA 9a25598View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea99f0a - Browse repository at this point
Copy the full SHA ea99f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82073a4 - Browse repository at this point
Copy the full SHA 82073a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd1683 - Browse repository at this point
Copy the full SHA 3dd1683View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3cbda - Browse repository at this point
Copy the full SHA ab3cbdaView commit details -
Update specs/phase0/p2p-interface.md
Co-authored-by: Diederik Loerakker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 483f9a1 - Browse repository at this point
Copy the full SHA 483f9a1View commit details -
Merge pull request #1804 from ethereum/use-all-attnets
[for discussion] Use all attestation subnets in phase 0
Configuration menu - View commit details
-
Copy full SHA for 96ab76d - Browse repository at this point
Copy the full SHA 96ab76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5cbe6 - Browse repository at this point
Copy the full SHA 6f5cbe6View commit details
Commits on May 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a9c4516 - Browse repository at this point
Copy the full SHA a9c4516View commit details -
Merge pull request #1814 from terencechain/patch-98
s/beacon_state/state for get_shard_transition
Configuration menu - View commit details
-
Copy full SHA for 7303153 - Browse repository at this point
Copy the full SHA 7303153View commit details -
Configuration menu - View commit details
-
Copy full SHA for d07e594 - Browse repository at this point
Copy the full SHA d07e594View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3cce0 - Browse repository at this point
Copy the full SHA fd3cce0View commit details -
Merge pull request #1813 from ethereum/bls_v2_tests
Update BLS test suite to BLS standard draft v2 format
Configuration menu - View commit details
-
Copy full SHA for 4ffafa5 - Browse repository at this point
Copy the full SHA 4ffafa5View commit details
Commits on May 18, 2020
-
Merge pull request #1799 from ethereum/bls_v2
Update to IETF BLS draft-irtf-cfrg-bls-signature-02 + draft-irtf-cfrg-hash-to-curve-07
Configuration menu - View commit details
-
Copy full SHA for 4a86c39 - Browse repository at this point
Copy the full SHA 4a86c39View commit details -
Merge pull request #1810 from terencechain/patch-97
Make obvious that `source_epoch` does not underflow
Configuration menu - View commit details
-
Copy full SHA for 7daa6c0 - Browse repository at this point
Copy the full SHA 7daa6c0View commit details -
Merge pull request #1806 from ethereum/pack_bits
Fix `bitfield_bytes` type error
Configuration menu - View commit details
-
Copy full SHA for ed013b1 - Browse repository at this point
Copy the full SHA ed013b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b975a92 - Browse repository at this point
Copy the full SHA b975a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f685a9 - Browse repository at this point
Copy the full SHA 6f685a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b6db4 - Browse repository at this point
Copy the full SHA 97b6db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b5733 - Browse repository at this point
Copy the full SHA 96b5733View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7cfa94 - Browse repository at this point
Copy the full SHA b7cfa94View commit details -
Merge pull request #1823 from ethereum/v0113-dev-merge
backport v0.11.3 to dev
Configuration menu - View commit details
-
Copy full SHA for 69fdcf6 - Browse repository at this point
Copy the full SHA 69fdcf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c536729 - Browse repository at this point
Copy the full SHA c536729View commit details -
Merge pull request #1807 from ericsson49/ericcson49/fix_is_valid_frau…
…d_proof is_valid_fraud_proof bug fixes
Configuration menu - View commit details
-
Copy full SHA for 6655382 - Browse repository at this point
Copy the full SHA 6655382View commit details -
Merge pull request #1821 from ethereum/rewards-with-inactive-vals
Rewards with not yet activated validators
Configuration menu - View commit details
-
Copy full SHA for 5da4fe3 - Browse repository at this point
Copy the full SHA 5da4fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8060505 - Browse repository at this point
Copy the full SHA 8060505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f20d8a - Browse repository at this point
Copy the full SHA 0f20d8aView commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75a0d60 - Browse repository at this point
Copy the full SHA 75a0d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e54b8 - Browse repository at this point
Copy the full SHA 97e54b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f6712 - Browse repository at this point
Copy the full SHA 85f6712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d45afe - Browse repository at this point
Copy the full SHA 6d45afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c564f4 - Browse repository at this point
Copy the full SHA 5c564f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b5aa3 - Browse repository at this point
Copy the full SHA 65b5aa3View commit details -
Merge pull request #1826 from ethereum/single-rewards-gen
Single rewards generator
Configuration menu - View commit details
-
Copy full SHA for 583b332 - Browse repository at this point
Copy the full SHA 583b332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095b87c - Browse repository at this point
Copy the full SHA 095b87cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 724139a - Browse repository at this point
Copy the full SHA 724139aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc7e84 - Browse repository at this point
Copy the full SHA fdc7e84View commit details -
Merge pull request #1828 from ethereum/gossipv1.1-id
Bump gossipsub protocol id to /meshsub/1.1.0
Configuration menu - View commit details
-
Copy full SHA for dbb1ee6 - Browse repository at this point
Copy the full SHA dbb1ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6b99b - Browse repository at this point
Copy the full SHA 4d6b99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e7822 - Browse repository at this point
Copy the full SHA 85e7822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c3295 - Browse repository at this point
Copy the full SHA 95c3295View commit details
Commits on May 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c5d2c2 - Browse repository at this point
Copy the full SHA 4c5d2c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21a4143 - Browse repository at this point
Copy the full SHA 21a4143View commit details -
Merge pull request #1831 from ethereum/bump-remerkleable
Bump `remerkleable` to 0.1.15
Configuration menu - View commit details
-
Copy full SHA for b643854 - Browse repository at this point
Copy the full SHA b643854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 796e372 - Browse repository at this point
Copy the full SHA 796e372View commit details -
Merge pull request #1833 from ethereum/remerkleable_0_1_16
remerkleable 0.1.16
Configuration menu - View commit details
-
Copy full SHA for 476d480 - Browse repository at this point
Copy the full SHA 476d480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943e51a - Browse repository at this point
Copy the full SHA 943e51aView commit details -
clarify that eth1 blocks must be at a safe fllow distance before bein…
…g considered for genesis
Configuration menu - View commit details
-
Copy full SHA for c9f21f1 - Browse repository at this point
Copy the full SHA c9f21f1View commit details -
Merge pull request #1830 from ethereum/neutral-rewards
Ensure balances remain unchanged for optimal validators during leak
Configuration menu - View commit details
-
Copy full SHA for 7cb8e5e - Browse repository at this point
Copy the full SHA 7cb8e5eView commit details -
Bump
milagro_bls_binding
to 1.2.0Also verify it in BLS test generator
Configuration menu - View commit details
-
Copy full SHA for f72d14a - Browse repository at this point
Copy the full SHA f72d14aView commit details -
test_success_surround
changes the signing data of attestation, so i……t should be never_bls
Configuration menu - View commit details
-
Copy full SHA for db1a90d - Browse repository at this point
Copy the full SHA db1a90dView commit details -
add missing column description fo SECONDS_PER_ETH1_BLOCK
Co-authored-by: Diederik Loerakker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ac2fc7 - Browse repository at this point
Copy the full SHA 4ac2fc7View commit details -
require blocks to be ordered consecutively in block range request
Per the spec, if I request range 5-10, it is permissible for a client to answer with block 7, 9 - even if the blocks 5, 6 and 8 exist. Because blocks 7 and 9 cannot be validated as they arrive in such a request, it seems better to close this gap - this update adds the spec language that forbids well-behaving clients from answering this way.
Configuration menu - View commit details
-
Copy full SHA for 607e239 - Browse repository at this point
Copy the full SHA 607e239View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29cbeb - Browse repository at this point
Copy the full SHA a29cbebView commit details -
Rebased on latest BlocksByRange spec, fix conflicts, clarify single c…
…hain, even with higher step
Configuration menu - View commit details
-
Copy full SHA for 59a4314 - Browse repository at this point
Copy the full SHA 59a4314View commit details -
Merge pull request #1834 from ethereum/clarify-genesis-safety
clarify that eth1 block follow distance for genesis
Configuration menu - View commit details
-
Copy full SHA for a6d4566 - Browse repository at this point
Copy the full SHA a6d4566View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522e34e - Browse repository at this point
Copy the full SHA 522e34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 763d74b - Browse repository at this point
Copy the full SHA 763d74bView commit details -
Merge pull request #1835 from ethereum/strict-block-range
Strict block range (Rebase and extend #1827)
Configuration menu - View commit details
-
Copy full SHA for aa63526 - Browse repository at this point
Copy the full SHA aa63526View commit details -
Configuration menu - View commit details
-
Copy full SHA for d92efdf - Browse repository at this point
Copy the full SHA d92efdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f785e - Browse repository at this point
Copy the full SHA 96f785eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61336a9 - Browse repository at this point
Copy the full SHA 61336a9View commit details -
Merge pull request #1836 from ethereum/disallow-rewind-votes
ensure can't undo progress with eth1data voting
Configuration menu - View commit details
-
Copy full SHA for f4991ce - Browse repository at this point
Copy the full SHA f4991ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87005c6 - Browse repository at this point
Copy the full SHA 87005c6View commit details -
Merge pull request #1803 from ethereum/fast-bls-option
BLS options for pyspec
Configuration menu - View commit details
-
Copy full SHA for 7770acc - Browse repository at this point
Copy the full SHA 7770accView commit details