Skip to content

Releases: archway-network/arch3.js

v0.7.1

08 Jul 08:15
35ea42b
Compare
Choose a tag to compare

What's Changed

Changed

arch3-core

  • use granter and payer in simulation (#119)

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

28 Feb 14:02
51874da
Compare
Choose a tag to compare

What's Changed

⚠️ BREAKING

  • change the type of gasWanted and gasUsedof TxResult from number to bigint, to match the new types returned by @cosmjs/cosmwasm-stargate (#115)

Changed

  • removed long package (#115)

arch3-core

  • replace deprecated TendermintClient with CometClient (#115)
  • autodetect Tendermint/CometBFT version needed on ArchwayClient.connectWithBatchClientand SigningArchwayClient.connectWithSignerAndBatchClient (#115)

arch3-proto

  • update @cosmology/telescope to version 1.4.12, and update codegen config with the option useTelescopeGeneratedType = 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

06 Feb 09:23
1ceca20
Compare
Choose a tag to compare

What's Changed

⚠️ BREAKING CHANGES

  • the new version of arch3.js will, by default, be compatible only with the
    Archway protocol version 6.0.0 and above.

Added

arch3-core

  • added withdrawToWallet property to the ContractMetadata 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

21 Nov 18:11
910418e
Compare
Choose a tag to compare

What's Changed

⚠️ BREAKING CHANGES

  • the new version of arch3.js will, by default, be compatible only with the
    Archway protocol version 5.0.0 and above.

Added

arch3-core

  • added add getAllBalances method to the ArchwayClient (#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

07 Nov 14:06
242c793
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

What's Changed

⚠️ BREAKING CHANGES

  • the new version of arch3.js will, by default, be compatible only with the
    Archway protocol version 5.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

27 Jun 12:12
dcb093f
Compare
Choose a tag to compare

New feature

arch3-core

  • added support to create a SigningArchwayClient using an HttpBatchClient (#97)
  • added support to create an ArchwayClient using an HttpBatchClient (#96)

Changes

arch3-core

  • bump @cosmjs/* to 0.31.0 (#95)

Fixes

arch3-core

  • gracefully handle withdrawing reward contracts when no rewards exist (#91)

Full Changelog: v0.3.1...v0.4.0

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