MrChico
4d493e70af
Require deposit to be divisible by GWEI ( #14 )
2020-05-13 16:45:05 +01:00
Alex Beregszaszi
c24305d5d2
Clarify/remove some comments ( #16 )
...
* Remove assert(deposit_count <= 2**64-1) comment
* Remove the outdated TODO comment
* Rephrase some comments
Co-authored-by: MrChico <martin.lundfall@protonmail.com>
2020-05-13 15:56:36 +01:00
protolambda
68442c2eef
Update testing and restrict to incremental block transitions
2020-05-13 16:46:28 +02:00
MrChico
9cdf14da99
Remove unused variable ( #15 )
2020-05-13 14:47:49 +01:00
MrChico
b236ce7a9a
Defensive handling of dead path ( #13 )
2020-05-13 14:46:58 +01:00
Alex Beregszaszi
df7c2c538a
Require deposit amount to fit into uint64 ( #9 )
...
Ref https://github.com/ethereum/eth2.0-specs/issues/1726
2020-05-13 14:41:37 +01:00
ericsson
b41410eade
lint problem fixed
2020-05-13 16:25:16 +03:00
ericsson
4431e399b1
Fix bugs:
...
- `range(len(col))`` instead of `range(col)`
- `beacon_parent_block.body.shard_transitions` instead of `beacon_parent_block.shard_transitions`
- `shard_states[len(shard_states)-1]` instead of `shard_states[-1]`
2020-05-13 16:13:33 +03:00
Hsiao-Wei Wang
b9e4bccb21
Fix type error
2020-05-13 16:26:20 +08:00
Hsiao-Wei Wang
4a246ba5ac
Apply feedback from Danny, add a note of the hash to curve configuration
2020-05-13 13:01:08 +08:00
Hsiao-Wei Wang
3c11a4dc02
Fix `AggregateVerify` param name: `message` -> `messages`
...
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2020-05-13 12:56:50 +08:00
Hsiao-Wei Wang
2718dcc4ab
Update IETF standard description
2020-05-13 02:34:10 +08:00
Hsiao-Wei Wang
ed194de26b
Bump py_ecc to v4.0.0 (IETF BLS v2 + H2C v7)
2020-05-13 02:27:51 +08:00
Alex Beregszaszi
a8ed83e087
Inline bytesN(0) instead of custom zero_bytesN vars ( #8 )
...
Co-authored-by: Martin Lundfall <martin.lundfall@protonmail.com>
2020-05-12 19:04:18 +01:00
chriseth
acb658fbda
Make use of constants. ( #7 )
2020-05-12 19:01:27 +01:00
Alex Beregszaszi
cd323c75db
Drop masking because of explicit uint8 conversion ( #5 )
2020-05-12 18:59:15 +01:00
Hsiao-Wei Wang
78d83b6c7d
Bump py_ecc to v3.0.0 (IETF BLS v2 + H2C v6)
2020-05-12 12:21:35 +08:00
Alex Beregszaszi
9957540744
Consider get_deposit_count and get_deposit_root part of the external interface
2020-05-12 01:07:22 +01:00
Alex Beregszaszi
3aaf6f06ad
Add license header and clarify comment
2020-05-12 01:06:31 +01:00
Danny Ryan
511f803496
use all attnets across the epoch even when not max committees per slot
2020-05-11 12:52:52 -06:00
Danny Ryan
ef18010778
Merge pull request #1800 from ethereum/reqresp-sizes
...
Update p2p reqresp with explicit handling of reqresp size bounds
2020-05-11 11:48:31 -06:00
Danny Ryan
ca1876e12f
Merge pull request #1795 from ethereum/clarify-blocks-request
...
Clarify BlocksByRange request
2020-05-11 11:39:10 -06:00
Diederik Loerakker
396f71f57a
Merge pull request #1802 from ethereum/minor-forkchoice-test-fix
...
Minor forkchoice test fix
2020-05-11 19:35:25 +02:00
Danny Ryan
30ecd9b602
p2p PR feedback
2020-05-11 11:22:34 -06:00
protolambda
b1c2c6e3a2
Default BLS to ON, keep CI BLS off for now, add milagro option
2020-05-11 19:18:49 +02:00
Danny Ryan
65108aeee0
start on_block just slots test at time 0
2020-05-11 11:17:48 -06:00
Danny Ryan
17f656cefe
Merge branch 'dev' into v012x
2020-05-11 10:41:35 -06:00
protolambda
fcf003859d
remove duplicate response diagram
2020-05-11 17:01:18 +02:00
Danny Ryan
b4bc2038e1
clarify that clients MAY stop block requests if fork choice changes
2020-05-11 08:39:30 -06:00
Danny Ryan
7d4d3e43ef
remove aggregate clarifiyng text that is not longer valid
...
Co-authored-by: Diederik Loerakker <proto@protolambda.com>
2020-05-11 08:38:22 -06:00
Paul Hauner
b3dd99f4f4
Loosen restrictions for aggregate propogation
2020-05-11 08:28:21 -06:00
Danny Ryan
6474218fb1
Merge pull request #1747 from ethereum/rewards-rework
...
[Proposal] rework rewards/penalties to be more granular
2020-05-11 08:16:49 -06:00
Danny Ryan
3fb4c43fae
Merge pull request #1794 from ethereum/2x-attester-slashings
...
MAX_ATTESTER_SLASHINGS == 2 and add multiple slashings per block tests
2020-05-11 08:12:23 -06:00
Danny Ryan
8fe43e1230
Merge pull request #1796 from ethereum/gossipsub-v1.1
...
Gossipsub v1.1 and extended validators
2020-05-11 08:10:54 -06:00
Danny Ryan
1636360426
remove todo comment
...
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-05-11 08:09:07 -06:00
protolambda
a8e3fe7551
Update p2p reqresp with explicit handling of reqresp size bounds
2020-05-09 21:44:28 +02:00
Hsiao-Wei Wang
cdd0ed0f7b
Update to IETF BLS draft-irtf-cfrg-bls-signature-02
2020-05-09 11:48:48 +08:00
Danny Ryan
fdcc6d65bc
gossipsub v1.1 and extended validators for gossip conditions
2020-05-08 12:00:05 -06:00
Danny Ryan
01eaf6cc99
Clarify the response of BlocksByRange to address #1765
2020-05-08 11:09:12 -06:00
Danny Ryan
7a130606ac
hww feedback
2020-05-08 10:51:41 -06:00
Danny Ryan
1137e0332d
move MAX_ATTESTER_SLASHINGS to 2, add multiple slashings per block tests
2020-05-08 10:43:11 -06:00
Danny Ryan
5b2a08b717
Merge pull request #1793 from gnattishness/config-readme
...
[Minor] Fix config readme example to not assign a return value.
2020-05-08 06:28:16 -06:00
Nathaniel Jensen
38a5f41c30
[Minor] Fix config example to not assign a return value.
2020-05-08 20:12:44 +10:00
Danny Ryan
3a71c6d9bd
Merge branch 'dev' into v012x
2020-05-07 12:48:47 -06:00
Danny Ryan
c5d009064d
Merge pull request #1780 from ethereum/empty-bits-case
...
Handle empty aggregation bits as discussed in #1713
2020-05-07 12:41:58 -06:00
Danny Ryan
197f1f5496
Merge pull request #1781 from ethereum/double-operations
...
test double proposer slashings and exits
2020-05-07 12:38:06 -06:00
Danny Ryan
b317a7329f
Merge branch 'dev' into double-operations
2020-05-07 12:32:25 -06:00
Danny Ryan
4ad3d65d10
add multiple exits block sanity test
2020-05-07 12:23:37 -06:00
Danny Ryan
ee7d11d18f
clean up proposer slashing tests and add a couple
2020-05-07 12:00:07 -06:00
Danny Ryan
12aa84fc8a
PR feedback
2020-05-07 10:47:20 -06:00