Danny Ryan
|
d3d9bbd479
|
add note about coming gs v1.1 params
|
2020-10-07 17:46:20 -06:00 |
Danny Ryan
|
45de8198ca
|
Merge branch 'dev' into v1.0-candidate
|
2020-10-07 13:42:23 -06:00 |
Danny Ryan
|
64b34b5ca6
|
Merge pull request #2089 from ethereum/fix-message-id
fix message-id issues
|
2020-10-07 12:40:51 -06:00 |
Danny Ryan
|
8cda237884
|
note v5.1 in discv5 p2p spec
|
2020-10-07 12:13:32 -06:00 |
Danny Ryan
|
6287875baf
|
use domain byte to isolate message-id domains
|
2020-10-07 11:59:39 -06:00 |
Danny Ryan
|
a365fcb03b
|
fix message-id issues
|
2020-10-06 16:18:12 -06:00 |
Hsiao-Wei Wang
|
d264ad8af7
|
Merge pull request #2080 from ethereum/bls_v4
Bump IETF BLS spec version draft 03 -> draft 04
|
2020-10-05 22:12:52 +08:00 |
Danny Ryan
|
5f9e6599e9
|
Merge pull request #2060 from protolambda/signing-policy
Use gossip signing policy in p2p spec, see libp2p/specs#294
|
2020-09-30 12:03:21 -06:00 |
Danny Ryan
|
157f7e8ef4
|
upgrade config to mainnet values
|
2020-09-28 12:56:08 -06:00 |
protolambda
|
62d596a910
|
update signature policy link
|
2020-09-25 17:59:09 +02:00 |
Hsiao-Wei Wang
|
ad4ad2d8b4
|
Bump IETF BLS spec version draft 03 -> draft 04
|
2020-09-25 15:01:41 +08:00 |
protolambda
|
708827413f
|
cleanup phase1 TOC contents
|
2020-09-23 22:55:22 +02:00 |
Danny Ryan
|
8c9c943845
|
Merge pull request #2054 from ethereum/ralexstokes-patch-1
Typos in: p2p-interface.md
|
2020-09-22 17:32:10 -06:00 |
Danny Ryan
|
a232efbeb7
|
revert incorrect type fix
|
2020-09-22 17:20:55 -06:00 |
ericsson
|
104b83aab3
|
use integer division (//) instead of non-integer (/)
|
2020-09-22 18:54:44 +03: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 |
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
|
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
|
1e29563242
|
Pass `anchor_block` to `get_forkchoice_store`
|
2020-09-15 12:51:11 +08:00 |
protolambda
|
8ad0865424
|
Use gossip signing policy in p2p spec, see libp2p/specs#294
|
2020-09-15 01:15:16 +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
|
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 |
blacktemplar
|
deb58fd21e
|
only use first 8 bytes of hash as message id
|
2020-09-14 10:09:48 +02:00 |
Alex Stokes
|
3cb15806be
|
Update p2p-interface.md
Typo fixes
|
2020-09-11 17:08:37 -07: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
|
8948f92def
|
Merge branch 'dev' into more_gossip_validations
|
2020-09-10 14:33:48 -06:00 |
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 |
blacktemplar
|
9cbc7c37f4
|
use raw SHA256 as message-id
|
2020-09-09 15:02:47 +02: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 |
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 |
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 |
Danny Ryan
|
9742b3a157
|
clarify what 'state' is for block proposals in validator guide
|
2020-08-19 09:58:02 -06:00 |