iroha
iroha copied to clipboard
Iroha - A simple, enterprise-grade decentralized ledger
`docker-compose.dev.*.yml` are generated by `iroha_swarm`. Such a change should be reflected there. Moreover, Swarm has tests that should ensure that it cannot generate incomplete configuration... Actually, this PR shows that...
As a slight recommendation, o'd wager this doesn't need to be represented as a string, but rather there ought to be an enum for this _Originally posted by @appetrosyan in...
> Maybe here we need to make a distinction along a different axis. This is related to the above discussion of language. We have three things that fit the definition...
> Then it should be in `error` module _Originally posted by @Arjentix in https://github.com/hyperledger/iroha/pull/3663#discussion_r1261575964_
> I agree that `migrate` doesn't look nice in `Validate` trait. My hope is that we eventually rename it to `Execute` _Originally posted by @Arjentix in https://github.com/hyperledger/iroha/pull/3707#discussion_r1267958513_ My 2 cents...
I'm trying to build iroha in an IMX8 mini device. This is the device specs: - CompuLab UCM-iMX8M-Mini board based on System on Module: [UCM-iMX8M-Mini](https://www.compulab.com/products/computer-on-modules/ucm-imx8m-mini-nxp-i-mx-8m-mini-som-system-on-module-computer/) - Carrier board: [SB-UCMiMX8M](https://www.compulab.com/products/computer-on-modules/ucm-imx8m-plus-nxp-i-mx-8m-plus-som-system-on-module-computer/) -...
```json "AccountEventSet": { "Bitmap": { "repr": "u32", "masks": [ { "name": "AnyAsset", "mask": 1 }, { "name": "Created", "mask": 2 }, { "name": "Deleted", "mask": 4 }, ``` Why don't...
```json "AccountEventSet": { "Bitmap": { "repr": "u32", ``` I don't think that unsigned vs signed conveys meaningful information for a bitmap, rather it should be `"repr": 32`
## Description ### Linked issue Closes #4563 ### Benefits ### Checklist - [ ] I've read `CONTRIBUTING.md` - [ ] I've used the standard signed-off commit format (or will squash...
_Reopening #4596 due to some GitHub force-push branch-recreate issues_ --- ## Description This PR solves a few problems: - Allows executor define its config parameters through a single `ExecutorDataModel` entity....