Roman Shanin
Roman Shanin
I can work on this one
So unfortunately my previous fix was not enough, there is more edge cases like: ``` #[test] fn test_bptree2_map_rangeiter_3() { let map = BptreeMap::from_iter([0, 1, 2, 3, 4, 5, 6, 8].map(|v|...
> I don't think there is any need to support inactive accounts in private blockchains. What about offline transactions? do you think they are required only in public case? Is...
Requirement for auto registration emerge from our implementation details (account structs holds assets). Shouldn't we reconsider this? In this case we would allow isi where target account is not registered...
It looks like we can enable it through `WASMTIME_BACKTRACE_DETAILS`, not bad default Also if `wasm` is optimized (stripped) we won't get much info on what went wrong anyway.
Interesting, when you visualized it this way i noticed that either removal of account or domain can have cascade a lot. Like: 1. removal of domain owner would delete it's...
Not really comfortable with using unsafe. What is going under the hood is that `WasmCache` contain inside state transaction with lifetime `
Ok, i can see that `unstable_network` tests passed, but the rest of `extra_functional` tests are still not working with failure to wait for genesis. Probably i should apply new async...
Closing for now in favor of #5087.
There is also a issue that `panics` SHOULD be detected by panic `set_hook` which should print panic and shutdown iroha, but there is [problems](https://github.com/hyperledger/iroha/blob/97aeb130af589027e73dbe8b520f916852416cec/cli/src/lib.rs#L186) with it.