Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 4.11 KB

File metadata and controls

100 lines (72 loc) · 4.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased

Improvements

  • #219 bugfix: cacheContext not passed to sudo
  • #217 chore: fix go mod
  • #215 chore: bump dependencies cosmos v0.53, wasmd v0.55, ibc v10

v0.20.0

Improvements

  • #204 chore: TAC compatible

v0.14.0

Bug fixes

  • #208 fix: increase default gas limit in sudo call by 10x
  • #200 ci: add check-no-babylon-deps check
  • #199 dep: avoid using babylon utilities in demo/ and x/
  • #198 fix: fix ineffective error propagation

Improvements

  • #206 chore: remove dead code and refactor abci
  • #205 chore: remove custom handlers
  • #203 chore: refactor querier

v0.12.0

Improvements

  • #196 chore: bump versions and release v0.12.0

v0.11.0

State Breaking

  • #165 refactor: improve contracts storage & remove init
  • #191 chore: add MaxGasEndBlocker in params and fix tests

Improvements

  • #194 chore: bump babylon to v3.0.0-rc.0 and update contracts version
  • #189 e2e: Add rewards test
  • #188 chore: refactor error handling and sudo call to avoid chain halt
  • #187 chore: bump contracts with finality signature fix
  • #186 e2e: test for fee collector
  • #182 e2e: reenable and fix e2e tests
  • #172 chore: Fix e2e tests
  • #108 chore: Upgrade wasmd to 0.55
  • #116 add docs for the x/babylon module
  • #143 Re-enable e2e tests
  • #162 Add standard modules cli in bcd
  • #171 Upgrade contracts data v0.15.0
  • #164 Distribute rewards per block from fee collector