Release v0.43.0
What's Changed
- chore: revise module path to
github.com/line/lbm-sdk/v2
by @jinsan-line in #90 - chore: cherry-pick cosmos-sdk#8857 by @jinsan-line in #92
- chore: adopt ostracon, line/tm-db and line/iavl by @jinsan-line in #93
- merge: v0.39.2 0.2.0 by @egonspace in #97
- fix: check
store == nil
by @jinsan-line in #105 - fix: rename proto package by @egonspace in #106
- chore: bump up tm-db, iavl and ostracon by @jinsan-line in #107
- merge link modules by @egonspace in #109
- chore: add script initializing simd by @egonspace in #110
- feat: Add idle-timeout to rest server and rpc server config by @egonspace in #114
- chore: bump up tm-db and remove Domain() call by @egonspace in #118
- chore: Allow Creating test network without init by @kukugi in #128
- chore: rename rest apis by @egonspace in #130
- fix: Test_runImportCmd() by @jinsan-line in #133
- fix: DB_BACKEND configuration by @jinsan-line in #136
- fix: get coin type from config from running command by @egonspace in #138
- feat: concurrent checkTx by @jinsan-line in #141
- feat: implement
validateGasWanted()
(#48) by @jinsan-line in #142 - fix: modify default coin type, default address prefix by @egonspace in #140
- feat(wasm): x/wasm stargate migration by @brew0722 in #131
- feat: signature verification cache (#41) by @jinsan-line in #143
- fix: modify key type name by @egonspace in #145
- test: fix test after merge latest develop by @brew0722 in #147
- feat(wasm): porting our modifications after 0.12.0-0.1.0 by @brew0722 in #139
- feat: concurrent recheckTx (#52) by @jinsan-line in #155
- chore: remove link-modules by @egonspace in #156
- chore: bump up iavl by @jinsan-line in #157
- feat: Add A New Message For Storing A Code and Instantiating A Contract With It by @loloicci in #154
- test: add tests for page utils by @whylee259 in #161
- feat(wasm): add contract access control by @whylee259 in #151
- refactor: remove tm-db dependency by @whylee259 in #158
- fix: test-race failure by @egonspace in #159
- fix(wasm): add missed UpdateContractStatusProposal types by @whylee259 in #162
- feat: use fastcache by @egonspace in #164
- chore: bump codecov-action up from 1.2.1 to 1.5.0 by @egonspace in #181
- chore: set default branch triggered on pushing by @egonspace in #182
- ci: ignore pb files when running codecov by @wetcod in #177
- feat: add prometheus metrics for caches reverting telemetry metrics by @egonspace in #184
- feat: add MsgEmpty to auth module by @wetcod in #176
- test: Allow to add new validator in test network by @kukugi in #193
- feat: replace importing CosmWasm/wasmvm with line/wasmvm by @loloicci in #194
- fix: build properly when using libsecp256k1 by @whylee259 in #195
- chore: increase coverage target to 50% by @egonspace in #196
- chore: Allow codecov job to filter unnecessary files by @kukugi in #197
- chore: Add a env prefix by @kukugi in #200
- chore: caching paramset by @egonspace in #198
- chore: param store doesn't use gas kv by @egonspace in #202
- chore: remove transient store that is not used now by @egonspace in #203
- docs: renewal docs for open source of lbm-sdk by @egonspace in #205
- fix: update fastcache metrics with go routine by @egonspace in #206
- perf: apply rw mutex to cachekv by @wetcod in #204
- docs: fix license by @egonspace in #207
- perf: fix to use easyjson instead of amino when marshal abci logs by @wetcod in #208
- feat: apply async reactor ostracon by @brew0722 in #209
- chore: reformat proto files and restore proto docs by @whylee259 in #212
- perf: memoize bech32 encoding and decoding by @wetcod in #216
- fix: fix bech32 cache to get bech32 from proper cache by @wetcod in #219
- feat: rootmulti store parallel commit by @iproudhon in #218
- build: bump up iavl for parallel processing of batches by @wetcod in #221
- docs: remove codeowners by @egonspace in #211
- updated log time to have milliseconds by @iproudhon in #224
- build: bump up ostracon to optimize checking the txs size by @wetcod in #228
- fix: modify module name to lfb-sdk by @egonspace in #230
- chore: fix branch name in ci script by @egonspace in #234
- build: bump up ostracon to not flush wal when receive consensus msgs by @wetcod in #246
- docs: add PR procedure, apply main branch by @egonspace in #248
- fix: migrate linkwasmd to the latest commit by @brew0722 in #250
- chore: remove legacy from modules by @egonspace in #255
- docs: modify copyright and contributing by @egonspace in #256
- refactor(wasm): specify wasm event types by @brew0722 in #254
- docs: modify copyright, verified from legal team by @egonspace in #259
- docs: fix link urls, remove invalid reference by @egonspace in #262
- docs: remove gov, ibc and readme of wasm module by @whylee259 in #260
- docs: replace links to Cosmos's repository with ours by @loloicci in #245
- ci: remove docker publish by @whylee259 in #264
- chore: remove private module dependencies by @whylee259 in #277
- chore: replace to github app token for actions by @whylee259 in #278
- build(deps): bump google.golang.org/grpc from 1.35.0 to 1.39.0 by @dependabot in #266
- build(deps): bump github.com/armon/go-metrics from 0.3.6 to 0.3.9 by @dependabot in #267
- build(deps): bump github.com/go-kit/kit from 0.10.0 to 0.11.0 by @dependabot in #275
- build(deps): bump github.com/btcsuite/btcd from 0.21.0-beta to 0.22.0-beta by @dependabot in #268
- build(deps): bump github.com/prometheus/common from 0.15.0 to 0.29.0 by @dependabot in #273
- build(deps): bump github.com/rs/zerolog from 1.20.0 to 1.23.0 by @dependabot in #271
- build(deps): bump github.com/VictoriaMetrics/fastcache from 1.5.8 to 1.6.0 by @dependabot in #280
- build(deps): bump github.com/magiconair/properties from 1.8.4 to 1.8.5 by @dependabot in #272
- build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware from 1.2.2 to 1.3.0 by @dependabot in #283
- build(deps): bump github.com/confio/ics23/go from 0.6.3 to 0.6.6 by @dependabot in #284
- feat: Introduce sig block height for the new replay protection by @egonspace in #265
- fix: send tx with unknown address with daemon command by @egonspace in #286
- chore: remove MaxGas const by @loloicci in #253
- feat: add grpc api related to the block by @brew0722 in #291
- feat(wasm): merge wasmd 0.17.0 by @shiki-tak in #249
- docs: update swagger proto path for wasm by @brew0722 in #295
- docs: update swagger for wasm by @brew0722 in #297
- fix: treat addresses as strings in sdk internals by @egonspace in #298
- feat: integrate ostracon by @egonspace in #317
- fix: modify brand name; lfb to lbm by @egonspace in #323
- perf: internal objects optimization (BaseAccount, Balance & Supply) by @iproudhon in #320
- build(deps): bump github.com/dgraph-io/ristretto from 0.0.3 to 0.1.0 by @dependabot in #296
- build(deps): bump github.com/prometheus/common from 0.29.0 to 0.30.0 by @dependabot in #302
- build(deps): bump google.golang.org/grpc from 1.39.0 to 1.40.0 by @dependabot in #306
- build(deps): bump github.com/spf13/cast from 1.3.1 to 1.4.1 by @dependabot in #307
- build(deps): bump codecov/codecov-action from 1.5.0 to 2.0.3 by @dependabot in #310
- build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 by @dependabot in #311
- build(deps): bump technote-space/get-diff-action from 4 to 5.0.1 by @dependabot in #316
- build(deps): bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 by @dependabot in #319
- build(deps): bump github.com/rs/zerolog from 1.23.0 to 1.25.0 by @dependabot in #322
- build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 by @dependabot in #325
- docs: update quick start guide by @dudong2 in #328
- build(deps): bump github.com/go-kit/kit from 0.11.0 to 0.12.0 by @dependabot in #330
- build(deps): bump github.com/VictoriaMetrics/fastcache from 1.6.0 to 1.7.0 by @dependabot in #327
- test: enable sim test, race test by @egonspace in #326
- build(deps): bump github.com/spf13/viper from 1.7.1 to 1.9.0 by @dependabot in #329
- build(deps): bump github.com/prometheus/common from 0.30.0 to 0.31.0 by @dependabot in #331
- build(deps): bump google.golang.org/grpc from 1.40.0 to 1.41.0 by @dependabot in #332
- build(deps): bump github.com/prometheus/common from 0.31.0 to 0.31.1 by @dependabot in #333
- chore: local multi node test setting files by @dudong2 in #334
- fix: upgrade proto buf version by @egonspace in #338
- feat: modify wasm's proto path by @whylee259 in #335
- build(wasm): bump up wasmvm to v0.14.0-0.8.0 by @whylee259 in #336
- fix: increate minimum limit of randomly generated sig block period by @egonspace in #341
- test: split long sim test into 3 parts by @egonspace in #345
- fix: move SigBlockHeight from TxBody into AuthInfo by @0Tech in #344
New Contributors
Full Changelog: v0.34.3...v0.43.0