iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Iroha - A simple, enterprise-grade decentralized ledger

Results 749 iroha issues
Sort by recently updated
recently updated
newest added

`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...

iroha2-dev

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...

iroha2-dev

> 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...

iroha2-dev

> Then it should be in `error` module _Originally posted by @Arjentix in https://github.com/hyperledger/iroha/pull/3663#discussion_r1261575964_

iroha2-dev

> 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...

iroha2-dev

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/) -...

iroha2-dev

```json "AccountEventSet": { "Bitmap": { "repr": "u32", "masks": [ { "name": "AnyAsset", "mask": 1 }, { "name": "Created", "mask": 2 }, { "name": "Deleted", "mask": 4 }, ``` Why don't...

question
iroha2-dev

```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`

Bug
iroha2-dev

## 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....

api-changes