Skip to main content

Questions tagged [beefy]

1 vote
0 answers
40 views

I'm trying to run polkadot-sdk-solochain-template with changed consensus fron aura to babe and therefore I'm also using beefy. Now, I'm getting this: 2025-01-06 17:02:30.535 INFO main sc_sysinfo: 💻 ...
saynomore's user avatar
  • 137
0 votes
1 answer
135 views

I am attempting to run a Rococo node from scratch. The command I am using is ./target/release/polkadot --chain=rococo --base-path /hdd/work/fat-db/rococo-actual --enable-offchain-indexing true --sync ...
Shoeb Siddiqui's user avatar
0 votes
1 answer
112 views

I would like to subscribe to the beefy justification stream on Rococo. The rpc for getFinalizedHead works fine, but I also require the justifications themselves. When I try to subscribe to the ...
Shoeb Siddiqui's user avatar
2 votes
0 answers
50 views

I see this comment while reading through the beefy pallet Beefy equivocation
doordashcon's user avatar
4 votes
1 answer
584 views

Beefy is running on top of grandpa and it is generating the MMR which is sent to the other chain(e.g Ethereum). AFAIU MMR only consists of block header hashes that are generated using ECDSA. So the ...
Szegoo's user avatar
  • 554
5 votes
1 answer
167 views

Is it possible / how to build a Beefy super light client for Kusama or Polkadot? Beefy is designed to make the syncing process and finality proof very succinct to enable Ethereum on-chain light client....
h4x3rotab's user avatar
  • 733
4 votes
0 answers
62 views

after reading and executing Start a private network, I managed successfully same exercise with polkadot-local spec chain base. Now I would like to do same exercise but this time with rococo local spec ...
Mathilde Ffrench's user avatar
0 votes
1 answer
38 views

I have just integrated BEEFY into my runtime. A single node works well. But it can not gossip. add_set_reserved_peer with unknown protocol: /paritytech/beefy/1 How to fix this?
aurexav's user avatar
  • 11.7k