Releases: archway-network/arch3.js
Releases · archway-network/arch3.js
v0.7.5
v0.7.4
What's Changed
New Feature
arch3-core
- new
createAuthzAminoConverters
that allows Amino/Ledger support for/cosmos.authz.v1beta1.MsgGrant
with inner/cosmos.authz.v1beta1.GenericAuthorization
or/cosmos.bank.v1beta1.SendAuthorization
authorization, and also support for/cosmos.authz.v1beta1.MsgRevoke
([#123])
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
What's Changed
⚠️ BREAKING
- change the type of
gasWanted
andgasUsed
ofTxResult
fromnumber
tobigint
, to match the new types returned by@cosmjs/cosmwasm-stargate
(#115)
Changed
- removed
long
package (#115)
arch3-core
- replace deprecated
TendermintClient
withCometClient
(#115) - autodetect Tendermint/CometBFT version needed on
ArchwayClient.connectWithBatchClient
andSigningArchwayClient.connectWithSignerAndBatchClient
(#115)
arch3-proto
- update
@cosmology/telescope
to version1.4.12
, and update codegen config with the optionuseTelescopeGeneratedType = true
as a workaround for currently open issue #482 of@cosmology/telescope
(#115) - update codegen script and compile proto files (#115)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- the new version of
arch3.js
will, by default, be compatible only with the
Archway protocol version6.0.0
and above.
Added
arch3-core
- added
withdrawToWallet
property to theContractMetadata
interface (#114)
Changed
arch3-proto
- updated to the version
6.0.0
of the protocol (#114)
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
⚠️ BREAKING CHANGES
- the new version of
arch3.js
will, by default, be compatible only with the
Archway protocol version5.0.0
and above.
Added
arch3-core
- added add
getAllBalances
method to theArchwayClient
(#110)
Changed
- upgraded project to Typescript
5.2.2
(#104)
arch3-core
- changed the default Tendermint client to
0.37
(#106) - increased the default gas adjustment to
1.5
(#106)
arch3-proto
- switched to
@cosmology/telescope
package to compile proto files (#104) - updated to the version
5.0.1
of the protocol (#106)
Full Changelog: v0.4.0...v0.5.0
v0.5.0-beta.1
What's Changed
⚠️ BREAKING CHANGES
- the new version of
arch3.js
will, by default, be compatible only with the
Archway protocol version5.0.0
and above.
Changed
- upgraded project to Typescript
5.2.2
(#104)
arch3-core
- changed the default Tendermint client to
0.37
(#106) - increased the default gas adjustment to
1.5
(#106)
arch3-proto
- switched to
@cosmology/telescope
package to compile proto files (#104) - updated to the version
5.0.1
of the protocol (#106)
Full Changelog: v0.4.0...v0.5.0-beta.1
v0.4.0
New feature
arch3-core
- added support to create a
SigningArchwayClient
using anHttpBatchClient
(#97) - added support to create an
ArchwayClient
using anHttpBatchClient
(#96)
Changes
arch3-core
- bump
@cosmjs/*
to0.31.0
(#95)
Fixes
arch3-core
- gracefully handle withdrawing reward contracts when no rewards exist (#91)
Full Changelog: v0.3.1...v0.4.0