iroha
iroha copied to clipboard
Iroha - A simple, enterprise-grade decentralized ledger
## Description Added a method to retrieve a pending partially signed transaction by its transaction hash from the queue. Previously, existing methods required the entire transaction payload, which was cumbersome...
## Description Added ISI for custom instructions, and two tests demonstrating possible use: * Test with one custom instruction `MintAssetForAllAccounts` * Test with simple expression system ### Linked issue Closes...
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.65 to 2.0.66. Release notes Sourced from syn's releases. 2.0.66 Allow braced structs when parsing ExprLet (#1671) Commits b992916 Release 2.0.66 4f0a23f Merge pull request #1671 from...
I have this issue in 4 places. It happens either on `BlockSyncUpdate` or `BlockCreated`. At the time of receiving a new block it's possible that the block is invalid and...
## Description ### Linked issue Closes #{issue_number} ### Benefits ### Checklist - [ ] I've read `CONTRIBUTING.md` - [ ] I've used the standard signed-off commit format (or will squash...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8. Release notes Sourced from clap's releases. v4.5.8 [4.5.8] - 2024-06-28 Fixes Reduce extra flushes Changelog Sourced from clap's changelog. [4.5.8] - 2024-06-28 Fixes Reduce...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.118 to 1.0.120. Release notes Sourced from serde_json's releases. v1.0.120 Correctly specify required version of indexmap dependency (#1152, thanks @cforycki) v1.0.119 Add serde_json::Map::shift_insert (#1149, thanks @joshka) Commits...
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.1 to 3.8.2. Release notes Sourced from serde_with's releases. serde_with v3.8.2 Changed Bump MSRV to 1.67, since that is required for the time dependency. The time version...
## Description * Added `genesis.hash` config parameter and removed `genesis.public_key` * Added command `kagami genesis hash` which calculates hash of genesis block * `kagami genesis sign` still needs genesis key...
Currently, only `InstructionBox` implements `Instruction` out of all ISI wrappers. I expected `RegisterBox`, `MintBox` and the rest of the wrappers to be usable with `iroha.submit_*()` directly, but they are not....