Skip to content

Latest commit

 

History

History
85 lines (67 loc) · 4.34 KB

changelog.md

File metadata and controls

85 lines (67 loc) · 4.34 KB

Changelog

Unreleased

v0.1.0

Features

  • #98: Cosmos-sdk to v0.50.8
  • #99: Move fundraising module to monorepo

Changes

  • #100: Add changelog and fundraising docs

v0.0.2

Changes

  • #93: Bump cometbft

Fixes

  • #95: Correct spelling error in airdrop_supply.go

v0.0.1

Features

  • #7: testapp initialization
  • #9: add Makefile and add CI files
  • #10: add claim
  • #17: add mint module
  • #32: use cosmossdk.io/math
  • #34: remove legacy querier for mint
  • #35: remove handler.go for claim
  • #33: use cosmossdk.io/errors
  • #38: define sdkerrors
  • #37: claim invariants
  • #52: use typed event for mint event
  • #43: alias sdk error types
  • #39: send remaining airdropSupply after decayEnd for claim module
  • #55: move errors to pkg
  • #58: cleanup mint module
  • #60: cleanup claim module.go
  • #63: remove ibc-go dep
  • #57: mint types package
  • #65: normalize claim
  • #81: register staking and gov hooks
  • #77: airdrop start
  • #82: add claim record mission invariant
  • #86: bump cosmos-sdk to v0.47.1
  • #87: add sim tests
  • #90: bump cosmos-sdk and ibc

Changes

  • #8: create CODEOWNERS file
  • #15: add utility files
  • #19: bump dependencies
  • #18: create LICENSE
  • #25: initialize readme
  • #41: remove CLI dependency
  • #42: add tools to repo
  • #48: remove mention of ATOMs in comments
  • #51: add correct home in config
  • #45: specification for claim
  • #50: initialize specs
  • #54: fix gh badges
  • #56: repo updates
  • #67: dragonberry patch
  • #72: bump deps
  • #73: add Pantani as a code owner
  • #74: upgrade config and fix gogo.proto import issue
  • #75: do some cleanup in proto files
  • #78: update deps
  • #83: test all go packages and remove the non-testable files from coverage
  • #85: remove ibc
  • #89: bump cosmos-sdk and cometbft
  • #91: update buf version and files

Fixes

  • #66: Update root.go with security fix
  • #76: Import "gogoproto/gogo.proto" was not found