mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
c0e5c26da1
* Refactor api.nim to provide more informative failure reasons. Distinct between unexpected data and unexpected code. Deprecate Option[T] usage. * Fix 400 for produceBlindedBlock(). Get proper string conversion for strategy. * Fix SSZ encoded versions of ProduceBlockResponseV2, ProduceBlockResponseV2 can be received and decoded. Fix done() warnings. Bump presto. * Fix compilation error with new presto. Use TcpNoDelay option for Web3Signer. * Fix produceBlockV2() should provide SSZ responses too. * Address block encoding issue. * Fix signing test. * Bump presto. * Address review comments.