Releases: ignite/modules
Releases · ignite/modules
v0.0.2
What's Changed
- chore: bump cometbft by @Pantani in #93
- fix: correct spelling error in
airdrop_supply.go
by @BobboFuxx in #95
New Contributors
- @BobboFuxx made their first contribution in #95
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- chore: create
CODEOWNERS
file by @lumtis in #8 - feat:
testapp
initialization by @lumtis in #7 - feat: add
Makefile
and add CI files by @aljo242 in #9 - feat: add
claim
by @aljo242 in #10 - chore: add utility files by @aljo242 in #15
- chore: bump dependencies by @aljo242 in #19
- chore: create LICENSE by @aljo242 in #18
- feat: add
mint
module by @aljo242 in #17 - chore: initialize readme by @lumtis in #25
- refactor: use
cosmossdk.io/math
by @aljo242 in #32 - refactor(
mint
): remove legacy querier by @aljo242 in #34 - refactor(
claim
): removehandler.go
by @lumtis in #35 - refactor: use
cosmossdk.io/errors
by @aljo242 in #33 - refactor: define sdkerrors by @aljo242 in #38
- chore: remove CLI dependency by @tbruyelle in #41
- feat(
claim
): invariants by @aljo242 in #37 - chore: add tools to repo by @aljo242 in #42
- docs(
mint
): remove mention of ATOMs in comments by @lumtis in #48 - chore(
config.yml
): add correct home in config by @lumtis in #51 - refactor(
mint
): use typed event for mint event by @lumtis in #52 - feat: alias sdk error types by @aljo242 in #43
- docs(
claim
): specification forclaim
by @lumtis in #45 - docs(
mint
): initialize specs by @lumtis in #50 - docs: fix gh badges by @aljo242 in #54
- feat(
claim
): send remainingairdropSupply
afterdecayEnd
by @aljo242 in #39 - refactor: move errors to
pkg
by @aljo242 in #55 - chore: repo updates by @aljo242 in #56
- refactor(
mint
): cleanup module by @aljo242 in #58 - refactor(
claim
): cleanup module.go by @aljo242 in #60 - refactor: remove
ibc-go
dep by @aljo242 in #63 - test(
mint
):types
package by @aljo242 in #57 - test(
claim
): normalize by @aljo242 in #65 - fix: update
root.go
with security fix by @aljo242 in #66 - chore: dragonberry patch by @aljo242 in #67
- chore: bump deps by @aljo242 in #72
- chore: add Pantani as a code owner by @Pantani in #73
- chore: upgrade config and fix
gogo.proto
import issue by @lumtis in #74 - chore: do some cleanup in proto files by @lumtis in #75
- fix: Import "gogoproto/gogo.proto" was not found by @Pantani in #76
- chore: update deps by @aljo242 in #78
- feat: register staking and gov hooks by @Pantani in #81
- ci(coverage): test all go packages and remove the non-testable files from coverage by @Pantani in #83
- feat: airdrop start by @Pantani in #77
- chore: remove ibc by @aljo242 in #85
- feat: add claim record mission invariant by @Pantani in #82
- feat: bump
cosmos-sdk
tov0.47.1
by @Pantani in #86 - feat(sim): add sim tests by @Pantani in #87
- chore: bump
cosmos-sdk
andcometbft
by @Pantani in #89 - feat: bump cosmos-sdk and ibc by @Pantani in #90
- chore: update buf version and files by @Pantani in #91
New Contributors
- @lumtis made their first contribution in #8
- @tbruyelle made their first contribution in #41
- @Pantani made their first contribution in #73
Full Changelog: https://github.com/ignite/modules/commits/v0.0.1