chore: dingo 0.19.0
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Fixes #478 Signed-off-by: Aurora Gaffney <[email protected]>
Signed-off-by: wcatz <[email protected]>
Signed-off-by: wcatz <[email protected]>
# Description Prior implementation was suboptimal. We already provide memoized hash of the block header. With these changes not only memoized version of the hash will be used, but also it will not result in two redundant memcopies just for the sake of hash computation (MemoBytes uses `ShortByteString` underneath, so in order to compute the hash through CBOR it needs to be first converted to a lazy `ByteString` and then again converted to a strict `ByteString`, which can later be passed over FFI for hash computation) Also note that: - New code should be properly tested (even if it does not add new features). - The fix for a regression should include a test that reproduces said regression.
- RewardProvenanceResult - RewardInfoPoolsResult - DebugEpochStateResult - DebugNewEpochStateResult - DebugChainDepStateResult Signed-off-by: cryptodj413 <[email protected]>
Signed-off-by: Hyperledger Bot <[email protected]> Co-authored-by: Hyperledger Bot <[email protected]> Co-authored-by: Fabio Pinheiro <[email protected]>
Bump chromedriver from 143.0.2 to 143.0.3 in /packages/e2e-tests
Signed-off-by: Roland Kuhn <[email protected]>