Mykhailo Lohachov
Mykhailo Lohachov
Platform: Linux Fix the issue when Solar crashes with a segmentation fault on loading an invalid image file (`.png`, `.jpg`, `.bmp`). ### Steps to reproduce: 1. Create an empty file...
**Pyarts version: '2.6.14'** Functions that use `chk_rte_pos/los` validate both `rte_pos/los` and `rtp_pos/los`. However, when an error occurs in functions that take `rtp_pos/los`, the error message incorrectly refers to `rte_pos/los`, which...
**First part of #5147 (**Draft**)** **This PR refactors the following:** 1. Previously, in a transaction, a single wasm executable can be submitted instead of instructions. Here, WASM execution was transferred...
Adds fee receiver options. New functionality can be access by upgrading the executor to `fees_executor` (See example in [tests](https://github.com/hyperledger-iroha/iroha/pull/5333/files#diff-77b6811b7eaecccde13b71111c7940e36a117d32ff0e37b399e0b4e89cb49aba)). Fees are read-only at this moment. Default fees options are obtained...
https://github.com/hyperledger-iroha/iroha/pull/5300#discussion_r1964554761 Let NetworkBuilder report errors when a panic in a peer occurs.
In the https://github.com/hyperledger-iroha/iroha/pull/5465 PR, wasm execution calls are made, requiring a more advanced way to control wasm fuel usage. **Some of the obvious issues that this issue aims to cover:**...