Skip to main content

Questions tagged [pop]

Use this tag for Pop related questions

0 votes
1 answer
45 views

I have a problem where transaction gas estimation is bigger than the block gas limit. In lib.rs, I changed it to saturating_mul(4) which was 2 to increase block gas limit, but the transaction fee also ...
zarej's user avatar
  • 101
1 vote
1 answer
48 views

How do i do something like cargo contract call --contract --message get --suri //Alice in subxt or from a rust backend the docs in subxt focus mostly on signing and submitting txs and events hence ...
roguewane's user avatar
2 votes
2 answers
70 views

I have read the XCM documentation: https://wiki.polkadot.network/docs/learn/xcm And I would like to construct a simple XCM on PolkadotJs Apps from AssetHub to Pop Network. How do I do this?
Bruno's user avatar
  • 8,497
1 vote
1 answer
41 views

I'm trying to implement a delegate cross-contract call but it fails during an e2e test. Deploying to a local node also shows that the contract is trapped when invoking this call. My code is here: ...
dex10's user avatar
  • 121
1 vote
2 answers
73 views

Are there are node templates that one can use readily without tinkering with the versions and tags? Something that works out of the box? And it should point to the polkadot-sdk repo and not the ...
Marlo's user avatar
  • 123