Skip to content

Releases: archway-network/archway

v1.0.0-rc.2

21 Jun 10:13
209cd16
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

Fixes

  • #401 - Update libwasmvm version to correct one in Dockerfile.deprecated
  • #402 - Bump wasmvm version to 1.2.4
  • #403 - Update libwasmvm version to correct one for wasmvm 1.2.4
  • #404 - Fixing typo in rewards query cli
  • #406 - Add upgrade hanlder for v0.6.0 back to prevent downgrade check from panic / consensus failure;

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

v1.0.0-rc.1

31 May 13:41
dd58dde
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Removed

  • #399 - Removing the upgrade handler for v1 release

Full Changelog: v0.6.0...v1.0.0-rc.1

v0.6.0

31 May 10:00
1505a3f
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • #387 - Add genmsgs module
  • #388 - Add the ibc-go fee middleware
  • #389 - Add v0.6 upgrade handler
  • #391 - Add snapshot manager to enable state-synd for wasm
  • #395 - Add openapi.yml + generate openapi.yml on proto-swagger-gen
  • #396 - Add repository licenses

Changed

  • #373 - Update codeowners
  • #383, #385, #386 - upgrade wasmd to the v0.32.0-archway fork
  • #390 - Update cosmos-sdk version from v0.45.15 to v0.15.16

Fixed

  • #392 - Update to ibc-go v4.3.1 for huckleberry
  • #393 - Add audit remediations
  • #397 - Fix map iteration

Full Changelog: v0.5.2...v0.6.0

v0.5.2

15 May 07:36
ed01faf
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Fixed

  • #382 - adjust default power reduction

Full Changelog: v0.5.1...v0.5.2

v0.5.1

11 May 12:24
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fixed

  • Enabled per tag based legacy (deprecated) docker-hub build, to keep for phaseout period

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 May 10:36
1d82d08
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Breaking Changes

#357 - Bumped the proto versions for x/rewards and x/tracking from v1beta1 to v1

Added

#330 - Proper chain upgrade flow.
#351 - Add minimum price of gas.
#347 - Unified release for cross-compiled binaries and docker images
#381 - Follow the same naming convention for all builds

Fixed

#356 - x/rewards genesis runs before x/genutil to correctly process genesis txs.

Changed

#356 - Disallow setting module accounts as reward address

Improvements

#342 - updated the contract premium ADR docs to elaborate on the difference between using Contract Premiums and using x/wasmd funds

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Apr 10:37
88752f9
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Fixed

  • #338 - fixed issue where contract premium was not completely being sent to the rewards address

Full Changelog: v0.3.0...v0.4.0

v0.3.1

03 Apr 16:11
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixed

  • #335 - fixed EstimateTxFees erroring when minConsFee and contract premium are same denom

Full Changelog: v0.3.0...v0.3.1

v0.3.0

30 Mar 09:31
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release features contract premiums, a way for smart contract developers to define flat fees enforced when a user is interacting with their smart contract.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Feb 12:43
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release includes CosmWasm bindings to interact with the governance module, specifically it allows contracts to query votes.

Full Changelog: v0.1.0...v0.2.0