Skip to content

Commit

Permalink
Merge pull request #1687 from CosmWasm/chipshort/issue1683
Browse files Browse the repository at this point in the history
Implement Coins helper
  • Loading branch information
chipshort committed Jun 21, 2023
2 parents 3b38ecb + df8ff96 commit faf6cd9
Show file tree
Hide file tree
Showing 5 changed files with 410 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ and this project adheres to
### Added

- cosmwasm-std: Add `FromStr` impl for `Coin`. ([#1684])
- cosmwasm-std: Add `Coins` helper to handle multiple coins. ([#1687])

[#1684]: https://github.com/CosmWasm/cosmwasm/pull/1684
[#1687]: https://github.com/CosmWasm/cosmwasm/pull/1687

### Changed

Expand Down
Loading

0 comments on commit faf6cd9

Please sign in to comment.