Commit Graph

5237 Commits

Author SHA1 Message Date
Hsiao-Wei Wang 094dd1470f
Cleaning 2020-08-18 00:35:50 +08:00
Hsiao-Wei Wang 377b2e3f83
Clean up the CI workflow, enable web3.py tests 2020-08-18 00:27:23 +08:00
Hsiao-Wei Wang cd22036c53
Move files 2020-08-17 23:57:00 +08:00
Hsiao-Wei Wang 80fb126401
WIP: add solidity deposit contract CI workflow
Export `DAPP_LIB`

Fix .gitmodules

update CI solc version

Kick cache

Make metadata remain the same
2020-08-17 23:37:33 +08:00
Hsiao-Wei Wang 487d19ccb1
Fix typo 2020-08-17 22:13:35 +08:00
Hsiao-Wei Wang a6c168be04
Port axic/eth2-deposit-contract r2 to this repo 2020-08-17 22:12:25 +08:00
Hsiao-Wei Wang e4a9c5fa29
Move files 2020-08-17 22:05:05 +08:00
Hsiao-Wei Wang ed8e1cc9aa
Relicense from Apache2.0 to CC0-1.0 (#38)
Also update binary output due to metadata change.

Agreed by all authors, including @chriseth, @MrChico, and @axic.
2020-08-13 21:31:56 +01:00
Alex Beregszaszi 2739718922
Remove duplicated Natspec from the implementation (#36)
Also update binary output due to metadata change.
2020-08-13 21:14:46 +01:00
Alex Beregszaszi ebba752012
Upgrade to Solidity 0.6.11 (#39)
Also update binary output due to metadata change.
2020-08-13 21:02:56 +01:00
Alex Beregszaszi 537a3ee515
Add graffiti (#34)
Also update binary output due to metadata change.
2020-08-13 20:39:17 +01:00
Hsiao-Wei Wang 643611aa6d
Merge pull request #2010 from ethereum/fix-shard-count
Fix active shard count issues
2020-08-12 03:05:16 +08:00
Danny Ryan 2a41c516d3
Merge pull request #2001 from lsankar4033/attestation-epoch-consistency
Add self-consistency check to attestation gossip validation
2020-08-11 12:59:19 -06:00
Hsiao-Wei Wang 3a21fc1fc4
Merge pull request #2014 from ethereum/vbuterin-patch-1
Remove AttestationCustodyBitWrapper
2020-08-11 13:27:56 +08:00
Hsiao-Wei Wang 7ce10dd210
Remove unused `get_attestation_custody_signature` 2020-08-11 12:48:13 +08:00
vbuterin 1f767ca8b9
Remove AttestationCustodyBitWrapper
Seems like this class is extraneous ever since we added Dankrad's 0.001 bit custody game.
2020-08-11 12:35:31 +08:00
Danny Ryan b02c2e1c49
fix randao mix in sanity tests 2020-08-10 21:00:23 -06:00
Danny Ryan 8b39d41145
PR feedback 2020-08-10 13:06:20 -06:00
Danny Ryan 76c96782e2
fix disable-bls default value 2020-08-10 12:58:57 -06:00
Hsiao-Wei Wang 0ea627769e
Merge pull request #2013 from terencechain/patch-111
apply_shard_transition: copy shard state
2020-08-11 01:05:01 +08:00
terence tsao 77b933035c
Update apply_shard_transition comments 2020-08-10 07:15:54 -07:00
terence tsao d22e02f20a
Update specs/phase1/beacon-chain.md
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-08-10 06:26:52 -07:00
terence tsao 729e21cbcf
apply_shard_transition: copy shard state 2020-08-08 09:29:04 -07:00
Danny Ryan c3ae85387c
add larger validator set test for regression test for active_shard_count issue 2020-08-05 13:26:21 -06:00
Danny Ryan 56dbc17793
fix active shard count bugs 2020-08-05 12:44:31 -06:00
Danny Ryan bf6d5ce3b6
port #2005 and rearrange conditions 2020-08-03 09:42:52 -06:00
Hsiao-Wei Wang a609320ad4
Merge pull request #1970 from ethereum/shard-fork-choice-fix
Fix shard fork choice
2020-07-30 01:27:11 +08:00
Hsiao-Wei Wang 6a9dd1647c
Merge branch 'dev' into shard-fork-choice-fix 2020-07-30 01:13:50 +08:00
Hsiao-Wei Wang 822d4d1897
Merge pull request #2003 from ethereum/hwwhww/hotfix-disable-some-block-tests
Disable these 2 tests in phase 1 due to #1974 Issue 3
2020-07-30 01:12:59 +08:00
Hsiao-Wei Wang 60e9eacf4b
Disable these 2 tests in phase 1 due to #1974 Issue 3 2020-07-30 00:22:27 +08:00
Hsiao-Wei Wang e3bbf3c702
Merge branch 'dev' into shard-fork-choice-fix 2020-07-29 23:55:30 +08:00
Hsiao-Wei Wang bd5346b624
Merge pull request #1989 from ethereum/enable-bls-citest
Enable Milagro BLS in CI
2020-07-29 23:54:53 +08:00
Danny Ryan 1ca4c25216
Merge pull request #1980 from ethereum/hwwhww/use-hash-tree-root-for-shard-body
Use `hash_tree_root` to generate shard block body root
2020-07-29 11:42:33 -04:00
lsankar4033 3a0dd2b253 Add self-consistency check to attestation gossip validation 2020-07-28 17:51:32 -07:00
Hsiao-Wei Wang b58633ce5d
Quick fix the phase 1 configurations and tests (#1990)
* Quick fix the configurations

* Remove the unused `CUSTODY_RESPONSE_DEADLINE`
2020-07-29 02:06:25 +08:00
Hsiao-Wei Wang 5d388f7b9b
Fix the conflict of #1971 2020-07-29 02:03:52 +08:00
Danny Ryan f6da7323fe
Merge pull request #1999 from ethereum/genesis-comments
add clarifying comment for genesis skip conditions
2020-07-28 12:31:54 -04:00
Hsiao-Wei Wang f6fd151872
Merge branch 'dev' into shard-fork-choice-fix 2020-07-29 00:15:41 +08:00
Hsiao-Wei Wang fc38fc1652
Merge pull request #1971 from ethereum/hwwhww/phase-1-fork-slot
Rework initial shard slot (`PHASE_1_FORK_SLOT`)
2020-07-29 00:12:02 +08:00
Hsiao-Wei Wang b1eb157539
Merge branch 'dev' into hwwhww/phase-1-fork-slot 2020-07-28 23:59:19 +08:00
Danny Ryan b529d47a3b
pr feedback 2020-07-28 11:48:45 -04:00
Hsiao-Wei Wang a8370f7448
Apply refactoring suggestions from Danny 2020-07-28 21:51:00 +08:00
Danny Ryan 235fb7e2a5
add clarifying comment for genesis skip conditions 2020-07-28 06:48:16 -04:00
Danny Ryan cf1a9e815d
Merge pull request #1991 from ethereum/reorg-tests
Reorg tests and add finality test suite
2020-07-24 08:13:54 -06:00
Danny Ryan 54628eec28
Merge pull request #1997 from ethereum/proposer-self-slash
sanity test: proposer slashes themselves
2020-07-24 08:11:19 -06:00
Danny Ryan 049e087da0
Merge pull request #1996 from status-im/epoch-check
process_attestation: Validate epoch before using it
2020-07-24 08:04:06 -06:00
Danny Ryan 1342e3c4e6
Merge pull request #1993 from ethereum/finality-bls
Finality test generation PR, but with BLS enabled
2020-07-24 08:02:02 -06:00
protolambda fbb8401d03
sanity test: proposer slashes themselves 2020-07-24 15:09:20 +02:00
Diederik Loerakker 9ff800e39b
Merge pull request #1994 from terencechain/patch-109
Update sharding FAQs link
2020-07-24 14:18:32 +02:00
Jacek Sieka 6f7652d330
process_attestation: Validate epoch before using it
`data.target.epoch` is used to count the active validator set.

Because `get_committee_count_per_slot` is extremely inefficient the way
the spec is written, clients cache it, or the underlying active
validator set.

Performing the checks in the given order leads to a (very unlikely)
security issue where the a cold and above all, distant value may get
used which may be costly - reordering the checks brings the value into a
more reasonable range before using it.
2020-07-24 07:26:37 +02:00