Merge pull request #2998 from Emurgo/ruslan/preprod-config-fix
preprod config fix
preprod config fix
CoinsPerUtxoWord: '34482',
MinimumUtxoVal: '1000000',
PoolDeposit: '500000000',
KeyDeposit: '400000',
KeyDeposit: '2000000',
})
]: CardanoHaskellBaseConfig),
CoinType: CoinTypes.CARDANO,
@njd42 and I came up with this idea a couple weeks ago, during a chat about the vagaries of NTP/clocks/etc. See the commit message of the 'consensus: do not even propagate future headers' commit. The main concrete benefits: - It's a step towards Chronos and that helps simplify/ground our story around future blocks. - A network-load optimization of sorts: if someone with a horribly out of sync clock sends a block 60 seconds early, the direct neighbors won't even propagate it.