v0.1.1
This release has some changes to the module's spec design. One of the main changes is to add AllowedBidders
in Auction
. All auctions are closed state when they are created. The module expects an external module to create an auction and the module delegates a control of ownership to an external module to add or update the auction's allowed bidders.
What's Changed
- docs: update technical setup and api readme by @kogisin in #63
- fix: using a custom account prefix makes default genesis invalid by @kogisin in #67
- refactor: move getter/setter/iterator to store.go by @kogisin in #68
- chore: fix document typo and rename package name in proto files by @kogisin in #70
- refactor: keeper test suite by @kogisin in #71
- feat: unified naming consistency throughout the codebase by @kogisin in #74
- fix: panic due to negative coin amount when remaining is negative by @kogisin in #80
- docs: minor edits for README by @barriebyron in #75
- feat: add AllowedBidders and some functions for an external module to use by @kogisin in #76
- docs: modified
01_concept.md
to describe two auction types by @jeonghoyeo7 in #82 - feat: add testing cli by @kogisin in #83
New Contributors
- @barriebyron made their first contribution in #75
- @jeonghoyeo7 made their first contribution in #82
Full Changelog: v0.1.0...v0.1.1