Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 741 Bytes

1095-abci-change-bytes-to-hash.md

File metadata and controls

13 lines (11 loc) · 741 Bytes
  • [tendermint] Change hash fields' type from Bytes (#1095):

    Struct Field Type
    abci::request::OfferSnapshot app_hash AppHash
    abci::response::Info last_block_app_hash AppHash
    abci::response::InitChain app_hash AppHash
    Genesis app_hash AppHash
  • [tendermint] Remove method AppHash::value, replaced with non-allocating AppHash::as_bytes #1232.