This version includes minor fixes:
- RPC serialization: fixed an RPC serialization issue which caused numbers to be returned as their decimal values instead of hex strings
- Fixed an issue where the pool builder's initialization ignored CLI flags such as
--rpc.txfeecapetc
What's Changed
- fix: modified the header-serde to return hex string responses for RPC by @debjit-bw in #102
- fix: RPC settings from CLI by @debjit-bw in #103
Full Changelog: v1.0.0...v1.0.1