Sabaun Taraki

Results 53 issues of 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...

D2-node
C1-feature
P4-consider
Q2-moderate

### 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...

D2-node
P1-asap
C2-refactoring
Q2-moderate

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...

A1-inprogress
D2-node

### 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...

P2-sometimesoon
C2-refactoring
D4-test
D5-tooling
Q1-easy

### Problem to Solve Make resource distribution more fair and corresponding to the load.

D2-node
C1-feature
P4-consider
Q4-epic

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...

D2-node
C1-feature
P4-consider
Q1-easy

### 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...

D2-node
C1-feature
P3-backlog
Q3-involved

### 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...

C1-feature

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...

A1-inprogress
C2-refactoring
D4-test
D5-tooling