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
|
6a870d468c
|
Add ssz_fixed_len method to ssz::Encode
|
2019-09-08 12:23:37 -04:00 |
|
Michael Sproul
|
44ed3228b9
|
ssz: implement Encode and Decode for tuples
|
2019-07-01 14:54:34 +10:00 |
|
Paul Hauner
|
39ec96ad82
|
Run rustfmt
|
2019-06-07 02:55:43 -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
|
16a8cdb714
|
Add tests for excess bytes in SSZ
|
2019-05-13 13:51:58 +10:00 |
|
Paul Hauner
|
f96a6268e5
|
Remove old dbg! statements from tests
|
2019-05-12 09:34:01 +10:00 |
|
Paul Hauner
|
fc2a406edf
|
Fix bug in ssz decoding
|
2019-05-11 22:25:28 +10:00 |
|
Paul Hauner
|
1f7b7ec498
|
Add tests for SSZ offset attacks
|
2019-05-11 19:09:27 +10:00 |
|
Paul Hauner
|
9d27f67643
|
Tidy SSZ decode impls
|
2019-05-06 11:36:00 +10:00 |
|
Paul Hauner
|
daf6912d18
|
Begin refactor for less allocation
|
2019-05-06 08:47:49 +10:00 |
|
Paul Hauner
|
c5f00d1666
|
Update SSZ derive macro, create failing test
|
2019-05-05 12:11:25 +10:00 |
|
Paul Hauner
|
b5d9157722
|
Add tests for derived encoding
|
2019-05-04 18:06:01 +10:00 |
|
Paul Hauner
|
0bd5119f19
|
Replace ssz with ssz2 , adapt ssz_derive
|
2019-05-04 14:11:48 +10:00 |
|