4501 Commits

Author SHA1 Message Date
vbuterin
bf13757722
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:47 -07:00
vbuterin
793c8616cd
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:47 -07:00
vbuterin
41be60ee6e
Update specs/core/1_new_shards.md 2019-12-05 13:29:46 -07:00
vbuterin
8a6bd201f9
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:46 -07:00
vbuterin
4d1e9e15c6
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:46 -07:00
vbuterin
9810a3d260
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:46 -07:00
vbuterin
9d3a230974
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:46 -07:00
vbuterin
bcd06d88ef
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:46 -07:00
vbuterin
d59e87f876
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:45 -07:00
vbuterin
d3f9bfe68d
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:45 -07:00
vbuterin
213032e51f
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:45 -07:00
vbuterin
462d05d6d8
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
2019-12-05 13:29:45 -07:00
Hsiao-Wei Wang
1fdd0332cc
Update ToC 2019-12-05 13:29:45 -07:00
Vitalik Buterin
03ab1d5785
A few cleanups 2019-12-05 13:29:45 -07:00
Vitalik Buterin
d723431616
Fixed pending attestation handling and added empty transition check 2019-12-05 13:29:44 -07:00
Vitalik Buterin
393436992d
Restructured shard blocks 2019-12-05 13:29:44 -07:00
Vitalik Buterin
6b1bc1e02f
Reformed attestations 2019-12-05 13:29:44 -07:00
Vitalik Buterin
b36820a26c
Changes to make Danny happy 2019-12-05 13:29:44 -07:00
Vitalik Buterin
bf886d698b
Small edits 2019-12-05 13:29:44 -07:00
Vitalik Buterin
bf0a2b7df9
Renaming 2019-12-05 13:29:43 -07:00
Vitalik Buterin
08fc024fbd
Changed fraud proof details 2019-12-05 13:29:43 -07:00
Hsiao-Wei Wang
0ff5985c01
Fix markdown and ToC 2019-12-05 13:29:43 -07:00
Vitalik Buterin
539c681921
Updates to add new proposals 2019-12-05 13:29:43 -07:00
Vitalik Buterin
bb2835ee1b
Shard slots to 128 bytes 2019-12-05 13:29:43 -07:00
Vitalik Buterin
7fc2830730
Some updates 2019-12-05 13:29:43 -07:00
Vitalik Buterin
e5544d055b
Made trace a commitment separate from state roots 2019-12-05 13:29:42 -07:00
Vitalik Buterin
9abfc6276a
Cleaned up state transition and honest committee member 2019-12-05 13:29:42 -07:00
Vitalik Buterin
b792fe696a
formatting 2019-12-05 13:29:42 -07:00
Vitalik Buterin
fe60b4deba
Variable max attestation length 2019-12-05 13:29:42 -07:00
Vitalik Buterin
26df98bf61
MAX_CATCHUP -> MAX_CATCHUP_RATIO 2019-12-05 13:29:42 -07:00
Vitalik Buterin
25db268bfb
Added a few more things 2019-12-05 13:29:42 -07:00
Vitalik Buterin
f6be6b2b8a
Added a few things 2019-12-05 13:29:41 -07:00
Vitalik Buterin
88aeba09f6
Added new shards 2019-12-05 13:29:41 -07:00
Danny Ryan
b4b5cc9115
Merge branch 'v09x' into dev 2019-12-05 13:29:04 -07:00
Danny Ryan
7af6945f53
Merge pull request #1491 from ethereum/rm-signing-root
rm signing root (fixes #1487)
2019-12-05 13:16:39 -07:00
protolambda
7baf81e4c2
minor test style change, avoid state copy 2019-12-05 18:47:41 +01:00
Danny Ryan
dfcd6f6402
add tests for block filter in get_head 2019-12-04 16:53:55 -07:00
Danny Ryan
19fa53709a
Merge pull request #1490 from ethereum/master-copy
backport v0.9.1 and v0.9.2 to dev
2019-12-04 11:58:17 -07:00
Danny Ryan
e9dc2a1f03
Merge pull request #1492 from terencechain/patch-91
Remove duplicated attestation target root check
2019-12-04 11:49:08 -07:00
Danny Ryan
0d0b15f8f1
Merge pull request #1500 from terencechain/patch-93
fix is_aggregator for aggregation topic
2019-12-04 11:42:57 -07:00
protolambda
afb9a1d7c0
move signed envelopes 2019-12-03 21:34:48 +01:00
protolambda
103a66b2af
remove signing_root: see issue #1487 2019-12-03 21:10:19 +01:00
terence tsao
0f4faf11ab
Update 0_fork-choice.md 2019-12-03 17:25:56 +08:00
terence tsao
1113953a59
Update p2p-interface.md 2019-12-03 17:17:17 +08:00
Danny Ryan
2275cdfeb8
fix child filter in get_head 2019-11-27 13:26:44 -07:00
Danny Ryan
5aa9f96558
Update specs/core/0_fork-choice.md
Co-Authored-By: Diederik Loerakker <proto@protolambda.com>
2019-11-27 13:11:30 -07:00
Danny Ryan
d150e4a0d6
Merge pull request #1497 from ethereum/carl_vyper_v13
Vyper b12->b13
2019-11-27 12:55:03 -07:00
Carl Beekhuizen
8ec1e1ff06
Vyper b12->b13 2019-11-27 10:43:21 +01:00
Danny Ryan
8021f34c06
fix existing fork choce tests with new filter 2019-11-25 15:44:22 -07:00
Danny Ryan
9004bcf1a5
WIP filter block tree 2019-11-25 15:06:33 -07:00