Skip to content

Releases: archway-network/arch3.js

v0.3.1

02 Jun 14:10
7abff73
Compare
Choose a tag to compare

Fixes

arch3-core

  • use the type SigningArchwayClientOptions for the options in all factory methods of the SigningArchwayClient (#89)

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

v0.3.0

30 May 09:12
07e4d80
Compare
Choose a tag to compare

New feature

arch3-core

  • method to calculateFees for multiple messages on SigningArchwayClient (#86)

Changes

arch3-core

  • deprecated the default gasPrice option on SigningArchwayClient (#86)

BREAKING CHANGES

  • modified the response of ArchwayCLient.getEstimateTxFees to change the estimatedFee type from Coin[] to StdFee and moved the gasLimit into estimatedFee.gas

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

v0.2.0

19 May 11:07
2b57a4d
Compare
Choose a tag to compare

New feature

arch3-core

  • automatically estimate fees before signing (#68)
  • add x/rewards transactions to SigningArchwayClient (#67)
  • add x/rewards queries to ArchwayClient (#58)

arch3-proto

  • generate amino types (#62)
  • add protobuf deps (#39)
  • generate protobuf clients using telescope (#37)

Bugs fixed

  • release process (#33)

BREAKING CHANGES

  • the package @cosmjs/cosmwasm-stargate is not re-exported with @archwayhq/arch-core anymore

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

v0.1.0

23 Sep 17:34
0ebc9aa
Compare
Choose a tag to compare

What's Changed

  • Alpha release of arch3.js

Full Changelog: https://github.com/archway-network/arch3.js/commits/v0.1.0