AlexStroke
AlexStroke
Cover devops-related functions with autotests (/metrics, /status, /helscheck , …)
## 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...
### Objective: ### Requirements:
### Objective: We need to extend the functionality of our iroha_client_cli to allow users to add new signatories to existing accounts. ### Requirements: - Suggested command format: ``` ./iroha_client_cli account...
### Objective: Develop and integrate a new command into the iroha_client_cli tool for burning (permanently deleting) public keys from an account in the Iroha blockchain network. ### Requirements: The command...
## Description ### Linked issue Closes #4563 ### Benefits ### Checklist - [ ] I've read `CONTRIBUTING.md` - [ ] I've used the standard signed-off commit format (or will squash...
### OS and Environment MacOS M1, Docker Hub ### GIT commit hash 1de71ba ### Minimum working example / Steps to reproduce ```bash docker compose up docker restart swarm-irohad0-1 ``` ###...
**Objective**: Reduce test flakiness by ensuring transactions are confirmed on all peers before proceeding. - Review the 'submit and block' function in the Python SDK: https://github.com/hyperledger/iroha-python/pull/196/files; - Review the mechanism...