- (wasmd)#2 Improve wasm contract queries (all, raw, smart)
- (wasmd) #119 Add support for the
--inter-block-cache
CLI flag and configuration. - (wasmcli) #132 Add
tx decode
command to decode Base64 encoded transactions. - (modules) #190 Introduce use of the
x/evidence
module. - (wasmd) #191 Add debug commands to wasmd:
pubkey
: decode pubkey from base64, hex or bech32addr
: convert a address between hex and bech32raw-bytes
convert raw-bytes to hex
- (wasmcli) #191 Add cmd
decode-tx
, decodes a tx from hex or base64 - (wasmd) #9 Allow gzip data in tx body on Create
v2.0.3 - 2019-11-04
v2.0.2 - 2019-10-12
v2.0.1 - 2019-09-20
- (wasmd) #119 Add support for the
--halt-time
CLI flag and configuration.
- #119 Refactor and upgrade Circle CI configuration.
- (sdk) Update SDK version to v0.37.1
v2.0.0 - 2019-08-22
- #104 Fix
ModuleAccountAddrs
to not rely on thex/supply
keeper to get module account addresses for blacklisting.
- (sdk) Update SDK version to v0.37.0
v1.0.0 - 2019-08-13
- (wasmd) #4113 Fix incorrect
$GOBIN
inInstall Go
- (wasmcli) #3945 There's no check for chain-id in TxBuilder.SignStdTx
- (wasmcli) #4190 Fix redelegations-from by using the correct params and query endpoint.
- (wasmcli) #4219 Return an error when an empty mnemonic is provided during key recovery.
- (wasmcli) #4345 Improved Ledger Nano X detection
- (sdk) Update SDK version to v0.36.0
- (wasmd) #3985 ValidatorPowerRank uses potential consensus power
- (wasmd) #4027 wasmd version command does not return the checksum of the go.sum file shipped along with the source release tarball. Go modules feature guarantees dependencies reproducibility and as long as binaries are built via the Makefile shipped with the sources, no dependendencies can break such guarantee.
- (wasmd) #4159 use module pattern and module manager for initialization
- (wasmd) #4272 Merge gaiareplay functionality into wasmd replay.
Drop
gaiareplay
in favor of newwasmd replay
command. - (wasmcli) #3715 query distr rewards returns per-validator rewards along with rewards total amount.
- (wasmcli) #40 rest-server's --cors option is now gone.
- (wasmcli) #4027 wasmcli version command dooes not return the checksum of the go.sum file anymore.
- (wasmcli) #4142 Turn wasmcli tx send's --from into a required argument.
New shorter syntax:
wasmcli tx send FROM TO AMOUNT
- (wasmcli) #4228 Merge gaiakeyutil functionality into wasmcli keys.
Drop
gaiakeyutil
in favor of newwasmcli keys parse
command. Syntax and semantic are preserved. - (rest) #3715 Update /distribution/delegators/{delegatorAddr}/rewards GET endpoint as per new specs. For a given delegation, the endpoint now returns the comprehensive list of validator-reward tuples along with the grand total.
- (rest) #3942 Update pagination data in txs query.
- (rest) #4049 update tag MsgWithdrawValidatorCommission to match type
- (rest) The
/auth/accounts/{address}
now returns aheight
in the response. The account is now nested underaccount
.
- (wasmd) Add
migrate
command towasmd
to provide the ability to migrate exported genesis state from one version to another. - (wasmd) Update Gaia for community pool spend proposals per Cosmos Hub governance proposal #7 "Activate the Community Pool"
- (wasmd) #4042 Update docs and scripts to include the correct
GO111MODULE=on
environment variable. - (wasmd) #4066 Fix 'ExportGenesisFile() incorrectly overwrites genesis'
- (wasmd) #4064 Remove
dep
andvendor
fromdoc
andversion
. - (wasmd) #4080 add missing invariants during simulations
- (wasmd) #4343 Upgrade toolchain to Go 1.12.5.
- (wasmcli) #4068 Remove redundant account check on
wasmcli
- (wasmcli) #4227 Support for Ledger App v1.5
- (rest) #2007 Return 200 status code on empty results
- (rest) #4123 Fix typo, url error and outdated command description of doc clients.
- (rest) #4129 Translate doc clients to chinese.
- (rest) #4141 Fix /txs/encode endpoint