Danny Ryan
|
42bf435c54
|
rearrange gossip conditions
|
2020-09-10 14:10:09 -06:00 |
Danny Ryan
|
54f1abc943
|
Merge pull request #2036 from ethereum/typing_clean
Non-substantive typing clean-up
|
2020-09-10 14:07:32 -06:00 |
protolambda
|
28137a6176
|
Merge branch 'dev' into testgenphase1
|
2020-09-09 23:43:26 +02:00 |
Diederik Loerakker
|
5a7f4ed392
|
Merge pull request #2043 from ethereum/clarify-offset-encoding
clarify offsets serialization
|
2020-09-09 22:58:06 +02:00 |
blacktemplar
|
9cbc7c37f4
|
use raw SHA256 as message-id
|
2020-09-09 15:02:47 +02:00 |
protolambda
|
6c6f180e0e
|
clarify offsets serialization, thanks @imnisen, fix #1963
|
2020-09-09 13:04:53 +02:00 |
Diederik Loerakker
|
62cd4e80d4
|
Merge pull request #2017 from ethereum/reveal_deadlines_setting
Add `disable_process_reveal_deadlines` decorator and `reveal_deadlines_setting` meta tag
|
2020-09-07 18:15:43 +02:00 |
Hsiao-Wei Wang
|
fd4e7dde94
|
Fix `disable_process_reveal_deadlines` decorator: should have set it back to the spec function for other test cases afterwards
|
2020-09-07 13:44:12 +08:00 |
Danny Ryan
|
88cdc5bc80
|
Merge pull request #2034 from ethereum/vbuterin-patch-5
Add a constant for slash penalty multiplier
|
2020-09-06 21:00:40 -04:00 |
Diederik Loerakker
|
e57e1407a2
|
Merge pull request #2038 from ethereum/testgenphase1_enable_all
Skip the too-slow custody tests and turn on the generators
|
2020-09-04 19:00:48 +02:00 |
Hsiao-Wei Wang
|
916ae9e309
|
Enable more rewards and finality tests
|
2020-09-04 21:50:27 +08:00 |
Hsiao-Wei Wang
|
a0d646e1e0
|
Add decorators to diable testing with mainnet config
|
2020-09-04 21:50:21 +08:00 |
Hsiao-Wei Wang
|
74a2a1c0d4
|
Enable all tests
|
2020-09-04 02:40:36 +08:00 |
Hsiao-Wei Wang
|
c995da420e
|
Update config files
|
2020-09-03 21:39:00 +08:00 |
Hsiao-Wei Wang
|
6e900f4fcc
|
Add more typings, no substantive change
|
2020-09-03 19:27:16 +08:00 |
Hsiao-Wei Wang
|
eed2df37f4
|
Make linter happy
|
2020-09-03 17:27:20 +08:00 |
vbuterin
|
b35f8fff74
|
Add a constant for slash penalty multiplier
Make the multipler on slashed penalties (if portion `p` of validators are slashed each one loses `k*p` an explicit constant).
|
2020-09-02 12:26:27 +08:00 |
Hsiao-Wei Wang
|
dc888178be
|
Merge branch 'testgenphase1' into reveal_deadlines_setting
|
2020-09-02 00:07:19 +08:00 |
Diederik Loerakker
|
8de7f959f6
|
Merge pull request #2016 from ethereum/hwwhww/phase1-tests
Add new decorators to skip tests and handle it in testgen
|
2020-09-01 17:38:31 +02:00 |
Danny Ryan
|
3da7e32068
|
Merge pull request #2032 from ericsson49/ericsson49/fix_ceillog2_output_type
Make `cellog2` return `uint64`
|
2020-09-01 07:53:14 -06:00 |
ericsson
|
a380f3e1b1
|
`ceillog2` accepts positive integers now
|
2020-09-01 11:07:44 +03:00 |
ericsson
|
6df35fc3b5
|
Make `cellog2` return `uint64` so that `CUSTODY_RESPONSE_DEPTH` has `uint64` type
|
2020-08-31 19:41:57 +03:00 |
Hsiao-Wei Wang
|
b4583aba5d
|
Add skipping messages to some old test cases
|
2020-08-28 14:52:41 +08:00 |
Hsiao-Wei Wang
|
458166af83
|
Update the pytest version to >=4.4 as eth2spec
|
2020-08-27 16:12:31 +08:00 |
Danny Ryan
|
58fb58210f
|
Merge pull request #2029 from lsankar4033/minor_typo
Fix a minor typo
|
2020-08-26 17:40:24 -06:00 |
lsankar4033
|
a156f3821f
|
Add two more attestation gossip validations
|
2020-08-26 16:18:38 -07:00 |
lsankar4033
|
a4acd38981
|
fix typo
|
2020-08-26 16:11:42 -07:00 |
Hsiao-Wei Wang
|
42f368c45c
|
Disable `process_reveal_deadlines` in the custody tests that have `EPOCHS_PER_CUSTODY_PERIOD`-long transition
|
2020-08-25 13:46:29 +08:00 |
Hsiao-Wei Wang
|
f244045191
|
Merge pull request #2023 from tintinweb/fix_typo_p2p
p2p-spec - fix typo
|
2020-08-21 20:43:16 +08:00 |
tintinweb
|
c3ff87461f
|
fix typo
|
2020-08-21 12:10:10 +02:00 |
Danny Ryan
|
e56b7cb4c0
|
Merge pull request #2022 from ethereum/state-for-block
clarify what 'state' is for block proposals in validator guide
|
2020-08-20 17:39:57 -06:00 |
Danny Ryan
|
e323260a4a
|
fix some confusing language in validtor guide
|
2020-08-20 17:03:49 -06:00 |
Danny Ryan
|
444cd0249a
|
minot typo fix
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
|
2020-08-20 16:53:09 -06:00 |
Hsiao-Wei Wang
|
5da7674d2d
|
Merge pull request #2019 from ethereum/solidity-deposit-contract-r2
Port Solidity deposit contract - r2
|
2020-08-20 21:04:51 +08:00 |
Hsiao-Wei Wang
|
be20829458
|
Update README
|
2020-08-20 20:56:55 +08:00 |
Danny Ryan
|
9742b3a157
|
clarify what 'state' is for block proposals in validator guide
|
2020-08-19 09:58:02 -06:00 |
Hsiao-Wei Wang
|
0f7bd86c14
|
Merge pull request #2020 from ethereum/djrtwo-patch-1
update discord invite to go directly to the "welcome" channel
|
2020-08-18 14:25:06 +08:00 |
Danny Ryan
|
585caa3dea
|
update discord invite to go directly to the "welcome" channel
|
2020-08-17 18:44:03 -06:00 |
Hsiao-Wei Wang
|
adf8698778
|
Update the docs and remove unused code
|
2020-08-18 00:58:08 +08:00 |
Hsiao-Wei Wang
|
094dd1470f
|
Cleaning
|
2020-08-18 00:35:50 +08:00 |
Hsiao-Wei Wang
|
377b2e3f83
|
Clean up the CI workflow, enable web3.py tests
|
2020-08-18 00:27:23 +08:00 |
Hsiao-Wei Wang
|
cd22036c53
|
Move files
|
2020-08-17 23:57:00 +08:00 |
Hsiao-Wei Wang
|
80fb126401
|
WIP: add solidity deposit contract CI workflow
Export `DAPP_LIB`
Fix .gitmodules
update CI solc version
Kick cache
Make metadata remain the same
|
2020-08-17 23:37:33 +08:00 |
Hsiao-Wei Wang
|
487d19ccb1
|
Fix typo
|
2020-08-17 22:13:35 +08:00 |
Hsiao-Wei Wang
|
a6c168be04
|
Port axic/eth2-deposit-contract r2 to this repo
|
2020-08-17 22:12:25 +08:00 |
Hsiao-Wei Wang
|
e4a9c5fa29
|
Move files
|
2020-08-17 22:05:05 +08:00 |
Hsiao-Wei Wang
|
ed8e1cc9aa
|
Relicense from Apache2.0 to CC0-1.0 (#38)
Also update binary output due to metadata change.
Agreed by all authors, including @chriseth, @MrChico, and @axic.
|
2020-08-13 21:31:56 +01:00 |
Alex Beregszaszi
|
2739718922
|
Remove duplicated Natspec from the implementation (#36)
Also update binary output due to metadata change.
|
2020-08-13 21:14:46 +01:00 |
Alex Beregszaszi
|
ebba752012
|
Upgrade to Solidity 0.6.11 (#39)
Also update binary output due to metadata change.
|
2020-08-13 21:02:56 +01:00 |
Alex Beregszaszi
|
537a3ee515
|
Add graffiti (#34)
Also update binary output due to metadata change.
|
2020-08-13 20:39:17 +01:00 |