Danny Ryan
7daa6c0039
Merge pull request #1810 from terencechain/patch-97
...
Make obvious that `source_epoch` does not underflow
2020-05-18 08:12:50 -06:00
Danny Ryan
4a86c39712
Merge pull request #1799 from ethereum/bls_v2
...
Update to IETF BLS draft-irtf-cfrg-bls-signature-02 + draft-irtf-cfrg-hash-to-curve-07
2020-05-18 07:35:49 -06:00
Danny Ryan
4ffafa56dd
Merge pull request #1813 from ethereum/bls_v2_tests
...
Update BLS test suite to BLS standard draft v2 format
2020-05-15 16:49:22 -06:00
Danny Ryan
74c900f814
add conditoin that block must be later than latest_block_header
2020-05-15 16:43:53 -06:00
Alex Beregszaszi
2ac62c4b17
Lock in the generated deposit_contract.json and compare it on CircleCI ( #29 )
2020-05-15 22:23:27 +01:00
Alex Beregszaszi
bb9bf82602
Fix typo in Natspec ( #35 )
2020-05-15 21:07:17 +01:00
Alex Beregszaszi
86dd9d9dca
Document the interface using Doxygen/Natspec commands ( #3 )
2020-05-15 20:48:30 +01:00
Alex Beregszaszi
9fe3c2f62c
Add authors file ( #33 )
2020-05-15 19:26:29 +01:00
Alex Beregszaszi
ebb06dd53f
Remove some warnings in tests ( #32 )
2020-05-15 19:25:45 +01:00
Alex Beregszaszi
15fcaa0828
Introduce build directory for artifacts ( #31 )
2020-05-15 18:23:58 +01:00
chriseth
a2e1e5aef0
Use bytes8 index access ( #19 )
...
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2020-05-15 17:47:21 +01:00
MrChico
8f2c64485e
Use less constants and fold the expressions into require statements ( #24 )
2020-05-15 17:46:38 +01:00
Hsiao-Wei Wang
fd3cce0d2c
Update README
2020-05-15 23:38:25 +08:00
Hsiao-Wei Wang
d07e594f92
Add `Aggregate()` case
2020-05-15 23:27:35 +08:00
Alex Beregszaszi
d1a5556a74
Compare against eth2.0-specs v0.11.2 ( #30 )
2020-05-15 13:17:14 +01:00
Alex Beregszaszi
636f22f0ac
Move require(deposit_count) statement to where the value is used (post hash calculation) ( #23 )
...
This tightly couples all require statements to their places of use.
2020-05-15 13:14:39 +01:00
Alex Beregszaszi
15bcfbaf91
Use 0.6.8 features ( #22 )
2020-05-15 13:14:03 +01:00
Alex Beregszaszi
69d0e8069d
Enable optimizer and set to 5m runs ( #28 )
...
The `deposit` function can be used up to 2^32-1 times anyway.
2020-05-15 13:13:31 +01:00
Hsiao-Wei Wang
73031537bc
Merge pull request #1814 from terencechain/patch-98
...
s/beacon_state/state for get_shard_transition
2020-05-15 19:11:21 +08:00
Hsiao-Wei Wang
a9c4516f38
PR feedback from proto: revert configs
2020-05-15 18:50:08 +08:00
Alex Beregszaszi
62e3281411
Lock in Solidity 0.6.8 on CircleCI ( #27 )
...
* Fix Makefile on macOS
* Lock circleci to solc:0.6.8-alpine
* Lock version to 0.6.8
2020-05-15 11:48:00 +01:00
Alex Beregszaszi
5e78324030
Split CircleCI jobs ( #26 )
2020-05-15 11:22:20 +01:00
terence tsao
6f5cbe6182
Update shard-transition.md
2020-05-14 14:55:29 -07:00
Danny Ryan
96ab76dcb2
Merge pull request #1804 from ethereum/use-all-attnets
...
[for discussion] Use all attestation subnets in phase 0
2020-05-14 14:29:05 -06:00
Danny Ryan
483f9a1d7b
Update specs/phase0/p2p-interface.md
...
Co-authored-by: Diederik Loerakker <proto@protolambda.com>
2020-05-14 14:25:32 -06:00
Hsiao-Wei Wang
ab3cbdae75
Add a note of `len(attestations) > 0`
2020-05-15 04:05:51 +08:00
MrChico
6c07707f1d
Add unit test and fuzzing against Vyper ( #20 )
2020-05-14 20:58:48 +01:00
Danny Ryan
3dd168335b
reformat compute_subnet_for_attestation to not use for loop
2020-05-14 13:50:29 -06:00
Alex Beregszaszi
bc9b7ccfd3
Add test job for running eth2.0-specs tests ( #25 )
...
Also use python:3.8.1 docker image.
2020-05-14 20:36:54 +01:00
Hsiao-Wei Wang
82073a4a83
Fix typo
2020-05-15 03:05:23 +08:00
Hsiao-Wei Wang
ea99f0ab10
Fix typo
...
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2020-05-15 03:03:47 +08:00
Hsiao-Wei Wang
9a2559857c
Fix typo and remove unused variable
2020-05-15 01:18:48 +08:00
Danny Ryan
689a6955b0
Merge pull request #1812 from ethereum/no_signature
...
Handle phase 1 `PKs == []` cases
2020-05-14 11:15:06 -06:00
Hsiao-Wei Wang
f0c4623871
Apply PR feedback: add docstring
2020-05-15 01:05:32 +08:00
Danny Ryan
c91e017b1f
Merge pull request #1801 from ethereum/non-aggregator-att
...
Loosen restrictions for aggregate propogation
2020-05-14 11:01:32 -06:00
Hsiao-Wei Wang
d27f2350a2
Update BLS test suite to BLS standard draft v2 format
...
1. Make sure that BLS -Verify APIs would only return `True` or `False` , no exceptions.
2. Use `eth2spec.utils.bls` instead of py_ecc for test generator
3. Add assertions in test generator
4. Add some special test cases for the -Verify APIs
5. Clean up the test format documents
2020-05-15 00:55:06 +08:00
Hsiao-Wei Wang
6a3241be61
Remove leading space
...
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2020-05-15 00:48:53 +08:00
Hsiao-Wei Wang
aa436d91b2
Use NO_SIGNATURE (0x00...) approach
2020-05-14 22:25:55 +08:00
Hsiao-Wei Wang
183b197888
Update specs/phase1/beacon-chain.md
2020-05-14 21:25:36 +08:00
terence tsao
23e2b83e20
Update specs/phase1/beacon-chain.md
...
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-05-14 06:21:44 -07:00
terence tsao
f3448e51dd
Update specs/phase1/beacon-chain.md
...
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-05-14 06:21:36 -07:00
Alex Beregszaszi
2b6c176043
Add ERC-165 support ( #4 )
2020-05-14 12:19:03 +01:00
Alex Beregszaszi
0b50a3e1f5
Use "literal metadata sources" setting ( #21 )
2020-05-14 11:46:54 +01:00
MrChico
48755f704f
Add revert reason strings ( #11 )
...
Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
2020-05-14 11:42:59 +01:00
Hsiao-Wei Wang
84cea96c42
Fix typo
...
Co-authored-by: Diederik Loerakker <proto@protolambda.com>
2020-05-14 15:01:03 +08:00
Danny Ryan
e7ae4be8a9
ensure that pre-state slot is less than block for all block tests
2020-05-13 17:25:39 -06:00
Alex Beregszaszi
823e8a5c68
Add CircleCI configuration ( #18 )
...
* Simplify Makefile
* Add CircleCI configuration
2020-05-13 23:03:42 +01:00
terence tsao
aef564733a
Update beacon-chain.md
2020-05-13 10:56:52 -07:00
Danny Ryan
1d147037eb
write block tests for double slot proposal and genesis proposal
2020-05-13 11:52:04 -06:00
Alex Beregszaszi
d18c12b776
Move ABI checks to be first in the code ( #10 )
2020-05-13 16:49:07 +01:00