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 |
|
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
|
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
|
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
|
2a938f2fd5
|
Fix clippy lints
|
2019-05-09 13:35:00 +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
|
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
|
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 |
|
Paul Hauner
|
009d05cafd
|
Implement basic FixedLenVec
|
2019-05-07 18:42:41 +10:00 |
|
Paul Hauner
|
e13bc5cd19
|
Merge pull request #346 from sigp/testnet-key-load
Added deterministic keypair generation
|
2019-05-07 16:10:26 +10:00 |
|
Luke Anderson
|
934cb5af5f
|
Merge branch 'master' into testnet-key-load
|
2019-05-06 11:13:16 +10:00 |
|
Johns Beharry
|
06362d32d3
|
chore(hashing/merkle_root): remove semi colon on returns
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:28 +03:00 |
|
Johns Beharry
|
725401d2e1
|
test(hashing/merkle_root): write test for empty vector and odd leaf count
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:27 +03:00 |
|
Johns Beharry
|
8429f3bff1
|
chore(hashing): update comments of fn merkle_root
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:27 +03:00 |
|
Johns Beharry
|
9fbacbf967
|
chore(merkle_root): move function into lib.rs
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:27 +03:00 |
|
Johns Beharry
|
5f9e93d338
|
chore(merkle_root): split function to it's own file
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:26 +03:00 |
|
Johns Beharry
|
80ac60cc0e
|
feat(merkle_root): calculate merkle root from leaves
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:26 +03:00 |
|
Johns Beharry
|
af87fbf203
|
feat(merkle_root): hash vector of leafs to get merkle_root
Signed-off-by: Johns Beharry <johns@peakshift.com>
|
2019-04-30 08:24:26 +03:00 |
|
Paul Hauner
|
84d72cfed6
|
Tidy and add docs for cached tree hash
|
2019-04-29 17:46:01 +10:00 |
|
Paul Hauner
|
f622aa0b65
|
Add doc comments to vec impl
|
2019-04-29 15:45:02 +10:00 |
|
Paul Hauner
|
f20314bd87
|
Fix clippy lints, impl treehash for slices
|
2019-04-29 15:32:41 +10:00 |
|
Paul Hauner
|
240d1e197a
|
Ignore clippy range_plus_one lints
|
2019-04-29 14:24:57 +10:00 |
|
Paul Hauner
|
a90bbbfd82
|
Address various clippy lints, improve comments
|
2019-04-29 14:04:52 +10:00 |
|
Paul Hauner
|
52695c29e8
|
Improve cached hash testing in types
|
2019-04-29 10:57:39 +10:00 |
|
Paul Hauner
|
fbf8fad4f1
|
Add counter-resets to reset_modifications
|
2019-04-29 10:57:19 +10:00 |
|
Paul Hauner
|
0599d3f1f8
|
Remove redundant type param fom CachedTreeHash
|
2019-04-29 07:48:48 +10:00 |
|
Paul Hauner
|
6258abfa9f
|
Tidy per_slot_processing fn
|
2019-04-29 07:34:01 +10:00 |
|
Paul Hauner
|
68b36787e2
|
Move leaf node creation into separate fn
|
2019-04-28 20:30:48 +10:00 |
|
Paul Hauner
|
58308e3dc5
|
Modify example execution counts
|
2019-04-28 19:10:59 +10:00 |
|
Paul Hauner
|
a4559e798d
|
Add benches, examples for cached hashing.
Ignore flamegraph files
|
2019-04-28 11:38:32 +10:00 |
|
Paul Hauner
|
4dd1239b24
|
Add caching to state transition
|
2019-04-28 11:33:48 +10:00 |
|
Paul Hauner
|
c58723350c
|
Improve cached hashing performance
|
2019-04-28 11:33:29 +10:00 |
|
Paul Hauner
|
89d64b007f
|
Run cargofmt --all
|
2019-04-27 19:04:26 +10:00 |
|
Paul Hauner
|
6c9be1a73c
|
Add tree hash cache as field to BeaconState .
|
2019-04-27 19:02:52 +10:00 |
|
Paul Hauner
|
b70ebd09ea
|
Increase detail of cached hashing testing
|
2019-04-27 16:33:31 +10:00 |
|