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

Unfortunately, floating point types are non-robust in Rust. This means they should be serialized into a robust type when being sent over FFI

iroha2

### Feature request This structure in `telemetry/src/config.rs`: ```rs pub struct Configuration { /// The node's name to be seen on the telemetry #[config(serde_as_str)] pub name: Option, /// The url of...

Enhancement
question
iroha2

Right now `Account` stores permission tokens and roles. Roles are stored as ids, their permission tokens aren't stored at `Account`, instead they are stored in `WorldStateView`. The problem is that...

iroha2
api-changes
Refactor
Security
Red

### Feature request We might consider expanding the scope of `IntoSchema` to parse `Struct`-like variants, instead of referring the users to a non-existent style guide. ### Motivation In most cases...

Enhancement
iroha2
macros

Right now the documentation is only generated for configuration parameters, and done very inefficiently. It's possible to generate the docs as we do right now using `cargo doc` which would...

iroha2

Signed-off-by: Aleksandr Petrosyan ### Description of the Change Add changelog

version bump
iroha2
Security

# Overview The current implementation of `Encode`-able and `Decode`-able structures, namely `Instruction`, `Query`, `EventFilter` implementations suffer from having many associated boxed types like `RegisterBox`, `IdentifiableBox` etc. These pollute the code...

iroha2
api-changes

The block header value intentionally omits the `view_change_proofs` from the `BlockHeader` defined in `iroha_core::block`. We should add that information back in.

iroha2
I2-Explorer

What assumptions should we make about the storage medium Kura uses? Is it reliable, is it always online? These are important questions that impact the design of kura and by...

Enhancement
question
iroha2