Questions tagged [pop]
Use this tag for Pop related questions
5 questions
0 votes
1 answer
45 views
How to decrease gas fee for pop evm frontier template
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 ...
1 vote
1 answer
48 views
Call read only ink contract functions from subxt
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 ...
2 votes
2 answers
70 views
How can I do an XCM from AssetHub to Pop Network?
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?
1 vote
1 answer
41 views
Contract trapped when implementing delegate cross-contract call
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: ...
1 vote
2 answers
73 views
Is there a standalone node-template that points to the polkadot-sdk repo?
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 ...