93 Commits

Author SHA1 Message Date
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
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
protolambda
82240d8dbd fix vector default type 2019-06-20 20:31:16 +02:00
protolambda
977856b06f
ssz typing now subclasses list/bytes, much easier to work with than wrapped list/bytes functionality 2019-06-20 20:30:42 +02:00
protolambda
4e747fb887
fixes for class based ssz typing 2019-06-20 20:25:22 +02:00
protolambda
7cdec746b4 fix field iteration crash in ssz typing 2019-06-20 20:20:45 +02:00
protolambda
a33c67894e update ssz testing/debug utils 2019-06-20 20:20:45 +02:00
protolambda
6b82e3faa5
Modifications from Vitalik, to enable SSZ Partials 2019-06-20 20:20:07 +02:00
protolambda
5be0c57aad fix linting + mypy 2019-06-20 20:17:29 +02:00
protolambda
4aefc078e9
list-rework type fixes 2019-06-20 20:11:39 +02:00
protolambda
8c6ddd5233 container field coercion 2019-06-20 20:05:57 +02:00
protolambda
73ba419d64 check virtual lengths, fix imports 2019-06-20 20:05:57 +02:00
protolambda
0a43003b42 minor test improvements 2019-06-20 20:03:21 +02:00
protolambda
8bd2e878ef bugfixes and typing improvements 2019-06-20 20:03:21 +02:00
protolambda
08e6f32f38 typing improvements, type testing 2019-06-20 20:03:21 +02:00
protolambda
4ebdceaf12
highly experimental typing 2019-06-20 19:57:50 +02:00
protolambda
108410d862 Change byte to explict class instead of newtype 2019-06-20 19:56:09 +02:00
protolambda
82e7392b17 default method for container is recognized now 2019-06-20 19:56:09 +02:00
Diederik Loerakker
3a9b1fb72c Update test_libs/pyspec/eth2spec/utils/ssz/ssz_impl.py
Co-Authored-By: vbuterin <v@buterin.com>
2019-06-20 19:56:09 +02:00
Diederik Loerakker
54a1fa9abe Update test_libs/pyspec/eth2spec/utils/ssz/ssz_impl.py
Co-Authored-By: vbuterin <v@buterin.com>
2019-06-20 19:56:09 +02:00
protolambda
cd5f59eb74
fix bytes value check, fix default-type checking 2019-06-20 19:55:53 +02:00
protolambda
b6cf809d9b
more improvements, and implement new space-efficient merkleization with padding support 2019-06-20 19:54:59 +02:00
protolambda
d1ecfd510e
typing improvements 2019-06-20 19:53:32 +02:00
vbuterin
8919f628cb Update test_libs/pyspec/eth2spec/utils/ssz/ssz_impl.py
Co-Authored-By: Diederik Loerakker <proto@protolambda.com>
2019-06-20 19:52:02 +02:00
Vitalik Buterin
7c4232455c Added get_container_type to get_zero_value 2019-06-20 19:52:02 +02:00
protolambda
5ddfe34f0c
Simplified SSZ impl 2019-06-20 19:51:38 +02:00
Carl Beekhuizen
241fe34da7
Workaround for python3.6 2019-06-19 22:37:51 +02:00
Carl Beekhuizen
3418c3506f
Merge dev and resolve conflicts (please let the CI tests pass with the new dev) 2019-06-19 20:27:54 +02:00
Carl Beekhuizen
31a4700223
Merge conflicts on dev 2019-06-17 22:09:43 -04:00
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
Carl Beekhuizen
2ea6cede3e
Moves fork-choice objects away from SSZ 2019-06-17 10:48:33 -04:00
Carl Beekhuizen
9f2d06b2e7
Somehow I had indented with 5 spaces everywhere. 2019-06-16 16:02:56 -04:00
Carl Beekhuizen
f421850dc9
Fixes tests! Thanks @hwwhww! 2019-06-16 15:53:42 -04:00