frankli-dev
frankli-dev
`orml_currencies`'s sudo access function `updateBalance` is not working for Native Currency. It correctly calls the `pallet_balances`/`deposit_creating` but it doesn't update the balances. But if there is a problem, other teams...
``` impl ChainExtension for CustomChainExtension { fn call( func_id: u32, env: Environment, ) -> Result where ::AccountId: UncheckedFrom + AsRef, ::T: orml_tokens::Config, { match func_id { 0 => { //...
**FAQ** - Are you using the nightly Rust channel to compile your smart contract? yes - Are you using an up-to-date `cargo-contract`? Check via `cargo contract --version`. yes - If...
I am working on my local network (substrate) and added tracing capability. I deployed smart contract through Remix (through injected provider metamask) and get the transaction id. I can successfully...
**Describe the bug** I have a react project based on typescript 4.9 node 18 luxon 2.4.0 types/luxon 2.4.0 rollup 2.70.1 rollup-plugin-ts 3.2.0 And when I build the project, I have...