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

## Description Remove `executor.wasm` from git, executor is built in the CI. ### Linked issue Closes #4549

CI

signing of genesis isn't required. Just produce a `HashOf` and distribute it to all users to verify the block. This means to replace `GENESIS_PUBLIC_KEY` with `GENESIS_HASH` in the config file

logically, there is 3 apis: 1. client - server 2. server - executor 3. client - executor 4th is executor foreign functions and their payload. This one shouldn't be mixed...

question

Let's move the discussion from telegram here: Let's tentatively call a national payment system "domestic chain" here. The question is, how can a domestic chain be sure that a transaction...

Enhancement
research

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

api-changes
Refactor

### 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) - [ ]...

Look like we sign over whole block not just header. I see few problems with that: - redundant becasue in the block header merkle root of transactions is alredy included...

question

## Description This PR is a first step towards more type-safe queries (#4569). It adds traits for singular and iterable queries and prohibits supplying filters, sorting, pagination and batching parameters...

## Description Updated the contributing guide with reference to issues #4502, #4501, #4433. ### Linked issue Closes #4585 ### Benefits ### Checklist - [X] I've read `CONTRIBUTING.md` - [X] I've...