Sebastian Miasojed
Sebastian Miasojed
## Summary Closes #_ - [ ] y/n | Does it introduce breaking changes? - [ ] y/n | Is it dependant on the specific version of `cargo-contract` or `pallet-contracts`?...
Optimize storage consumption for the examples-test and test jobs; it currently takes almost 19GB, whereas on GitHub's standard machine, we have 14GB of free space. It is needed before migration...
## Summary Closes #_ - [ ] y/n | Does it introduce breaking changes? - [ ] y/n | Is it dependent on the specific version of `ink` or `pallet-contracts`?...
Currently, both options are being used, each with similar functionality but employing slightly different grammar. This discrepancy requires RPC command parameters to be formatted differently from other commands. `scale_value` parser:...
**Is your feature request related to a problem? Please describe.** The tests mentioned in the title cannot be run in parallel, resulting in long CI times. They fail when run...
This PR implements the `READ_ONLY` flag to be used as a `Callflag` in the `call` function. The flag indicates that the callee is restricted from modifying the state during call...
There are jobs in the CI that are using organization runners because there isn't enough storage space on standard runners. Optimize the jobs and use standard runners.