clearloop
clearloop
### Problem to Solve we currently don't have a RPC call for querying system programs from users' or docs side ### Possible Solution 1. Expand name and ( usage? including...
### Problem to Solve the file structures of gear program are expanding these days, programs constructed by different crates are the default template in our dapp-templates ### Possible Solution This...
### Problem to Solve gtest currently looks for `.binpath` for the wasm binary, which does not exist in the artifacts of `gbuild` ### Possible Solution more conditions in gtest for...
### Problem to Solve cargo-gbuild currently only supports program build after https://github.com/gear-tech/gear/pull/3835, we need gbuild as what we had in the wasm-builder ### Possible Solution add flags to the cli...
### Problem to Solve `cargo-gbuild` for building programs without extra dependencies ( previous in build scripts ) for users ``` cargo install cargo-gbuild cd my-gear-program cargo gbuild ``` ### Possible...
### Problem to Solve https://github.com/gear-tech/gear/actions/runs/8359388178/job/22882606139 ### Possible Solution ```rust assert!(matches(err, ..), format!("{err:?}")) ``` ### Notes _No response_
Resolves #3661 Resolves #3821 Blocked by #3767 Migrates the action script of labeling to `fork-action` for saving the time of debugging, make the action a github repo can have these...
### Problem to Solve the labeling CI is broken after https://github.com/gear-tech/gear/pull/3631 ### Possible Solution include this fix in https://github.com/gear-tech/gear/pull/3764 ### Notes _No response_
### Problem to Solve Lacking of DEX and stable coins, the scenarios of programs ( almost in all of the new chains, near, aptos, etc ) are limited in the...
### Problem to Solve switch to https://github.com/gear-tech/fork-action when we need to update the current implementation https://github.com/gear-tech/gear/blob/master/.github/actions/label/build.js again ### Possible Solution Wrote https://github.com/gear-tech/fork-action last days with more static checks with javascript...