Danny Ryan
77f007cab5
Merge pull request #1267 from ethereum/dankrad-patch-9
...
Define Bitlist/Bitvector serialization using bytes, not bigints
2019-07-14 17:20:12 -06:00
Danny Ryan
07a0e7b7dd
Merge pull request #1292 from ethereum/correct-merkle
...
Correct merkleization
2019-07-14 17:19:39 -06:00
Diederik Loerakker
c3435222b9
Merge pull request #1296 from ethereum/lookahead-fix
...
Lookahead fix
2019-07-15 01:18:36 +02:00
protolambda
d9fd1d3a2a
improve type wording based on PR 1292 feedback
2019-07-15 00:13:00 +02:00
Danny Ryan
8970b71ca4
ensure min_seed_lookahead functions properly
2019-07-14 16:05:51 -06:00
Danny Ryan
9401383317
Merge pull request #1275 from ethereum/minor-cosmetics
...
Minor cosmetic fixes
2019-07-14 15:36:24 -06:00
protolambda
ac6d019870
bits serialization clear now, directly to bytes
2019-07-12 22:20:07 +02:00
protolambda
b98679957b
use as_bytes function to reduce code duplication, and for later usage
2019-07-12 22:11:33 +02:00
protolambda
5a13684c7f
make exceeding limit raise an error
2019-07-12 21:23:45 +02:00
protolambda
a8dc9157b8
clean up merkleization text in SSZ spec
2019-07-12 21:15:28 +02:00
protolambda
65b0311582
more explicit about merkleization limit/pad
2019-07-12 20:39:55 +02:00
protolambda
b2c8570606
fix merkleization with 0-limit case, and enforce padding limit
2019-07-12 19:09:33 +02:00
Danny Ryan
6dc306700b
avoid overflow in slashing penalty calculation ( #1286 )
...
Change presentation to avoid uint64 overflow in slashing penalty calculation. (Factor out `EFFECTIVE_BALANCE_INCREMENT` from `validator.effective_balance`.)
2019-07-11 09:53:51 +01:00
Danny Ryan
57c0eee197
Merge pull request #1285 from decanus/patch-24
...
Update 0_beacon-chain.md
2019-07-10 12:34:53 -06:00
Dean Eigenmann
0eadf61631
Update 0_beacon-chain.md
2019-07-10 13:11:34 -04:00
Justin Drake
591f9658d3
Copy edit
2019-07-05 15:04:57 +01:00
Justin Drake
c8c810c0e1
Minor fixes
2019-07-05 15:03:37 +01:00
Hsiao-Wei Wang
d04d81038a
Merge pull request #1271 from ethereum/hwwhww/ssz-clarify
...
Cosmetic SSZ spec + add `pack()` in `Bitvector` and `Bitlist` Merkleization
2019-07-05 15:27:40 +08:00
Hsiao-Wei Wang
21535fe901
Fix indent
2019-07-04 21:38:08 +08:00
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
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