Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@miloszm miloszm released this 08 Mar 11:43
· 177 commits to main since this release
a681491

Added

  • Add ContractDataBuilder::owner to allow for setting the owner of a contract
    on deploy time [#336]

Changed

  • Change migrate to take the owner of the contract being replaced if it is
    not set by the caller [#336]
  • Make owner field optional in ContractData and ContractDataBuilder [#336]
  • Change ContractData and ContractDataBuilder to take a Vec<u8> as owner
    instead of [u8; N] [#336]
  • Use empty constructor arguments by default [#316]
  • Upgrade dusk-wasmtime to version 18