add quoted serialization util for FixedVector and VariableList (#1794)

## Issue Addressed

This comment: https://github.com/sigp/lighthouse/issues/1776#issuecomment-712349841

## Proposed Changes

- Add quoted serde utils for `FixedVector` and `VariableList`
- Had to remove the dependency that `ssz_types` has on `serde_utils` to avoid a circular dependency.

## Additional Info


Co-authored-by: realbigsean <seananderson33@gmail.com>
This commit is contained in:
realbigsean
2020-10-29 23:25:21 +00:00
parent 56f9394141
commit 304793a6ab
8 changed files with 260 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -1797,6 +1797,7 @@ dependencies = [
"eth2_ssz",
"serde",
"serde_derive",
"serde_json",
"serde_utils",
"tree_hash",
"tree_hash_derive",