Hsiao-Wei Wang
6577f159c9
Merge branch 'dev' into executable_merkle_proofs
2019-08-20 19:13:12 +08:00
Hsiao-Wei Wang
663d43d07f
PR feedback, fix type hinting, add missing `Container.get_field_names()` method
2019-08-20 18:55:30 +08:00
Martin Lundfall
62d37593fb
Correct various typos
2019-08-19 13:05:44 +02:00
Hsiao-Wei Wang
8e1333aad1
Add `SSZVariableName` custom type
2019-08-15 19:01:40 +08:00
Hsiao-Wei Wang
d84c902bb1
Merge branch 'dev' into v082_backport
2019-08-12 01:47:24 +08:00
dankrad
b345dc0f5f
Legendre custody construction ( #1305 )
...
* Stab at Legendre custody construction + some tests
* Fix some problems and fix function puller to remove phase0 only lines in phase1
* Pass the linter
* Add headings
* Fix domain for BLS stub
* Change Jacobi to Legendre
* n -> q to clarify notation
* Headings
* Another missing heading
* Custody subchunks via padding
* Fix max_reveal_lateness stuff
* Better names for reveal period functions
* Better parametrization of max_reveal_lateness computation and tests for custody reveal processing
* Fix linter
* Allow challenging for one period after the custody reveal, shorter periods for minimal tests
* Fix lint
* Fix linter error
2019-08-11 13:05:17 -04:00
Hsiao-Wei Wang
f336e7ffb3
Rename `is_empty` to `is_zero`
2019-07-25 17:32:27 +08:00
Hsiao-Wei Wang
bfd5010f26
Bump `py_ecc==1.7.1`
2019-07-16 14:27:34 +08:00
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
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
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
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
Hsiao-Wei Wang
83a68feac6
Merge branch 'dev' into last-minute-cleanups-2
2019-07-01 09:36:13 +08:00
Hsiao-Wei Wang
5b2b3cfe33
class DomainType would be added in build_spec
2019-07-01 09:03:35 +08:00
protolambda
bde73b59fc
fix bls_verify_multiple
2019-07-01 00:00:54 +02:00
protolambda
e53063c08d
type BLS domain and domain type
2019-06-30 22:12:49 +02:00
Justin Drake
9b5e18b61c
Last minute cleanups
2019-06-30 20:51:10 +01:00
Hsiao-Wei Wang
d4755653ff
Merge branch 'deposit-root' into test_genesis
2019-06-30 01:33:29 +08:00
Hsiao-Wei Wang
4dc526fbb7
In the end, `get_merkle_root` is back
2019-06-29 02:16:49 +08:00
protolambda
128bbbc665
fix slicing, and support partial slice bounds
2019-06-28 17:27:59 +02:00
Justin Drake
196ac42025
Cleanup naming
2019-06-28 12:23:22 +01:00
Hsiao-Wei Wang
2252142e01
padding version normal merkle tree
2019-06-28 10:24:16 +08:00
Dankrad Feist
2677d233a8
Some more (shorter) Bitvector and Bitlist tests
2019-06-28 00:31:37 +01:00
Dankrad Feist
237b41df5b
Slice notation for justification_bitfield shift
2019-06-28 00:18:54 +01:00
Dankrad Feist
7adf07ea5f
A few more tests for Bitvector/Bitlist
2019-06-27 22:58:44 +01:00
Dankrad Feist
afd86f71de
Fixes in ssz impl
2019-06-27 16:31:33 +01:00
protolambda
a5154da1ff
suggestion to implement bitfield like
2019-06-27 15:40:40 +02:00
Dankrad Feist
becb7a032a
justification_bitfield -> Bitvector[4]
2019-06-27 12:15:31 +01:00
Dankrad Feist
67c50cb197
Changed attestation and custody bitfields
2019-06-27 12:15:29 +01:00
Dankrad Feist
494984f7d3
Fix linting errors
2019-06-27 10:42:14 +01:00
Dankrad Feist
23c743570e
Add some tests and fix pack
2019-06-27 10:26:45 +01:00
Dankrad Feist
02f6ba36f0
Add Bitvector and Bitlist
...
Bool, Bit -> boolean, bit
Fix simple-serialize.md
2019-06-27 09:51:06 +01:00
protolambda
3b5c7f243a
type hint uint input
2019-06-25 19:32:49 +02:00
protolambda
a5b7564c5b
hash-tree-root tests
2019-06-25 02:37:05 +02:00
protolambda
5989e5cd23
use Bool as base name, make Bit an alias
2019-06-24 23:56:26 +02:00
protolambda
c73417b4ca
deserialize-basic detail, make subclass
2019-06-24 23:40:47 +02:00
protolambda
9befe09f82
test merkleize chunks
2019-06-22 21:27:56 +02:00
protolambda
e873bbd73b
support list casting
2019-06-22 19:59:15 +02:00
protolambda
80c40f5e09
merge dev, resolve minor merge conflicts
2019-06-21 21:22:23 +02:00
protolambda
b7b2fee635
uint add/sub type checking, fixes #1029
2019-06-21 21:12:27 +02:00
protolambda
d8f470bb4a
enable slicing of SSZ lists/vectors
2019-06-20 22:34:19 +02:00
protolambda
2d67717079
fix linting issues + make spec builder remove comments in container re-initialization part
2019-06-20 21:42:55 +02:00
protolambda
b4ef672f87
deal with deepcopy modifying vector length from 0 to full length during copy
2019-06-20 21:12:46 +02:00
protolambda
8bd204827b
improve type coercion; coerce between equal-length uint subclasses
2019-06-20 21:08:34 +02:00
Carl Beekhuizen
c26fffc154
Moves copy into SSZ container
2019-06-20 20:55:28 +02:00
protolambda
224c98a094
last() method, no negative index lookups
2019-06-20 20:55:17 +02:00
protolambda
f157745248
resolve some remaining list-rework rebase details
2019-06-20 20:42:19 +02:00