Skip to main content

Questions tagged [block]

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
1 vote
0 answers
30 views

i have my layer 0 chain running on version 1.11 .and suddenly all the nodes stopped running while throwing this error Error while i try to rerun my nodes 0: Error at calling runtime api: Failed to ...
Karanvir Singh's user avatar
0 votes
0 answers
8 views

I am following the steps in the medium article, https://subquery.medium.com/parascan-creates-open-source-block-explorer-with-the-power-of-subquery-f1dcbf886438. Its outdated, but I want to know is ...
Yadee's user avatar
  • 5
0 votes
0 answers
57 views

I'm working on a chain where I need to gather the validator's public address who participates in the grandpa finality process and validate the current block. For ex: let's say we have 10 validators ...
Deepak Chaudhary's user avatar
2 votes
2 answers
93 views

How to find the block author in pow substrate chain?
Vitthal agarwal's user avatar
0 votes
2 answers
96 views

Is it possible to get the list of validators which validate a particular block? For instance, let's say we have at block 10 and if this block is finalised then I need to find the list of validators ...
Deepak Chaudhary's user avatar
3 votes
1 answer
60 views

I want to add a vector fields in the block header of substrate chain. Is this possible? If yes, How can i do that? Do we have any reference code for it? Thanks in advance
Deepak Chaudhary's user avatar
3 votes
0 answers
137 views

I'm currently running load tests on my local parachain which includes Frontier integration for EVM compatibility. During these tests, I'm sending thousands of transactions via the RPC endpoint. ...
magecnion's user avatar
  • 394
1 vote
1 answer
69 views

[][in build an application logic im facing this error im new to substrate please help me fix this.]
Preethi M's user avatar
1 vote
1 answer
54 views

when i run node template without --ws external its producing blocks but when i run with --ws external its giving me error please help me fix this im new to substrate.
Preethi M's user avatar
3 votes
0 answers
53 views

The question can seem weird but here is the geist of it : In a custom chain with 20 sec block time, we have a different format of header that includes more information. At the end of the block, we ...
Leouarz's user avatar
  • 353
3 votes
1 answer
73 views

I want use Database Snapshot Services, because making genesis to last block takes too much time.... so I used POLKACHU site, the code is. " curl -o - -L https://snapshots.polkachu.com/snapshots/...
jay p's user avatar
  • 61
3 votes
1 answer
77 views

The IncomingBlock struct has a field called indexed_body, containing a Vec<Vec<u8>>. As far as I can tell this is sometimes sent with a block, although only when specifically requested. If ...
Tomasz Kisielewski's user avatar
0 votes
1 answer
42 views

On one hand, if we emit extrinsic event with no data and other hand we emit the extrinsic event with data. Will the second option will increase the block size or on both cases the block-size will be ...
Pankaj's user avatar
  • 2,103
1 vote
1 answer
65 views

In a substrate runtime, take the node-template as an example, we have two definitions from Block, among other types such as BlockId but let's focus on Block.. : // runtime/src/lib.rs pub type Block = ...
Purple_Turtle's user avatar

15 30 50 per page