Skip to content

v0.7.0

Compare
Choose a tag to compare
@aelesbao aelesbao released this 28 Feb 14:02
· 15 commits to main since this release
51874da

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