Open ThunderDeliverer opened 3 years ago
https://github.com/paritytech/substrate/blob/c11a0bf8537abde0cf843c770f481366b964ca6f/frame/democracy/src/lib.rs#L1737 Democracy takes full block weight.
You can increase LaunchPeriod
Why democracy is taking the full weight even when there isn't proposals? Why something taking full block weight will cause issue?
Made another issue https://github.com/paritytech/substrate/issues/9892
Describe the bug Every time I run the local development network, the block stop at #199. No new blocks are mined after and every transaction that I try to do when this happens raises the following error:
Error: the string "1014: Priority is too low: (383246202401776 vs 383246202401776): The transaction has too low priority to replace another transaction already in the pool." was thrown, throw an Error :)
Expected Behavior New blocks should be mined after #199 and transactions included in them.
Current Behavior After block #199 is mined, block production stops and no new transactions can be sent.
Steps to Reproduce
make run
ormake restart
Additional context
v14.15.4
macOS BigSur v 11.1
cargo run --features with-mandala-runtime -- --dev -lruntime=debug --instant-sealing
code blocks