Releases: archway-network/arch3.js
Releases · archway-network/arch3.js
v0.3.1
v0.3.0
New feature
arch3-core
- method to
calculateFees
for multiple messages onSigningArchwayClient
(#86)
Changes
arch3-core
- deprecated the default
gasPrice
option onSigningArchwayClient
(#86)
BREAKING CHANGES
- modified the response of
ArchwayCLient.getEstimateTxFees
to change theestimatedFee
type fromCoin[]
toStdFee
and moved thegasLimit
intoestimatedFee.gas
Full Changelog: v0.2.0...v0.3.0
v0.2.0
New feature
arch3-core
- automatically estimate fees before signing (#68)
- add
x/rewards
transactions toSigningArchwayClient
(#67) - add
x/rewards
queries toArchwayClient
(#58)
arch3-proto
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
What's Changed
- Alpha release of arch3.js
Full Changelog: https://github.com/archway-network/arch3.js/commits/v0.1.0