Skip to content

v1.3.8 - Kami Road

Choose a tag to compare

@vans163 vans163 released this 11 Dec 19:10
· 54 commits to main since this release
image

Update before epoch 434:

  • Adds new ExecutionReceipt
#[derive(Clone, Debug)]
pub struct ExecutionReceipt {
    pub txid: Vec<u8>,
    pub success: bool,
    pub result: Vec<u8>,
    pub exec_used: Vec<u8>,
    pub logs: Vec<Vec<u8>>,
}
  • Adds storage deposit of 1.0 AMA which is refunded at TX END
  • Ensures some extra correctness of TXPool
  • Continuing work on VM cost counting and import calling