Michael Sproul
45506ded5d
spec: implement get_epoch_start_shard v0.6.1
2019-05-14 15:37:40 +10:00
Michael Sproul
79de966d3a
spec: top-level per-epoch processing v0.6.1
2019-05-14 15:00:18 +10:00
Michael Sproul
894ecdd4ea
state_processing: process_slashings v0.6.1
2019-05-14 12:56:15 +10:00
Michael Sproul
e80264b8c8
Merge remote-tracking branch 'origin/master' into spec-0.6
2019-05-14 12:09:59 +10:00
Michael Sproul
13ec3d125e
WIP trash changes
2019-05-13 17:32:06 +10:00
Michael Sproul
ac51d7be3b
WIP beacon state changes
2019-05-13 17:31:47 +10:00
Michael Sproul
2751be9a05
state_processing: verify_deposit v0.6.0
2019-05-13 17:28:37 +10:00
Michael Sproul
4f138fa3fe
state_processing: IndexedAttestation rename
2019-05-13 17:28:04 +10:00
Michael Sproul
bc03e14943
validator_client: IndexedAttestation rename
2019-05-13 17:21:17 +10:00
Michael Sproul
92e88b1b75
spec: apply_rewards tweaks
2019-05-13 17:18:42 +10:00
Michael Sproul
fd56c8fa04
state_processing: winning_root v0.6.1
2019-05-13 17:18:21 +10:00
Michael Sproul
ca73fb72da
state_processing: get_attesting_indices
2019-05-13 17:15:30 +10:00
Michael Sproul
240e269f2f
types: more v0.6.1 updates
2019-05-13 17:13:56 +10:00
Paul Hauner
bf23a5b7b0
Merge pull request #369 from sigp/fixed-vec
...
Implement fixed-length lists for BeaconState
2019-05-13 15:16:03 +10:00
Paul Hauner
fcabef91da
Use E
for EthSpec
trait, instead of B
2019-05-13 14:44:43 +10:00
Paul Hauner
afa8fff31a
Remove old tree_hash_vector
file
2019-05-13 14:14:40 +10:00
Paul Hauner
ce8ebeccbc
Rename BeaconStateTypes
to EthSpec
2019-05-10 14:47:09 +10:00
Paul Hauner
c1fa20b3e1
Merge pull request #372 from sigp/improve-docs
...
Small docs improvement
2019-05-10 13:49:41 +10:00
Luke Anderson
93a4bef41c
Very small wording/typo fixes for docs.
2019-05-10 13:49:01 +10:00
Paul Hauner
3be80ba9a9
Marginally improve cached_tree_hash
docs
2019-05-10 13:29:43 +10:00
Paul Hauner
178de35500
Merge pull request #371 from sigp/paulhauner-patch-1
...
Update README badges
2019-05-10 13:27:35 +10:00
Paul Hauner
fd78004ef9
Update README badges
...
- Changes the travis badge to a gitlab badge.
- Adds a docs badge.
- Does not modify the gitter badge.
- Restructures the badge markdown for readability.
2019-05-10 11:49:28 +10:00
Paul Hauner
75b310a078
Add convenience methods to BeaconStateTypes
2019-05-10 11:23:19 +10:00
Paul Hauner
59883603ac
Remove state_processing
tests, update travis
2019-05-10 10:28:18 +10:00
Paul Hauner
42765f2614
Merge branch 'master' into fixed-vec
2019-05-10 09:47:07 +10:00
Paul Hauner
3115bf7d36
Fix operation_pool
release-only tests
2019-05-10 09:45:28 +10:00
Paul Hauner
be9f8aa0bf
Fix fork_choice
release-only tests
2019-05-10 09:45:08 +10:00
Paul Hauner
77c4b6eafe
Add progress on op pool test fixes
2019-05-09 18:56:41 +10:00
Paul Hauner
1f9b971495
Merge pull request #370 from sigp/gitlab-docs
...
GitLab autobuild lighthouse-docs & Improve Caching
2019-05-09 13:42:34 +10:00
Paul Hauner
2a938f2fd5
Fix clippy lints
2019-05-09 13:35:00 +10:00
Paul Hauner
0ac278f44d
Update validator_client
for BeaconStateTypes
2019-05-09 12:19:52 +10:00
Paul Hauner
49c92ef167
Remove attester, block_producer & test_harness
2019-05-09 11:48:14 +10:00
Paul Hauner
4c0c93f0c9
Update beacon_node
to work w/ BeaconStateTypes
2019-05-09 09:40:32 +10:00
Paul Hauner
42b7aa89d4
Update network
and rpc
to BeaconStateTypes
2019-05-08 19:38:18 +10:00
Paul Hauner
51dc97ee42
Allow fork_choice
and beacon_chain
to compile
2019-05-08 18:18:17 +10:00
Paul Hauner
9fd8af8428
Update operations_pool
for new BeaconStateTypes
2019-05-08 17:07:26 +10:00
Paul Hauner
ae09a00090
Update db
crate for new BeaconStateTypes
2019-05-08 17:06:39 +10:00
Paul Hauner
6ea538938b
Fix state_processing
under new BeaconStateTypes
2019-05-08 16:35:22 +10:00
Paul Hauner
81c1dcceec
Add spec
fn to BeaconStateTypes
2019-05-08 16:29:27 +10:00
Paul Hauner
8cefd20e9d
Add progress on state_processing fixed-len update
2019-05-08 15:36:02 +10:00
Paul Hauner
7a67d34293
Add FewValidatorsBeaconState
for testing
2019-05-08 13:26:19 +10:00
Paul Hauner
5ba069c774
Implement new BeaconStateTypes
trait in types
2019-05-08 13:08:37 +10:00
Luke Anderson
ac3616251a
Updated Travis config, to not test the --release builds, since they're done on GitLab, and to keep the registry in the cache for now.
2019-05-08 12:32:57 +10:00
Luke Anderson
007b56bf27
Removed 'target' from caches, as recommended by https://levans.fr/rust_travis_cache.html . Hopefully this shows significant build speed improvements.
2019-05-08 12:24:26 +10:00
Luke Anderson
47f8cfdb25
Removed 'gitlab-docs' from the docs build stage, since that was just used for testing.
2019-05-08 11:28:35 +10:00
Luke Anderson
ce8a31f0ee
Igoring state_transition_tests_small and test_read_yaml because they are failing to download the correct files.
2019-05-08 01:34:15 +10:00
Luke Anderson
a6a7f5de92
Apparently the 'no-progress' flag is not in the installed aws-cli version, so it must be removed from the aws s3 sync command.
2019-05-08 01:20:55 +10:00
Luke Anderson
699e95cc67
Added 'delete' and 'no-progress' flags to S3 docs sync.
2019-05-08 00:55:02 +10:00
Luke Anderson
aa1342fcbb
Renamed doc stage and excluded the '.lock' file which was causing an S3 sync return error code, failing the build.
2019-05-08 00:52:22 +10:00
Luke Anderson
190bf682db
Updated the gitlab config to generate docs and update them on S3. Will remove the 'gitlab-docs' line in a later commit.
2019-05-08 00:03:36 +10:00