Skip to main content

Questions tagged [pallet]

Questions about Runtime Modules built with the FRAME developer SDK.

1 vote
1 answer
48 views

Hi I'm deploying this contract on the remix.polkadot.io with this environment Platform: https://remix.polkadot.io/ Compiler: Solidity ^0.8.20 Libraries: OpenZeppelin ERC1155 + Ownable And it fails ...
Arunjot Singh's user avatar
0 votes
0 answers
21 views

I’m integrating the newly added pallet-revive into my chain. The chain is live and currently uses 18 decimals. I’ve already updated the NativeToEthRatio to 1 (previously it was 1_000_000 when the ...
Arunjot Singh's user avatar
0 votes
1 answer
85 views

So I'm trying to compile a custom HTLC pallet using a Substrate template node but it is failing with the following error message by running the following command: RUSTFLAGS='--cfg getrandom_backend=&...
klaus's user avatar
  • 1
0 votes
1 answer
30 views

How can I make a substrate based parachain without having a native token and use custom assets from pallet assets to pay transaction fees?
Recrafter's user avatar
0 votes
1 answer
23 views

My problem now is that in my solochain no finalization finalized - 0 best - 1,379 Eventually I figured out that I have to install pallet_session first, and then finalization will work together with ...
splagov's user avatar
0 votes
1 answer
24 views

Is there a way to obtain the last finalized head of the chain directly from a given pallet?
Valentin Fernandez's user avatar
0 votes
1 answer
19 views

In polkadot and substrate chains by default, blocks seem to be u32, but most test cases in pallets seem to use u64, but in the Runtime they use u32. For example, if you look up MockBlockU32 in the ...
girth wars's user avatar
0 votes
1 answer
40 views

Is there a way to check if the runtime is constructed? I want to configure my pallet differently if the runtime is constructed compared to when it's not yet. I've tried using something like this in my ...
beqaabu's user avatar
  • 16
0 votes
0 answers
45 views

I want to access one pallet's runtime storage from another pallet's Config at genesis. Is that possible to do? More context: I am using pallet_base_fee inside my runtime. It's configured like this: ...
beqaabu's user avatar
  • 16
1 vote
0 answers
28 views

Generating Ethereum Signatures for Substrate Claims Pallet TLDR : Is there any opensource frontend implementation to sign message for claim pallet ? Context I am working on a custom pallet based on ...
Ludovic Domingues's user avatar
0 votes
1 answer
17 views

I have a hook that iterates through a collection and applies state updates for each item. Each state update contains multiple state updates -- storage updates, balance transfers, etc. I need to ensure ...
Drew Stone's user avatar
  • 1,239
0 votes
1 answer
26 views

I'm working on implementing a threshold signature scheme (TSS) in a Polkadot-based project and have two related questions about the implementation approach: What is the recommended way to implement ...
Luca's user avatar
  • 11
0 votes
1 answer
23 views

The system I'm interested in building requires adding additional locks on top of a user's nominated balance. While this lock is active, I want to be extra sure that the user cannot unbond the amount ...
Drew Stone's user avatar
  • 1,239
0 votes
1 answer
14 views

I want to apply a lock to nominated stake that counts the nominated stake balance in other blockchain business logic, i.e. locking it up for another use case. I want to ensure that possessing this ...
Drew Stone's user avatar
  • 1,239
0 votes
1 answer
41 views

I am using chopsticks to test an extrinsic from pallet_nomination_pools: set_configs. This extrinsic requires an AdminOrigin, which in Polkadot's current runtime is either Root or StakingAdmin origin. ...
xenophon's user avatar

15 30 50 per page
1
2 3 4 5
37