Roman Shanin
Roman Shanin
> What are your guys opinion on the data model changes I would like to introduce I agree about struct for hard-coded configuration.
> cargo test -p iroha_core --lib -- snapshot::tests::can_read_snapshot_after_writing seems to be failing since https://github.com/hyperledger/iroha/commit/1606d088fdbfaec3d8cce4a561e2991ba24c49c6 Going to fix this issue
Yes, it is done by calling triggers, currently calling triggers is not supported by client cli, but `json` command can be used. Also since multi-signature transactions are opt in, there...
> I'm not sure if a single top-level storage can withstand billions of accounts that Iroha ultimately aims for. Can't fully agree since when having all accounts in the one...
One possible solution might be to check not query itself, but query output per value to determine if seeing this value is allowed. However it might have big performance hit....
@mversic your opinion?
Ok, make sense to separate node level and client level violations.
However we should still keep in mind that such issues are possible even in case of permissioned blockchain if multiple parties (with their own interest) run the network.
> Why do we use archlinux as the base image for the build stage? Afaik it was chosen just because it's easy to install rust, so imo we can replace...
When implementing this feature care should be taken to insure that every peer produce the same genesis block. Currently while still having the same genesis transaction other parts of `BlockPayload`...