pscott
|
7396cd2cab
|
Fix clippy warnings (#813)
* Clippy account manager
* Clippy account_manager
* Clippy beacon_node/beacon_chain
* Clippy beacon_node/client
* Clippy beacon_node/eth1
* Clippy beacon_node/eth2-libp2p
* Clippy beacon_node/genesis
* Clippy beacon_node/network
* Clippy beacon_node/rest_api
* Clippy beacon_node/src
* Clippy beacon_node/store
* Clippy eth2/lmd_ghost
* Clippy eth2/operation_pool
* Clippy eth2/state_processing
* Clippy eth2/types
* Clippy eth2/utils/bls
* Clippy eth2/utils/cahced_tree_hash
* Clippy eth2/utils/deposit_contract
* Clippy eth2/utils/eth2_interop_keypairs
* Clippy eth2/utils/eth2_testnet_config
* Clippy eth2/utils/lighthouse_metrics
* Clippy eth2/utils/ssz
* Clippy eth2/utils/ssz_types
* Clippy eth2/utils/tree_hash_derive
* Clippy lcli
* Clippy tests/beacon_chain_sim
* Clippy validator_client
* Cargo fmt
|
2020-01-21 18:38:56 +11:00 |
|
Paul Hauner
|
97a45cdcb8
|
Address Michael's comments
|
2019-09-26 13:00:31 +10:00 |
|
Paul Hauner
|
6a870d468c
|
Add ssz_fixed_len method to ssz::Encode
|
2019-09-08 12:23:37 -04:00 |
|
Paul Hauner
|
7a2ab2e9aa
|
Add support for SSZ union type via Option
|
2019-06-04 12:03:54 +10:00 |
|
Paul Hauner
|
a0148b5aae
|
Rename SSZ traits (Encodable -> Encode)
|
2019-05-13 15:12:19 +10:00 |
|
Paul Hauner
|
94ab2479fe
|
Add docs to SSZ
|
2019-05-13 14:13:15 +10:00 |
|
Paul Hauner
|
eb62b5842d
|
Update beacon node crates for new SSZ
|
2019-05-13 12:07:32 +10:00 |
|
Paul Hauner
|
c31ef5cf7f
|
Remove old code, fix bug with MAX_LENGTH_VALUE
|
2019-05-06 11:51:50 +10:00 |
|
Paul Hauner
|
56fe63f78d
|
Improve allocations for SszEncoder
|
2019-05-06 09:58:31 +10:00 |
|
Paul Hauner
|
480c5ff160
|
Update SszEncoder
|
2019-05-06 09:26:58 +10:00 |
|
Paul Hauner
|
aeb17c73f6
|
Add SszEncoder
|
2019-05-06 09:01:28 +10:00 |
|
Paul Hauner
|
daf6912d18
|
Begin refactor for less allocation
|
2019-05-06 08:47:49 +10:00 |
|
Paul Hauner
|
0bd5119f19
|
Replace ssz with ssz2, adapt ssz_derive
|
2019-05-04 14:11:48 +10:00 |
|
Kirk Baird
|
9cef6a5814
|
Finish implementing Darrens migrate-ssz-little-endian and add wrapper to check for ssz underflow
|
2019-03-18 18:11:46 +11:00 |
|
Darren Langley
|
0da268ad5f
|
cargo fmt fixes
|
2019-02-16 06:52:10 +10:00 |
|
Darren Langley
|
c59bab58d2
|
big to little endian, some more tests
|
2019-02-15 20:46:06 +10:00 |
|
Paul Hauner
|
35c914baa6
|
Revert "Merge pull request #200 from sigp/new-structure"
This reverts commit d7a3545be1, reversing
changes made to 1da06c156c.
|
2019-02-14 12:09:18 +11:00 |
|
Paul Hauner
|
1d5ff4359a
|
Strip out old code
All of these files have been moved to either:
- https://github.com/sigp/lighthouse-beacon
- https://github.com/sigp/lighthouse-validator
- https://github.com/sigp/lighthouse-common
For rationale, see: https://github.com/sigp/lighthouse/issues/197
|
2019-02-13 14:15:53 +11:00 |
|
Paul Hauner
|
e16f9e0aec
|
Rename beacon_chain/ -> eth2/
|
2019-01-22 16:16:02 +11:00 |
|