DA0-DA0 / dao-contracts

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

bump `cosmwasm-std` to `1.5.4` #824

Closed bekauz closed 1 month ago

bekauz commented 2 months ago

following the latest cw security advisory, we bump the version of cosmwasm-std from 1.5.0 to 1.5.4.

given that overflow-checks = true flag is enabled, we are only affected by:

  • Uint{64,128}::pow / Int{64,128}::pow
  • Int{64,128}::neg (the unary negation operator -). The only value that can overflow is Int{64,128}::MIN.

affected contracts (potentially):