Commit Graph

5335 Commits

Author SHA1 Message Date
ericsson 104b83aab3 use integer division (//) instead of non-integer (/) 2020-09-22 18:54:44 +03:00
Diederik Loerakker 7a46181853
Merge pull request #2077 from ethereum/master
re-enable ssz_static mainnet tests
2020-09-21 23:21:07 +02:00
Danny Ryan 4c9f5eee71
re-enable mainnet ssz_static tests 2020-09-21 13:40:14 -06:00
Danny Ryan 7748c70c15
Merge pull request #2057 from ethereum/dev
release v0.12.3
2020-09-18 09:32:42 -06:00
Danny Ryan 68bcc19e09
Merge pull request #1957 from ethereum/testgenphase1
Enable test generation for phase1
2020-09-18 08:44:38 -06:00
Danny Ryan 87220f8c35
Merge pull request #2075 from ethereum/skip-huge-test
skip large_validator_set tests if too large (mainnet config)
2020-09-18 08:10:12 -06:00
Danny Ryan d257926e3a
remove kludge to skip large_validator_set on mainnet config 2020-09-18 07:59:25 -06:00
Hsiao-Wei Wang 27d8c80690
Use `with_configs[MINIMAL]` on `large_validator_set` tests 2020-09-18 17:05:30 +08:00
Danny Ryan 0c1784b8b5
skip large_validator_set tests if too large 2020-09-17 16:50:59 -06:00
Danny Ryan a1091059ed
Merge pull request #2074 from ethereum/bump-v0123
bump VERSION.txt to 0.12.3
2020-09-17 12:31:27 -06:00
Danny Ryan 92d4a063c1
bump VERSION.txt to 0.12.3 2020-09-17 12:14:17 -06:00
Danny Ryan 177f88962e
Merge pull request #2073 from ethereum/weak-subjectivity-guide
Weak subjectivity guide
2020-09-17 12:07:19 -06:00
Danny Ryan 8bb05827ab
add weak-subjectivity.md to setup.py build and do final lint cleanups 2020-09-17 12:01:25 -06:00
Aditya Asgaonkar 58d225c9be Added WIP note, explanation for WS period calculation 2020-09-17 10:34:37 -07:00
Aditya Asgaonkar 6b33c766f2
Apply suggestions from Danny's code review
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
2020-09-17 10:26:49 -07:00
Hsiao-Wei Wang 5374890da0
Merge branch 'dev' into testgenphase1 2020-09-17 21:11:49 +08:00
Aditya Asgaonkar 2023b24d72
Small change to CLI input description 2020-09-16 19:52:21 -07:00
Aditya Asgaonkar 3fd0eaa67a Fix in WS guide 2020-09-15 17:37:38 -07:00
Aditya Asgaonkar 2b81ec9337 Added TOC to WS guide 2020-09-15 17:33:01 -07:00
Aditya Asgaonkar dc841d4bf6 Cosmetic changes to WS guide 2020-09-15 17:21:38 -07:00
Aditya Asgaonkar d71bb856e7 Added weak subjectivity guide 2020-09-15 17:10:39 -07:00
Danny Ryan 33cfcc4eb3
Merge pull request #2067 from ethereum/bls_v3_patch
Remove outdated BLS standard note
2020-09-15 10:12:15 -06:00
Danny Ryan 57f0dae789
Merge pull request #2063 from ethereum/remove_MAX_EPOCHS_PER_CROSSLINK
Remove the unused `MAX_EPOCHS_PER_CROSSLINK`
2020-09-15 10:11:14 -06:00
Danny Ryan 7c685d490e
Merge pull request #2061 from ethereum/anchor_block_header_3
Pass `anchor_block` to `get_forkchoice_store`
2020-09-15 10:10:29 -06:00
Hsiao-Wei Wang 899927af30
Remove note 2020-09-15 23:43:07 +08:00
Hsiao-Wei Wang 2befe90032
Remove the unused `MAX_EPOCHS_PER_CROSSLINK` 2020-09-15 13:23:42 +08:00
Hsiao-Wei Wang 1e29563242
Pass `anchor_block` to `get_forkchoice_store` 2020-09-15 12:51:11 +08:00
Hsiao-Wei Wang 20bd00cef0
Add `make lint_generators` linter check for test generators 2020-09-15 11:19:50 +08:00
Hsiao-Wei Wang c0c2461d2f
Remove redundant keys and use Dict for `phase_0_mods`, `phase_1_mods` instead of List 2020-09-15 11:13:33 +08:00
Diederik Loerakker 35a2bf6587
Merge pull request #2058 from ethereum/discord-link-fix
fix issue with discord link
2020-09-15 00:53:44 +02:00
Danny Ryan 20a0ee1dc6
fix issue with discord link 2020-09-14 13:29:19 -06:00
Diederik Loerakker f7c30666b3
Merge pull request #2047 from ethereum/new-proposer-slashing-tests
add a few more proposer slashing tests
2020-09-14 21:13:23 +02:00
Danny Ryan 59cb56b564
Merge pull request #2044 from blacktemplar/use-raw-sha-as-message-id
use raw SHA256 as message-id
2020-09-14 11:25:34 -06:00
Danny Ryan 316928143c
Merge pull request #2051 from ethereum/bls_v3
Bump IETF BLS standard version to -03
2020-09-14 11:00:19 -06:00
Danny Ryan 5a9fe89089
remove extraneous parens 2020-09-14 10:58:48 -06:00
Danny Ryan 89be1f5bc8
favor pythonic notation for array slices 2020-09-14 10:57:35 -06:00
Hsiao-Wei Wang e2f67d3656
Merge pull request #2056 from q9f/patch-2
deposit contract: add verifying bytecode to readme
2020-09-14 21:24:34 +08:00
Raw Pong Ghmoa 967af2102f
Update solidity_deposit_contract/README.md
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-09-14 15:10:18 +02:00
Raw Pong Ghmoa 5f663c80bc
Update solidity_deposit_contract/README.md
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-09-14 15:10:11 +02:00
Raw Pong Ghmoa 8f5f20b53e
move compiling before web3 tests 2020-09-14 14:46:12 +02:00
Raw Pong Ghmoa b734f7d6c9
add make command instructions
Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
2020-09-14 14:45:07 +02:00
Raw Pong Ghmoa bb2afbbc47
add solc cli params 2020-09-14 13:15:48 +02:00
Raw Pong Ghmoa b03d58e5d8
add metadata options 2020-09-14 11:51:19 +02:00
Raw Pong Ghmoa 03ff4d905c
deposit contract: add verifying bytecode to readme
closes #2052
2020-09-14 11:37:37 +02:00
blacktemplar deb58fd21e only use first 8 bytes of hash as message id 2020-09-14 10:09:48 +02:00
Hsiao-Wei Wang cfc69e47e6
Bump IETF BLS standard version to -03 2020-09-11 17:17:51 +08:00
blacktemplar 8f0b15f9f7 remove dot 2020-09-11 06:44:36 +02:00
Danny Ryan 1785f987f8
add a few more proposer slashing tests 2020-09-10 16:50:03 -06:00
Danny Ryan e5f110a37b
Merge pull request #2030 from lsankar4033/more_gossip_validations
Two more gossip validations
2020-09-10 14:40:06 -06:00
Danny Ryan 8948f92def
Merge branch 'dev' into more_gossip_validations 2020-09-10 14:33:48 -06:00