protolambda
|
3d8466fd6e
|
make Bit check not use "is", and remove duplicate line
|
2019-06-20 23:04:19 +02:00 |
|
Danny Ryan
|
fb9a5f0bc5
|
one more rootslot fix
|
2019-06-20 14:57:53 -06:00 |
|
Danny Ryan
|
c5143ccefa
|
modify fork choice to utilize epochs as first class citizens
|
2019-06-20 14:48:10 -06:00 |
|
protolambda
|
2d67717079
|
fix linting issues + make spec builder remove comments in container re-initialization part
|
2019-06-20 21:42:55 +02:00 |
|
Carl Beekhuizen
|
c26fffc154
|
Moves copy into SSZ container
|
2019-06-20 20:55:28 +02:00 |
|
Carl Beekhuizen
|
5f8edd6b55
|
Genesis block store uses genesis time
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
|
2019-06-20 20:50:17 +02:00 |
|
protolambda
|
f157745248
|
resolve some remaining list-rework rebase details
|
2019-06-20 20:42:19 +02:00 |
|
protolambda
|
4e747fb887
|
fixes for class based ssz typing
|
2019-06-20 20:25:22 +02:00 |
|
protolambda
|
5048b9e87a
|
temporary fix for phase-1 spec typing
|
2019-06-20 20:20:45 +02:00 |
|
protolambda
|
4b4bf87e47
|
update shard doc, use new types, avoid List
|
2019-06-20 20:15:56 +02:00 |
|
protolambda
|
8344d50ae5
|
update beacon chain doc, use new types, avoid List
|
2019-06-20 20:15:48 +02:00 |
|
protolambda
|
4aefc078e9
|
list-rework type fixes
|
2019-06-20 20:11:39 +02:00 |
|
vbuterin
|
4c2adcc5e6
|
Update 0_beacon-chain.md
|
2019-06-20 20:05:57 +02:00 |
|
protolambda
|
b89183ae69
|
Update spec for new SSZ with list max length
|
2019-06-20 20:05:34 +02:00 |
|
protolambda
|
97025c51ac
|
start updating virtual sizes of lists
|
2019-06-20 20:03:11 +02:00 |
|
Justin Drake
|
d73aa31ef6
|
Cleanups
|
2019-06-20 11:58:05 +01:00 |
|
Carl Beekhuizen
|
e0d814df32
|
Merge branch 'dev' into executable_fork_choice
* dev:
Increase historical length and cleanups (#1196)
|
2019-06-19 22:43:14 +02:00 |
|
Danny Ryan
|
29dbe1b880
|
Increase historical length and cleanups (#1196)
* increase historical length and a few cleanups
|
2019-06-19 20:59:44 +01:00 |
|
Carl Beekhuizen
|
3418c3506f
|
Merge dev and resolve conflicts (please let the CI tests pass with the new dev)
|
2019-06-19 20:27:54 +02:00 |
|
Carl Beekhuizen
|
61a51417ed
|
Unbreak things again
|
2019-06-18 23:00:30 +02:00 |
|
protolambda
|
060041945c
|
remove unnecessary cast
|
2019-06-18 22:00:22 +02:00 |
|
protolambda
|
346e61dfeb
|
make epoch pattern similar to exit-epoch loop
|
2019-06-18 21:59:16 +02:00 |
|
Carl Beekhuizen
|
7a71919c53
|
Test removing all the Bytes objects
|
2019-06-18 21:55:41 +02:00 |
|
Carl Beekhuizen
|
d804cb307b
|
Removes defaults from Store to try get CI to pass
|
2019-06-18 21:50:40 +02:00 |
|
Carl Beekhuizen
|
3bcddf5e49
|
Removes defaults from Store to try get CI to pass
|
2019-06-18 20:59:17 +02:00 |
|
Hsiao-Wei Wang
|
dd79a0edb5
|
Merge branch 'dev' into mypy
|
2019-06-18 08:24:23 -06:00 |
|
Carl Beekhuizen
|
28a3e54db0
|
Actually resolve some merge conflicts
|
2019-06-18 15:13:04 +02:00 |
|
Carl Beekhuizen
|
31a4700223
|
Merge conflicts on dev
|
2019-06-17 22:09:43 -04:00 |
|
Danny Ryan
|
02954e84fe
|
Merge branch 'dev' into JustinDrake-patch-14
|
2019-06-17 16:33:59 -06:00 |
|
Danny Ryan
|
e80d363eed
|
Merge pull request #1157 from ethereum/JustinDrake-patch-13
Set MIN_ATTESTATION_INCLUSION_DELAY to 1
|
2019-06-17 16:29:55 -06:00 |
|
Danny Ryan
|
7298b3e290
|
Merge pull request #1191 from ethereum/constats-config
split constants vs configuration
|
2019-06-17 16:18:34 -06:00 |
|
Danny Ryan
|
89d9d80b1c
|
move BASE_REWARDS_PER_EPOCH to constants
|
2019-06-17 16:12:47 -06:00 |
|
Hsiao-Wei Wang
|
01e9f18713
|
Merge branch 'dev' into mypy
|
2019-06-17 17:51:46 -04:00 |
|
Hsiao-Wei Wang
|
9af9bbf42b
|
Merge branch 'dev' into mypy
|
2019-06-17 17:51:00 -04:00 |
|
Hsiao-Wei Wang
|
18ebd2aa90
|
Bytes32 -> Hash
|
2019-06-17 17:21:45 -04:00 |
|
Danny Ryan
|
207eb808a0
|
split constants vs configuration
|
2019-06-17 15:19:44 -06:00 |
|
terence tsao
|
d911236fbb
|
Update slots.md
|
2019-06-17 14:19:17 -07:00 |
|
Carl Beekhuizen
|
2ea6cede3e
|
Moves fork-choice objects away from SSZ
|
2019-06-17 10:48:33 -04:00 |
|
Carl Beekhuizen
|
20d8156f46
|
Merge branch 'dev' into executable_fork_choice
* dev:
Fix #1173
attestations: check shard, and check epoch earlier
|
2019-06-16 16:03:37 -04:00 |
|
Carl Beekhuizen
|
9f2d06b2e7
|
Somehow I had indented with 5 spaces everywhere.
|
2019-06-16 16:02:56 -04:00 |
|
Carl Beekhuizen
|
f421850dc9
|
Fixes tests! Thanks @hwwhww!
|
2019-06-16 15:53:42 -04:00 |
|
Carl Beekhuizen
|
4deb311b71
|
Debugging 1st test
|
2019-06-16 12:17:31 -04:00 |
|
Carl Beekhuizen
|
5d10cd63c7
|
SSZ (partially) handles Dicts
|
2019-06-16 09:52:52 -04:00 |
|
Carl Beekhuizen
|
11edda64ed
|
Adds fork-choice to spec builder
|
2019-06-15 18:42:03 -04:00 |
|
Hsiao-Wei Wang
|
e93ba51ef8
|
More clean up
|
2019-06-15 18:25:37 -04:00 |
|
Hsiao-Wei Wang
|
9b77ec11f8
|
Version: Bytes4
|
2019-06-15 17:32:52 -04:00 |
|
Hsiao-Wei Wang
|
b772b03847
|
Handle BLSPubkey and BLSSignature
|
2019-06-15 17:23:44 -04:00 |
|
Hsiao-Wei Wang
|
00a68e28b5
|
Define Custom Types via function_puller
|
2019-06-15 16:57:50 -04:00 |
|
protolambda
|
75b469281e
|
fix linting issue
|
2019-06-15 18:05:01 +02:00 |
|
Justin Drake
|
7cd7659a4b
|
Add comments to non-obvious container fields
|
2019-06-15 15:51:17 +01:00 |
|