Commit Graph

3523 Commits

Author SHA1 Message Date
Hsiao-Wei Wang f37aa1acde
Add `pack()` for `Bitvector` and `Bitlist` Merkleization 2019-07-04 21:35:55 +08:00
Hsiao-Wei Wang d483a3b573
Set default `pad_for=1` 2019-07-04 21:17:21 +08:00
Hsiao-Wei Wang 733653f169
Update some missing type hinting of phase 1 2019-07-04 20:52:58 +08:00
Hsiao-Wei Wang ff96eea3ac
Add phase 1 domain to constant_presets files 2019-07-04 20:46:47 +08:00
Hsiao-Wei Wang bc39f39d5d
Move `SECONDS_PER_SLOT` back to 0_beacon_chain spec so that the "duration" notes make more sense 2019-07-04 20:41:00 +08:00
Hsiao-Wei Wang b3d65368a1
`PERSISTENT_COMMITTEE_PERIOD` has been defined in phase 0 2019-07-04 20:38:18 +08:00
Diederik Loerakker d46347c53d
Merge pull request #1268 from ethereum/gen-readme
fix test gen make command in readme
2019-07-04 02:13:40 +02:00
Danny Ryan e3309b0896
fix test gen make command in readme 2019-07-03 15:09:06 -06:00
dankrad 619b2a3573
Update test_libs/pyspec/eth2spec/utils/ssz/ssz_impl.py
Co-Authored-By: Diederik Loerakker <proto@protolambda.com>
2019-07-03 15:10:37 +01:00
Dankrad Feist 6422acdcdd
Cosmetic change: Define Bitlist/Bitvector serialization using bytes, not bigints 2019-07-03 13:31:03 +01:00
Diederik Loerakker fe16bdc9cb
Merge pull request #1265 from ethereum/formats-list
Update test formats list
2019-07-02 21:16:49 +02:00
Danny Ryan 88892028dc
update test formats list in readme 2019-07-02 12:35:26 -06:00
Danny Ryan c1e1d70287
Merge pull request #1263 from decanus/patch-23
Changes `Bytes48` to `BLSPubkey`
2019-07-01 23:52:49 -05:00
Dean Eigenmann f8fa6f0046
Update 0_beacon-chain.md 2019-07-02 05:43:17 +02:00
Dean Eigenmann ea2f577a8d
Update 0_beacon-chain.md 2019-07-02 05:31:49 +02:00
Danny Ryan 8d324b7497
Merge pull request #1242 from ethereum/dev
Phase 0 spec freeze
2019-06-30 23:42:39 -05:00
Danny Ryan a63de3dc37
Merge pull request #1260 from ethereum/bump_vyper
Bump vyper to latest version `0.1.0b10`
2019-06-30 23:36:59 -05:00
Danny Ryan 019b06802a
Merge pull request #1259 from ethereum/constant-config-fix
a few config fixes to match spec
2019-06-30 23:35:59 -05:00
Danny Ryan ce336d4a39
last few config fixes to match spec 2019-06-30 22:31:14 -06:00
Hsiao-Wei Wang 27d615ca56
Bump vyper to `0.1.0b10` 2019-07-01 12:26:57 +08:00
Danny Ryan eadd9f6d91
Merge pull request #1258 from ethereum/bit-json
add encoding for bitlist and vector
2019-06-30 23:11:10 -05:00
Danny Ryan 4ea79ee13b
Merge pull request #1257 from ethereum/scale-inclusion-reward
scale inclusion reward properly
2019-06-30 23:08:05 -05:00
Danny Ryan 17b0bc35d8
add json encoding for bitlist and vector 2019-06-30 22:04:47 -06:00
Danny Ryan de95f54c4f
Merge pull request #1256 from ethereum/misc_fix
[meta] Fix ToC of SSZ spec and  Use relative inner repo link
2019-06-30 22:49:31 -05:00
Danny Ryan 417c978594
Merge pull request #1255 from ethereum/minor-type-lint
remove unnecessary type casting
2019-06-30 22:49:00 -05:00
Danny Ryan 126591b2f9
scale inclusion reward properly 2019-06-30 22:34:35 -05:00
Hsiao-Wei Wang ac741c096d
Fix ToC of SSZ spec 2019-07-01 11:29:10 +08:00
Danny Ryan 63d4653453
remove unnecessary casting 2019-06-30 22:29:02 -05:00
Danny Ryan d14c1503e5
Merge pull request #1252 from ethereum/use_validator_registry_limit
remove bounds check in `compute_shuffled_index` and Fix ToC
2019-06-30 22:26:13 -05:00
Danny Ryan 82d3c4f606
Merge pull request #1251 from ethereum/last-minute-cleanups-2
#1244 without "5 slots is a `Slot`"
2019-06-30 22:22:23 -05:00
Hsiao-Wei Wang 93fc81e761
Use relative inner repo link 2019-07-01 11:22:18 +08:00
Danny Ryan aba7ee66f2
remove length check in compute shuffled index 2019-06-30 22:20:41 -05:00
Danny Ryan 70ce7a1009
Merge pull request #1253 from ethereum/v_guide_checkpoint
Update v-guide wrt recent spec updates
2019-06-30 22:17:10 -05:00
Danny Ryan 476dbdb153
add time param back tp units 2019-06-30 22:14:53 -05:00
Danny Ryan e1030843d6
Merge branch 'dev' into last-minute-cleanups-2 2019-06-30 22:11:48 -05:00
Danny Ryan 200da4de93
Merge branch 'dev' into v_guide_checkpoint 2019-06-30 22:08:23 -05:00
Danny Ryan 2855e43551
Merge pull request #1236 from ethereum/exec_v_spec
Executable Validator Guide
2019-06-30 22:05:45 -05:00
Danny Ryan 350b9d79ae
Merge pull request #1250 from ethereum/fork_choice_rule_test
Fix `justified_checkpoint` update
2019-06-30 22:03:27 -05:00
Danny Ryan 2539406324
Merge branch 'dev' into exec_v_spec 2019-06-30 22:00:18 -05:00
Hsiao-Wei Wang 4f360a58e2
Fix outdated `fork.slot` and `attestation_data.slot` 2019-07-01 10:58:09 +08:00
Hsiao-Wei Wang f7ed186447
Use `Checkpoint` 2019-07-01 10:46:22 +08:00
Hsiao-Wei Wang f0027b7b3f
Use `VALIDATOR_REGISTRY_LIMIT` in `compute_shuffled_index` 2019-07-01 10:05:38 +08:00
Danny Ryan f4907d67ee
clean up commitee assignment typing 2019-06-30 20:44:02 -05:00
Hsiao-Wei Wang 83a68feac6
Merge branch 'dev' into last-minute-cleanups-2 2019-07-01 09:36:13 +08:00
Hsiao-Wei Wang 8b65127c68
fix 2019-07-01 09:33:28 +08:00
Danny Ryan e5ced03ad7
Merge pull request #1246 from ethereum/fix-bls-domain-type
Fix bls domain type
2019-06-30 19:31:55 -06:00
Danny Ryan af5719031c
Merge branch 'dev' into fix-bls-domain-type 2019-06-30 20:28:18 -05:00
Hsiao-Wei Wang 9e5117aff7
Merge branch 'dev' into fork_choice_rule_test 2019-07-01 09:27:55 +08:00
Hsiao-Wei Wang b29c751cb7
Merge branch 'dev' into last-minute-cleanups-2 2019-07-01 09:25:06 +08:00
Danny Ryan 2ab55bf1e4
Merge pull request #1247 from ethereum/add-active-index-roots-back
add back in active_index_roots
2019-06-30 19:23:15 -06:00