Nurzhan Saken
Nurzhan Saken
**Describe the bug** Hovering over a button presses it when using the crossterm backend. Termion has the correct behavior. **To Reproduce** 1. `cursive = { version = "0.20.0", default-features =...
Hi! I was able to find [this guide](https://itch.io/post/6743919) by branpower on how to make MasterPlan work on macOS + M1, and it worked for me. However, having no Go experience,...
The `I2::CI::check_for_incorrect_images` job fails sometimes with the following: ``` Error: The version '3.11' with architecture 'x64' was not found for this operating system. ``` [Example log](https://github.com/hyperledger/iroha/actions/runs/8796269117/job/24138820362#step:2:270)
## Description - Add a client CLI command for adding a new signatory to an account (minting a public key for an account). - Add a client CLI command for...
`I2::Dev::Publish::sonarqube-defectdojo` [fails](https://github.com/hyperledger/iroha/actions/runs/9108611943/job/25039754515#step:5:53) due to a rate limit in `dawidd6/[email protected]`: ``` Error: API rate limit exceeded for site ID installation. If you reach out to GitHub Support for help, please include...
Make sure that the contributing guide reflects these recent changes: - we switched to Conventional Commits in #4502 - we stopped labeling new issues and PRs with `iroha2` in #4501...
## Description Remove the association between domains and triggers. ### Linked issue Closes #4630. ### Checklist - [x] I've read `CONTRIBUTING.md` - [x] I've used the standard signed-off commit format...
### Linked issue Closes #4237. ### Checklist - [x] I've read `CONTRIBUTING.md` - [x] I've used the standard signed-off commit format (or will squash just before merging) - [ ]...
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....