darwinia-network / darwinia

Darwinia Chain, EVM+, Polkadot parachain and integrating with XCMP.
https://darwinia.network
GNU General Public License v3.0
240 stars 49 forks source link

Support asynchronous backing #1488

Closed hackfisher closed 3 months ago

hackfisher commented 5 months ago

https://wiki.polkadot.network/docs/maintain-guides-async-backing

https://forum.polkadot.network/t/paritytech-update-for-april-2024/7646

hujw77 commented 4 months ago

If the block time is changed to 6 seconds, it needs to be synchronized to the tally platform backend, which is currently configured for 12 seconds. cc @hackfisher @AurevoirXavier

AurevoirXavier commented 4 months ago

If the block time is changed to 6 seconds, it needs to be synchronized to the tally platform backend, which is currently configured for 12 seconds. cc

IIRC KTON staker also utilizes block time?

AurevoirXavier commented 4 months ago

Might need to patch Moonbeam dependencies.

https://github.com/moonbeam-foundation/moonbeam/pull/2784

@boundless-forest

boundless-forest commented 4 months ago

If the block time is reduced to 6s, a migration for the acount-migration, staking and deposit may be needed. I remember that some locks are tight with block time.

AurevoirXavier commented 4 months ago

If the block time is reduced to 6s, a migration for the acount-migration, staking and deposit may be needed. I remember that some locks are tight with block time.

No longer necessary after DIP-6.