Hsiao-Wei Wang
01e9f18713
Merge branch 'dev' into mypy
2019-06-17 17:51:46 -04:00
Hsiao-Wei Wang
9af9bbf42b
Merge branch 'dev' into mypy
2019-06-17 17:51:00 -04:00
Danny Ryan
b5c109c9bb
Merge pull request #1188 from ethereum/v071backport
...
Backport v0.7.1 to dev
2019-06-17 15:40:37 -06:00
Danny Ryan
5fc6649b33
Merge pull request #1190 from terencechain/patch-81
...
Typo on Slots Test Formats
2019-06-17 15:26:46 -06:00
Hsiao-Wei Wang
18ebd2aa90
Bytes32 -> Hash
2019-06-17 17:21:45 -04:00
terence tsao
d911236fbb
Update slots.md
2019-06-17 14:19:17 -07:00
Danny Ryan
d7ac601b9e
Merge branch 'dev' into v071backport
2019-06-17 13:42:27 -06:00
Danny Ryan
c70643e49d
Merge pull request #1156 from ethereum/container-cleanup
...
Cleanup containers
2019-06-17 13:30:20 -06:00
Danny Ryan
2d13a3adec
Merge pull request #1176 from ethereum/v07x
...
release `v0.7.1`
2019-06-16 21:25:45 -06:00
Danny Ryan
ac76c6d279
Merge pull request #1182 from ethereum/cov-reports
...
generate coverage reports in make test, open as html site
2019-06-16 17:42:57 -06:00
Danny Ryan
2f9c554bf7
minor fix to makefile, add codecov instructiosn to readme
2019-06-16 17:38:48 -06:00
Danny Ryan
25a16bd26a
Merge pull request #1178 from ethereum/decode-with-pyssz
...
Fuzzing utilities package / SSZ decoding for spec
2019-06-16 17:25:50 -06:00
Hsiao-Wei Wang
e93ba51ef8
More clean up
2019-06-15 18:25:37 -04:00
Hsiao-Wei Wang
9b77ec11f8
Version: Bytes4
2019-06-15 17:32:52 -04:00
Hsiao-Wei Wang
b772b03847
Handle `BLSPubkey` and `BLSSignature`
2019-06-15 17:23:44 -04:00
Hsiao-Wei Wang
00a68e28b5
Define Custom Types via function_puller
2019-06-15 16:57:50 -04:00
protolambda
75b469281e
fix linting issue
2019-06-15 18:05:01 +02:00
Justin Drake
7cd7659a4b
Add comments to non-obvious container fields
2019-06-15 15:51:17 +01:00
Justin Drake
ed748a7d76
Address Danny's comments
2019-06-15 15:09:50 +01:00
protolambda
20aa539f4d
update clean command
2019-06-15 01:13:29 +02:00
protolambda
1c51982c6b
generate coverage reports in make test, open as html site
2019-06-14 23:12:04 +02:00
protolambda
367586d888
remove need for presets loading, just test mainnet, not too many/large objects anyway
2019-06-14 21:31:33 +02:00
protolambda
d4bf55e5a1
update pyssz to include deserialization bugfix
2019-06-14 21:24:24 +02:00
protolambda
895ab67815
fix decoder, also fix bug in pyssz, see PR 74
2019-06-14 20:41:08 +02:00
protolambda
01be8b7e65
minor fix
2019-06-14 19:16:15 +02:00
protolambda
7b0ffc1ace
move decoder for fuzzing, minor fixes, update dependency to support SOS style offsets
2019-06-14 19:09:49 +02:00
Danny Ryan
a6230425b8
Merge branch 'dev' into container-cleanup
2019-06-14 10:36:41 -06:00
Diederik Loerakker
79e6850a84
Merge pull request #1179 from ethereum/bls-test-pad-issue
...
Bls G2 padding issue
2019-06-14 18:23:40 +02:00
Danny Ryan
aed5db033a
enforce byte length for g2 values in test generators
2019-06-14 10:15:54 -06:00
Diederik Loerakker
7cf0dcd25d
Merge pull request #1177 from ethereum/block-state-root-fix
...
Fix #1146 block state root issue
2019-06-14 02:47:41 +02:00
Diederik Loerakker
fd04f4129a
Merge pull request #1174 from ethereum/JustinDrake-patch-20
...
Fix #1173
2019-06-14 02:41:00 +02:00
Danny Ryan
f834f727fa
lint
2019-06-13 18:03:20 -06:00
Danny Ryan
c391017a05
address #1146 by inserting state root and re-signing blocks in tests
2019-06-13 17:57:29 -06:00
protolambda
e7bb9bf19b
SSZ decoding through pyssz, with translation of types/values
2019-06-14 01:56:36 +02:00
Diederik Loerakker
e4704e08cc
Merge pull request #1175 from ethereum/bytes-type-error
...
fix #1169 bytes type error
2019-06-13 22:49:19 +02:00
Danny Ryan
4a08abfa1d
ensure sanity tests run with bls
2019-06-13 14:47:53 -06:00
Danny Ryan
7c0cc7f801
fix #1169 bytes type error
2019-06-13 14:32:45 -06:00
Justin
67d2585ec0
Fix #1173
...
The bug is that it's possible to include a participating validator which has custody bit one *without* specifying that validator in `attestation.aggregation_bitfield`. In other words, we want to check that every bit in `custody_bitfield` is zero whenever the corresponding bit in `aggregation_bitfield` is zero. Well spotted @protolambda
2019-06-13 21:01:10 +01:00
Danny Ryan
fea8fc64b9
Merge pull request #1171 from ethereum/input-checking
...
attestations: check shard, and check epoch earlier. Open question about another attestation check.
2019-06-13 13:30:31 -06:00
protolambda
aabd2b08ad
attestations: check shard, and check epoch earlier
2019-06-13 15:51:22 +02:00
Alex Stokes
f095ab43bb
Update 0_beacon-chain.md ( #1170 )
...
minor typo fix
2019-06-13 10:40:02 +01:00
Hsiao-Wei Wang
8577cff72e
enable mypy check in CI
2019-06-12 20:10:24 -04:00
Hsiao-Wei Wang
48e8164e28
Add phase1 type hinting checks and fix many bugs
2019-06-12 20:08:19 -04:00
Hsiao-Wei Wang
8a54203796
Modify the mypy config
2019-06-12 16:50:49 -04:00
Hsiao-Wei Wang
7a366828ba
Make phase0 pass
2019-06-12 14:54:00 -04:00
Danny Ryan
12293a91b4
Merge pull request #1152 from ethereum/deposit-contract-justin
...
Custom genesis trigger, and deposit contract cleanups
2019-06-12 10:54:11 -06:00
Danny Ryan
54c6b035ce
Merge pull request #1163 from ethereum/dev
...
Release v0.7.0 into master
2019-06-11 17:13:50 -06:00
Danny Ryan
577f76aff5
Merge pull request #1165 from ethereum/phase-generators
...
phase restricted generators
2019-06-11 16:48:18 -06:00
protolambda
9ec395c04f
fig linting + improve docs + structure of hash optimization
2019-06-11 21:53:38 +02:00
Justin Drake
193b628fb4
Bypass Vyper compiler bug
2019-06-11 19:03:26 +01:00