CocDap

Results 9 comments of CocDap

Yeah! But What is your problem ? With my understanding, off chain worker executes when 1 block finalize, so in function `fn offchain_worker(block_number: T::BlockNumber)` has 1 parameter **block_number**. In recipes...

Thanks for replying soon. Thank you very much

I have the same issue. Any solutions? I am using the latest version `4.1.0` My blockchain node version: `polkadot-v0.9.36` This is my code example: ```go package main import ( "fmt"...

I have the same issue when i following this tutorial `https://github.com/move-language/move/blob/main/language/documentation/tutorial/step_5/BasicCoin/sources/BasicCoin.move` Basically, I write unit test **Bug context:** ``` #[test(account = @0x1)] #[expected_failure(abort_code = 2)] fun publish_balance_already_exists(account:signer) { publish_balance(&account); publish_balance(&account);...

hi @bruceeewong . thanks for replying me. Do we have any methods to run multiple transactions ( batch transaction in 1 block) in one time ?

This is my sample code ```javascript async function mintNft(event) { event.preventDefault(); let txs = []; const tx = new TransactionBlock(); tx.moveCall({ target: `${contractAddress}::${contractModule}::${contractMethod}`, arguments: [ // collection object id //tx.object('0x0d6422b82f418e592546019b81585963300f2f29acb86a281e5add34f3388c7d'),...

I’m also very much looking forward to `Paraspell` integrating with the Paseo and Westend relay chains, as well as the parachains running on Paseo/Westend.