DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
206 stars 137 forks source link

Juno v17 will cause some contracts to function unexpectedly #693

Closed CLHRAE closed 1 year ago

CLHRAE commented 1 year ago

In Juno v15 it's proposed to increase block frequency to double the rate of block production to (roughly) every 3 seconds.

It is my understanding that the following contracts accumulate reward distribution per block, which means they will accumulate twice as fast as when they were initially configured: cw20-stake-rewards-distributor stake-cw20-external-rewards

It's possible there are other contracts which may be affected.

JakeHartnell commented 1 year ago

Not sure what to do about this.

JakeHartnell commented 1 year ago

Not sure there is much we can do except make people aware.

CLHRAE commented 1 year ago

Yeah, agree (and completely forgot about this).

Might pop up in discord, but would be a matter of reconfiguring the contracts.