This website requires JavaScript.
Explore
Help
Sign In
status-im
/
eth2.0-specs
mirror of
https://github.com/status-im/eth2.0-specs.git
Watch
2
Star
0
Fork
You've already forked eth2.0-specs
0
Code
Issues
Projects
Releases
Wiki
Activity
e498ff7e94
eth2.0-specs
/
test_libs
/
pyspec
/
eth2spec
/
utils
History
protolambda
b9abc5f2cf
List[uint64] is not like a type but just for annotation, same for other Generics with __args__, Vector/BytesN work, because their metaclasses produce non-parametrized types, so don't check vector values when type contains args
2019-06-05 18:53:34 +02:00
..
ssz
List[uint64] is not like a type but just for annotation, same for other Generics with __args__, Vector/BytesN work, because their metaclasses produce non-parametrized types, so don't check vector values when type contains args
2019-06-05 18:53:34 +02:00
__init__.py
get rid of scope-problem inducing init trick
2019-06-01 01:55:20 +02:00
bls.py
tags applied after generation of vector (and only if), make BLS decorator
2019-05-21 22:28:47 +02:00
hash_function.py
resolve some new lint issues detected by newer version, and a few looked over ones
2019-06-01 02:40:29 +02:00
merkle_minimal.py
fix formatting
2019-06-04 18:18:18 +02:00
minimal_ssz.py
Apply @dankrad's suggestions from code review
2019-06-04 17:08:18 +02:00