Paul Hauner
|
96f4a30f64
|
Force Debug and PartialEq on reader traits.
|
2019-01-08 17:04:15 +11:00 |
|
Paul Hauner
|
3876e29f6e
|
Fix clippy lints
|
2019-01-04 18:30:24 +11:00 |
|
Paul Hauner
|
ad91648f30
|
Tidy up SSZ testing on types crate
|
2019-01-04 18:10:14 +11:00 |
|
Paul Hauner
|
1081529cc7
|
Add basic BeaconChain struct
|
2018-12-30 13:03:20 +11:00 |
|
Paul Hauner
|
8308ea4932
|
Fix old instances of shards being u16
|
2018-12-29 14:35:03 +11:00 |
|
Paul Hauner
|
b365bb8773
|
Re-add ValidatorRecord::status_is() fn
It was accidentally removed.
|
2018-12-29 14:34:22 +11:00 |
|
Paul Hauner
|
9efc7a0def
|
Remove unused types::common mod
|
2018-12-29 14:33:48 +11:00 |
|
Paul Hauner
|
39f2171053
|
Implement ssz Enc/Decode for BeaconState + more
|
2018-12-28 19:46:33 +11:00 |
|
Paul Hauner
|
79093f6ad1
|
Merge branch 'master' into issue/105/genesis
|
2018-12-26 10:52:56 +11:00 |
|
Paul Hauner
|
9764cb0ef3
|
Remove some Default impls from types
|
2018-12-26 09:12:11 +11:00 |
|
Paul Hauner
|
3c4541156a
|
Add BeaconBlock genesis
|
2018-12-25 19:25:48 +11:00 |
|
Paul Hauner
|
b978db23fc
|
Merge new beacon block, Rust 2018
|
2018-12-25 19:00:41 +11:00 |
|
Paul Hauner
|
b95395d1e1
|
Rename types::random types::test_utils
|
2018-12-25 10:36:49 +11:00 |
|
Paul Hauner
|
6f039e6e6a
|
Add ssz enc/dec for beacon block
|
2018-12-23 23:41:22 +11:00 |
|
Paul Hauner
|
368a218af4
|
Add types, more ssz testing for existing types
|
2018-12-21 15:44:11 +11:00 |
|
Paul Hauner
|
c9f82f8a1d
|
Implement ssz enc/decode for beaconblock
Not yet fully tested
|
2018-12-19 17:56:09 +11:00 |
|
Paul Hauner
|
0260564c15
|
Begin implementing new types
|
2018-12-18 18:09:21 +11:00 |
|
Paul Hauner
|
92ed2ffc22
|
Update Attestation to use new bls structs
|
2018-12-18 17:30:34 +11:00 |
|
Paul Hauner
|
fdca969868
|
Merge pull request #119 from ralexstokes/remove-active-validators-crate
Remove active validators crate
|
2018-12-13 17:46:01 +11:00 |
|
Paul Hauner
|
96c2012434
|
Add canonical_hash method to BeaconState
|
2018-12-13 17:32:48 +11:00 |
|
Paul Hauner
|
220a5bad76
|
Add clone method to some types
|
2018-12-13 17:32:17 +11:00 |
|
Alex Stokes
|
1ff47720f1
|
Clean up representation of ValidatorStatus
|
2018-12-12 19:05:32 -08:00 |
|
Paul Hauner
|
4f0a223579
|
Change some ShardAndCommittee -> ShardCommittee
|
2018-12-13 12:28:37 +11:00 |
|
Paul Hauner
|
56dc73fbd1
|
Update some shard u16 to u64
This is pretty hacky, is just serving my purpose for `BeaconChain`.
These structs will need to be fully updated to the latest spec.
|
2018-12-12 18:35:31 +11:00 |
|
Paul Hauner
|
c944c435e2
|
Update CrosslinkRecord to latest spec
Addresses #100
|
2018-12-12 18:30:20 +11:00 |
|
Paul Hauner
|
89bea5b5e8
|
Update BeaconState rename ShardCommittee
Both structs are now consistent with the spec.
Addresses #100
|
2018-12-12 18:25:21 +11:00 |
|
Paul Hauner
|
4d0641636e
|
Rename AttestationRecord -> Attestation
|
2018-12-12 12:16:11 +11:00 |
|
Alex Stokes
|
fa3d9bdb07
|
begin the transition to using ValidatorStatus as a distinct type
|
2018-12-11 15:17:55 -08:00 |
|
Alex Stokes
|
d3681e876a
|
add method to determine validator status
|
2018-12-11 15:16:25 -08:00 |
|
Paul Hauner
|
0f9482f9d1
|
Complete attestation_validation, bar tests
|
2018-12-10 09:33:57 +11:00 |
|
Paul Hauner
|
3533b8b892
|
Add untested attestation validation logic
|
2018-12-06 18:16:03 +11:00 |
|
Paul Hauner
|
d4b6d81c9d
|
Merge branch 'beacon-state-pub-fields' into attestation-update
|
2018-12-05 09:46:50 +11:00 |
|
Paul Hauner
|
140df1a689
|
Make all BeaconState fields public (doh!)
|
2018-12-05 09:45:03 +11:00 |
|
Paul Hauner
|
e0360edde0
|
Update ssz_utils for new AttestationRecord .
|
2018-12-04 14:50:47 +11:00 |
|
Paul Hauner
|
6e0daec1da
|
Update AttestationData struct
|
2018-12-04 14:50:32 +11:00 |
|
Paul Hauner
|
1e3fd1ff80
|
Add ssz encode/decode for AttestationData
|
2018-12-03 16:19:31 +11:00 |
|
Paul Hauner
|
430bc224a4
|
Update BeaconState object
Also adds the following structs:
- AttestationData
- ForkData
- PendingAttestationRecord
The `AttestationRecord` object has _not_ been updated.
|
2018-12-03 14:29:05 +11:00 |
|
Paul Hauner
|
3ed4de65d2
|
Add new State type and dependant types
|
2018-11-25 15:39:50 +11:00 |
|
Alex Stokes
|
a695382260
|
Run cargo fmt that got clobbered in merge
|
2018-11-20 12:54:35 -08:00 |
|
Alex Stokes
|
11cdf66079
|
Remove warning about unused import
|
2018-11-20 12:51:51 -08:00 |
|
Alex Stokes
|
57dcad149f
|
Fixes bug with ssz encoding of BooleanBitfield
|
2018-11-20 12:40:13 -08:00 |
|
Alex Stokes
|
72cf7ad1bd
|
Begin updating tests to reflect changes to bitfield
|
2018-11-20 12:40:13 -08:00 |
|
Alex Stokes
|
37b05e1a5b
|
get tests passing (except one)
|
2018-11-20 12:38:23 -08:00 |
|
Alex Stokes
|
a9decd3aed
|
Simplifies the boolean-bitfield implementation to use bit-vec crate
|
2018-11-20 12:34:28 -08:00 |
|
Paul Hauner
|
900ffac5e0
|
Run rustfmt globally.
Using `$ cargo fmt` in the root. Closes #68.
|
2018-11-04 15:35:55 +01:00 |
|
Paul Hauner
|
46da9b670f
|
Add untested minimum viable block processing
|
2018-10-30 15:49:32 +01:00 |
|
Paul Hauner
|
b2495cbcff
|
Fix clippy lints
|
2018-10-24 15:40:09 +02:00 |
|
Paul Hauner
|
cc28b7370d
|
Extend chain config
|
2018-10-23 23:44:46 +02:00 |
|
Paul Hauner
|
06c20857c8
|
Add slot duration to chain config
|
2018-10-23 13:09:47 +02:00 |
|
Paul Hauner
|
0536fb4a91
|
Update ShardAndCommittee per new spec
- `shard_id` -> `shard`
|
2018-10-23 12:28:07 +02:00 |
|