clearloop
clearloop
we can remove the gpages api from gprogram also after this implementation - api: https://github.com/gear-tech/gear/blob/c893ced2a136f25cb9e28f84a723d8453da3507e/program/src/api/storage.rs#L86 - parser: https://github.com/gear-tech/gear/blob/c893ced2a136f25cb9e28f84a723d8453da3507e/program/src/api/utils.rs#L13
I'm thinking of can we implement the staking related logic outside of `runtime/gear/src/lib.rs` or `runtime/vara/src/lib.rs` ( even in the `common` crate via shared traits ) since this part of logic...
https://github.com/polkadot-js/apps/tree/master/packages/apps-config/src/api/spec here also?
is there any DDL for this? I'm interested with this but not pretty sure I can complete it really fast
> Would you please provide more detail info about this bug issue? This bug happens sometimes, and the development server can still work after it happened. If it happens rarely...
Any progress? What if using `#[wasm_bindgen(typescript_custom_section)]`, and ref the type defination to the output `JsValue`? Depends on [chapter 2.9][1]: ```rust /// exports type `Pink` to `.d.ts` #[wasm_bindgen(typescript_custom_section)] const TS_APPEND_CONTENT: &'static...
@andreubotella Thanks for ur advice, this is a good entry for me to contribute to `wasm-bindgen`, I'll try to handle this.
polkadot-js ui changes: - https://github.com/polkadot-js/api/pull/3932
> First possible solution is to identify common parts during program submit. Unfortunately this cannot be done in simple way because of call instructions, which contains function number as argument....
> I have one local version, and the #95 was truely not merged, can @clearloop handle it at free time ? thx for the reminder! @wendajiang btw would you mind...