Sabaun Taraki
Sabaun Taraki
@nsjames 1. Yeah, I could find a new account in Scatter after its creation. 2. I add permissions within account creation transaction.
Alright... As far as I know, I can sign tx with `base` account if I have proper permissions over `newAccount` when using cleos. So, we treat such type of transactioning...
> First linked issue seems misprinted for the PR Yeah, corrected that
Will be nice to move program storage to `pallet-gear-program` as well.
Will be implemented, If only decide to implement #913
After some research of `wasm-instrument` and `parity-wasm` crates we decided to just call `except` on the result of the re-instrumentation. Some reasons for that: 1. Serialization/deserialization errors can't occur on...
Real example, how the size can be less than 512 kiB, but instrumentation fails due to total gas overflow: https://github.com/gear-tech/gear/issues/1353
After some discussions with @breathx there are several ideas: 1. Pause failing during instrumentation program. Program is waiting in the pause state for free (because our changes were reasons for...
Details are given privately
After #1498 will work on "send_message"