Sabaun Taraki
Sabaun Taraki
I am trying to `setcode` to a newly created account by my `baseAccount`. I have made a tx with 2 actions: *newaccount* and *buyrambytes*. All these actions were performed by...
### Problem to Solve Current solution provided in #897 and #1324 doesn't give any type-level guarantees that re-instrumentation won't fail. ### Possible Solution We can invalidate code storage if program's...
### Problem to Solve Need to resolve these todos https://github.com/gear-tech/gear/blob/ab6c1d66195aafa29c9840cc6f4e0c36db536b54/pallets/gear/src/lib.rs#L751-L772 The problem is quite serious. We should not stuck in the state, when most of codes can't be re-instrumented. To...
Resolves #827. The idea of the current solution is described in the issue's page. However, due to lack of type-level guarantees, that `expect`ing re-instrumentation won't fail, we state another to...
### Problem to Solve Property tests give a great advantage in checking invariants, however **take lots of time in comparison to other tests.** ### Possible Solution Would be nice to...
### Problem to Solve Make resource distribution more fair and corresponding to the load.
Some works on removing constant time limits of executing extrinsics and processing dispatches in the queue (i.e., time for `on_idle`) are planned. We need to make tests that prove an...
### Problem to Solve Not used to initialize a program codes can be stored in the storage with `submit_code` call. ### Possible Solution Charge some "rent" from users or delete...
### Notes Very preferable to make this in a separate crate, because that will be used for another tool in the project. - [x] MVP #1602 - [ ] #1564...
1. Log activity using specialized crate (tokio's `tracing`). It much simplifies our logging logic. 2. Fix bug with investigating node crashing. Now we check blocks running with timeout. 3. Enable...