Rename excess blobs and update 4844 json RPC serialization/deserialization (#3745)

* rename excess blobs and fix json serialization/deserialization

* remove coments
This commit is contained in:
realbigsean
2022-11-24 00:41:35 -05:00
committed by GitHub
parent e3ccd8fd4a
commit 58b54f0a53
8 changed files with 236 additions and 89 deletions

View File

@@ -7,6 +7,7 @@ pub mod json_str;
pub mod list_of_bytes_lists;
pub mod quoted_u64_vec;
pub mod u256_hex_be;
pub mod u256_hex_be_opt;
pub mod u32_hex;
pub mod u64_hex_be;
pub mod u8_hex;