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