cw-plus-plus icon indicating copy to clipboard operation
cw-plus-plus copied to clipboard

A collection of CosmWasm utilities and helper functions that I use

Results 4 cw-plus-plus issues
Sort by recently updated
recently updated
newest added

This action is quite critical and executes it without confirmation. If owner e.g. accidentally does this, contract will be immutable once and forever. I believe existing `TransferOwnership` action can be...

There was a minor typo in docs, unimplemented was misspelled so I wanted to correct it.

cw-ownable is used in cw-nfts, like for `TransferNFT`, so the message is a bit misleading. "Caller is not the current owner" would be better https://github.com/larry0x/cw-plus-plus/blob/eed2b87f556018df7e3d9b5ed0399f17d00f2d50/packages/ownable/src/lib.rs#L68-L71

This PR bumps all cosmwasm-std related packages to the latest version, resolving the issue [here](https://github.com/CosmWasm/cosmwasm/issues/2525), via locking ed25519-zebra to the same version set in the [#2525](https://github.com/CosmWasm/cosmwasm/pull/2528) `cargo update -p ed25519-zebra...