Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wasm): x/wasm stargate migration #131

Merged
merged 885 commits into from
Apr 26, 2021
Merged
Changes from 1 commit
Commits
Show all changes
885 commits
Select commit Hold shift + click to select a range
e86f38d
Add more queries on reflect contract
ethanfrey Oct 6, 2020
fec5515
Test QuerySmart and QueryRaw reflected via contract
ethanfrey Oct 6, 2020
cc9dd04
Add test for the response of StakingQuery::Validators
ethanfrey Oct 6, 2020
2cc8518
Add test for StakingQuery::AllDelegations
ethanfrey Oct 6, 2020
fd9130d
Prevent integer overflow
alpe Oct 6, 2020
38145e7
Cleanup from PR comments
ethanfrey Oct 6, 2020
273a192
Add tests for StakingQuery::{Delegation,BondedDenom}
ethanfrey Oct 6, 2020
b0add1f
Merge pull request #273 from CosmWasm/wasm-querier-integration-tests
ethanfrey Oct 6, 2020
d4e39aa
Increment x/wasm error codes by 1
ethanfrey Oct 6, 2020
c761a7f
Merge pull request #276 from CosmWasm/proper-create-error
ethanfrey Oct 6, 2020
9388f9c
Update README
ethanfrey Oct 6, 2020
2b34ee6
Return raw stored bytes for raw queries
ethanfrey Oct 6, 2020
4689220
Update raw query REST response
ethanfrey Oct 6, 2020
eb0f86e
Use json.RawMessage for better encoding of REST interface on raw queries
ethanfrey Oct 6, 2020
dda0bf0
Merge pull request #277 from CosmWasm/simplify-raw-query-return
ethanfrey Oct 6, 2020
0b290cb
Better calculation of Delegation.CanRedelegate
ethanfrey Oct 6, 2020
2a92028
Wrote gnarly query to get outstanding rewards for delegator
ethanfrey Oct 6, 2020
3143ea6
Update app.go for new constructor
ethanfrey Oct 6, 2020
b4d22c6
Test QueryContractState based on binary
webmaster128 Oct 7, 2020
d2d2048
Test nil key and adapt docs
webmaster128 Oct 7, 2020
a28b880
Merge pull request #279 from CosmWasm/query-testing
ethanfrey Oct 7, 2020
5fbf4ae
Review feedback
alpe Oct 7, 2020
e145144
Minor PR cleanup
ethanfrey Oct 7, 2020
9593e91
Ensure the DelegationQuery doesn't modify the state
ethanfrey Oct 7, 2020
aabe0b6
Extra safe we do not write during the query
ethanfrey Oct 7, 2020
3571625
Merge pull request #278 from CosmWasm/fix-staking-queries
ethanfrey Oct 7, 2020
ad4262a
Merge pull request #274 from CosmWasm/prevent_overflow
ethanfrey Oct 7, 2020
09d5476
Add test showing WasmQuery::Raw fails for missing responses
ethanfrey Oct 7, 2020
569539c
Update to go-cosmwasm v0.11.0-rc and raw query tests pass
ethanfrey Oct 7, 2020
4c93c3f
Merge pull request #281 from CosmWasm/nil-raw-query-test
ethanfrey Oct 7, 2020
8d2d2d3
Update to go-cosmwasm v0.11.0
ethanfrey Oct 8, 2020
aa81939
Download newest contracts
ethanfrey Oct 8, 2020
bc0c96f
Merge pull request #285 from CosmWasm/prepare-v0.11-release
ethanfrey Oct 8, 2020
13169ab
Base64 encoded return data on wasm raw query REST endpoint
ethanfrey Oct 8, 2020
b30902f
Merge pull request #284 from CosmWasm/raw-query-returns-base64
ethanfrey Oct 8, 2020
80a7cfe
Manually encode as base64 as auto-encoded doesn't work
ethanfrey Oct 8, 2020
9984c01
Merge pull request #286 from CosmWasm/raw-query-returns-base64
ethanfrey Oct 9, 2020
8ebab06
Add simple iterator test - all asc/desc
ethanfrey Oct 12, 2020
e3c37da
Full test cases over all bounds
ethanfrey Oct 12, 2020
ff37dc6
Merge pull request #290 from CosmWasm/check-iavl-range-bounds
ethanfrey Oct 12, 2020
bcb00d6
Upgrade to Stargate commits
alpe Aug 12, 2020
5cc3e6d
Add GRPC querier and REST gateway
alpe Oct 27, 2020
e54fbb9
Better test setup
alpe Oct 27, 2020
dff38d2
Add manual test scripts
alpe Oct 27, 2020
c6e0fda
Cleanup module
alpe Oct 27, 2020
85cccdc
Away from master onto v0.40.0-rc1
ethanfrey Oct 27, 2020
2d73819
Update README
conr2d Oct 28, 2020
262f1cf
Document local cli tests
ethanfrey Oct 28, 2020
cd3f72e
Review feedback
alpe Oct 29, 2020
a962736
Merge pull request #294 from conr2d/update-readme-1
ethanfrey Oct 29, 2020
1846f62
Merge pull request #293 from CosmWasm/upgrade_stargate_rebased
ethanfrey Oct 29, 2020
bf83c44
Upgrade to Stargate RC2
alpe Nov 3, 2020
41cf73d
Merge pull request #299 from CosmWasm/upgrade_starport_rc2
alpe Nov 5, 2020
e55cc9f
Reject wasm zips exceeding limit
alpe Nov 5, 2020
d4824f3
Parameter for max wasm code size
alpe Nov 6, 2020
2efd962
Add test to very limit on uncompressed data
alpe Nov 9, 2020
fbd7168
Merge pull request #302 from CosmWasm/code_max_param_289
alpe Nov 9, 2020
4fb3a50
Support self calling contract on instantiation (#300)
alpe Nov 9, 2020
a485d94
Upgrade to Stargate RC3
alpe Nov 10, 2020
550c6f5
Containerized Protobuf generation (#304)
alpe Nov 11, 2020
cbda602
Merge pull request #305 from CosmWasm/stargate_rc3_upgrade
alpe Nov 11, 2020
93761ea
Upgrade wasmvm aka go-cosmwasm (#311)
alpe Nov 17, 2020
ca040da
Integrate wasmcli into wasmd
alpe Nov 13, 2020
6a92085
Replace sdk.AccAddress with bech32 string
alpe Nov 11, 2020
0589dfa
Review feedback
alpe Nov 17, 2020
06cd063
Merge pull request #312 from CosmWasm/single_binary_308
alpe Nov 17, 2020
6045693
Set bech32 prefix
alpe Nov 17, 2020
24d9eaf
Merge pull request #314 from CosmWasm/proto_account_strings_306
alpe Nov 17, 2020
807956b
Merge pull request #316 from CosmWasm/bech32_prefix_313
alpe Nov 17, 2020
a6ea0c1
Fix chain id setup in contrib/local/setup_wasmd.sh
orkunkl Nov 19, 2020
794b4ef
Upgrade CosmWasm/wasmvm to v0.12.0
webmaster128 Nov 19, 2020
9f1d07e
Add .dockerignore
webmaster128 Nov 19, 2020
cb20a7b
Use libwasmvm_muslc.a from Github
webmaster128 Nov 19, 2020
07855f8
Upgrade Go to 1.15
webmaster128 Nov 19, 2020
8ee7038
Merge pull request #319 from CosmWasm/upgrade-wasmvm-to-0-12.0
webmaster128 Nov 19, 2020
16e88ec
Exclude generate proto code files in coverage (#320)
alpe Nov 20, 2020
8af8006
Merge pull request #318 from CosmWasm/setup-wasmd-script-fix
alpe Nov 20, 2020
b0b407d
Add pagination to grpc queries (#317)
alpe Nov 23, 2020
1d3bc0e
Handle panics in query contract smart
alpe Nov 23, 2020
0b7b703
Use base request data for sender
alpe Nov 25, 2020
ccc378e
Merge pull request #325 from CosmWasm/fix_rest_sender_324
alpe Nov 30, 2020
eeb3797
Merge pull request #322 from CosmWasm/handle_oog_321
alpe Nov 30, 2020
2a105ad
Rename protobuf package
alpe Dec 3, 2020
576f620
Merge pull request #330 from CosmWasm/proto_package_329
alpe Dec 4, 2020
06f42c5
Fix home dir issue in export command
alpe Dec 11, 2020
b63a149
Fix param usage issue in genesis import
alpe Dec 11, 2020
ae169ce
Merge pull request #338 from CosmWasm/fix_genesis_335
alpe Dec 14, 2020
9e2a97e
Merge pull request #337 from CosmWasm/export_home_334
alpe Dec 14, 2020
7e59926
Upgrade grpc lib
alpe Dec 14, 2020
095453d
Merge pull request #340 from CosmWasm/dependency_339
alpe Dec 14, 2020
3e5de6d
Generate Changelog from github data
alpe Dec 14, 2020
c73a039
Merge pull request #332 from CosmWasm/changelog_331
alpe Dec 15, 2020
53bbf96
Upgrade to cosmos-sdk v0.40.0-rc5 (#345)
alpe Dec 17, 2020
e8d26c7
v0.14.0
alpe Jan 4, 2021
6acc712
Fix legacy REST API (#352)
chengwenxi Jan 5, 2021
447fb07
Upgrade to cosmos-sdk v0.40.0-rc6 (#354)
alpe Jan 6, 2021
ffc03b3
Upgrade gofuzz to v1.2.0
alpe Jan 6, 2021
b8d9033
Merge pull request #355 from CosmWasm/upgrade_gofuzz
ethanfrey Jan 6, 2021
38707cb
Upgrade wasmvm to v0.13.0
alpe Jan 7, 2021
d790dc9
Update changelog
alpe Jan 7, 2021
70f35d8
Fix test condition to work on Linux
alpe Jan 7, 2021
a66d773
Merge pull request #358 from CosmWasm/wasmvm_upgrade
ethanfrey Jan 7, 2021
2b5a811
Bump github.com/tendermint/tendermint from 0.34.0 to 0.34.1
dependabot-preview[bot] Jan 7, 2021
79df346
go mod tidy
ethanfrey Jan 7, 2021
9c0b974
Merge pull request #356 from CosmWasm/dependabot/go_modules/github.co…
ethanfrey Jan 7, 2021
46e1695
Update version of cosmwasm lib
ethanfrey Jan 7, 2021
841ca40
Update default command to show the version properly
ethanfrey Jan 7, 2021
57999b2
Start with wasm msg in genesis
alpe Dec 16, 2020
03b31b2
CLI integration
alpe Dec 17, 2020
be1927b
Replace viper in cli
alpe Dec 18, 2020
35a7b90
Validate genesis messages
alpe Dec 21, 2020
5882bf3
Add cli tests
alpe Dec 21, 2020
08bbfdf
Merge pull request #360 from CosmWasm/update-dockerfile
ethanfrey Jan 7, 2021
83d22a9
Polish gen msg code and tests
alpe Dec 23, 2020
488d2fe
Add doc for wasm position in genesis handler
alpe Dec 23, 2020
bac2339
Add sanity test for all genesis message types
alpe Dec 23, 2020
080880f
Add/update compatibility charts - review sdk version on 0.14 tag
ethanfrey Jan 7, 2021
71b9b72
Minor fixes from PR comments
ethanfrey Jan 7, 2021
5cc3231
Merge pull request #359 from CosmWasm/update-compatibility-charts
ethanfrey Jan 7, 2021
321491e
Merge pull request #346 from CosmWasm/genesis_contract_msg_326
ethanfrey Jan 7, 2021
45f6f38
Start upgrade docs
ethanfrey Jan 7, 2021
5257c22
Finish Upgrade doc and dry-run
ethanfrey Jan 7, 2021
6fda613
Update docker instructions in README
ethanfrey Jan 7, 2021
9ee91d2
Document musselnet-v2 upgrade failure
ethanfrey Jan 7, 2021
169b60b
Upgrade from v0.14.0 to musselnet-v2, so it passed
ethanfrey Jan 7, 2021
5942968
Change error message to match v0.14.0 output
ethanfrey Jan 7, 2021
3d43e27
Bump github.com/cosmos/cosmos-sdk from 0.40.0-rc6 to 0.40.0-rc7
dependabot-preview[bot] Jan 8, 2021
82be689
go mod tidy
ethanfrey Jan 8, 2021
af01d0b
Merge pull request #365 from CosmWasm/dependabot/go_modules/github.co…
ethanfrey Jan 8, 2021
803a23f
Merge pull request #364 from CosmWasm/passing-upgrade
ethanfrey Jan 8, 2021
15021fc
Merge pull request #363 from CosmWasm/document-upgrade
ethanfrey Jan 8, 2021
8760821
Follow naming convention for msg proto
alpe Jan 8, 2021
c64d5d5
Refactor to grpc message server
alpe Jan 8, 2021
202c195
Add changelog
alpe Jan 8, 2021
87eb03d
Rename s, a args for clarity
ethanfrey Jan 8, 2021
9650941
Don't enforce balance when no funds sent
ethanfrey Jan 8, 2021
013491a
Pull out some test helpers for genesis_test
ethanfrey Jan 8, 2021
33333da
Change protobuf return for store code to return uint64 not string
ethanfrey Jan 8, 2021
adcbf2f
Pin prototools to a fixed version in Makefile
ethanfrey Jan 8, 2021
5f8c246
Update comment on execute return value
ethanfrey Jan 8, 2021
0093106
Merge pull request #366 from CosmWasm/grpc_service_328
ethanfrey Jan 8, 2021
0245e76
Bump comos-sdk version to v0.40.0 final
alpe Jan 11, 2021
0faf7f2
Update Changelog
alpe Jan 11, 2021
456ddae
Merge pull request #369 from CosmWasm/sdk_upgrade_0.40.0
ethanfrey Jan 11, 2021
e184f9e
Merge pull request #367 from CosmWasm/genesis-fix
ethanfrey Jan 11, 2021
5828347
Update docs that 0.14 is on 0.40.0 final
ethanfrey Jan 11, 2021
1acda43
Add 0.14.0 header to CHANGELOG
ethanfrey Jan 11, 2021
18850e1
Bump github.com/tendermint/tendermint from 0.34.1 to 0.34.2
dependabot-preview[bot] Jan 13, 2021
bd7f947
go mod tidy
ethanfrey Jan 13, 2021
f9015cb
Merge pull request #375 from CosmWasm/dependabot/go_modules/github.co…
ethanfrey Jan 13, 2021
91eda09
Cosmos SDK 0.40.1, Tendermint 0.34.3
ethanfrey Jan 19, 2021
5f0306e
Merge pull request #380 from CosmWasm/update-cosmos-sdk
alpe Jan 20, 2021
1bef28a
Update changelog for 0.14.1
alpe Jan 20, 2021
1920f80
Merge pull request #383 from CosmWasm/changelog_0.14.1
alpe Jan 20, 2021
09bca64
Fix ParseEvents to always include wasm.contract_address
assafmo Jan 24, 2021
0d5da91
ParseEvents code comments
assafmo Jan 24, 2021
bd1ee82
Merge pull request #386 from assafmo/patch-1
ethanfrey Jan 25, 2021
ef88347
Update to Cosmos SDK 0.41
ethanfrey Jan 26, 2021
53ed3bf
Add 0.15 notes in CHANGELOG, README
ethanfrey Jan 26, 2021
7dd5a74
Merge pull request #390 from CosmWasm/upgrade-cosmos-sdk-0410
alpe Jan 27, 2021
0385d5f
Update changelog for v0.15.0
alpe Jan 27, 2021
e6735eb
Merge pull request #393 from CosmWasm/changelog_0.15
alpe Jan 27, 2021
0f46dee
Implement IBC contract support (#394)
alpe Jan 29, 2021
4141cc3
Add custom message handler option (#402)
alpe Feb 1, 2021
d46871e
remove redundant wasm limit in rest
Feb 5, 2021
a278049
Merge pull request #404 from secret2830/secret/remove-wasm-limit-for-…
alpe Feb 5, 2021
d0befd9
Added randomized simulation parameters generation (#389)
leobragaz Feb 5, 2021
ea4e77e
Bump github.com/cosmos/cosmos-sdk from 0.41.0 to 0.41.2
dependabot-preview[bot] Feb 18, 2021
fe7b539
go mod tidy
ethanfrey Feb 18, 2021
09844f0
Merge pull request #412 from CosmWasm/dependabot/go_modules/github.co…
ethanfrey Feb 18, 2021
f639670
Bump github.com/spf13/cobra from 1.1.1 to 1.1.3
dependabot-preview[bot] Feb 11, 2021
19e0e94
go mod tidy
ethanfrey Feb 18, 2021
b1a6be0
Merge pull request #408 from CosmWasm/dependabot/go_modules/github.co…
ethanfrey Feb 18, 2021
e82194a
Bump Cosmos SDK to 0.41.3
ethanfrey Feb 18, 2021
7f20f33
Merge pull request #413 from CosmWasm/sdk-0-41-3
ethanfrey Feb 18, 2021
14b4d16
Implement relayer integration tests (#395)
orkunkl Feb 22, 2021
efe395e
Upgrade cosmos-sdk to v0.41.4
alpe Mar 3, 2021
05734de
Upgrade grpc to v1.36.0
alpe Mar 3, 2021
5f38571
Merge pull request #426 from CosmWasm/sdk_upgrade_v0.41.4
ethanfrey Mar 3, 2021
7583340
Rename to funds in msgs
alpe Mar 3, 2021
cca60e2
Merge pull request #429 from CosmWasm/funds_fields_423
alpe Mar 3, 2021
0358c1c
Add data field to Instantiate response
alpe Mar 3, 2021
4a3e12a
Fix proto field number
alpe Mar 3, 2021
573bada
Merge pull request #427 from CosmWasm/instantiate_rsp_data_385
ethanfrey Mar 3, 2021
6f0e286
Update wasmvm dependency to v0.14.0-alpha1
ethanfrey Mar 3, 2021
f536bf2
Update to v0.14.0-alpha1 test contracts
ethanfrey Mar 3, 2021
5a6c061
Fix all compile errors
ethanfrey Mar 3, 2021
c1ace64
Fix tests
ethanfrey Mar 3, 2021
8e466f0
Update wasmvm and test contracts to v0.14.0-alpha2
ethanfrey Mar 3, 2021
6bdac24
Merge pull request #432 from CosmWasm/wasmvm-0.14-alpha1
alpe Mar 4, 2021
279efa9
Use label from contract msg
alpe Mar 3, 2021
4307e9b
Merge pull request #430 from CosmWasm/instantiate_encoder_376
ethanfrey Mar 4, 2021
c2ff445
Expose Sudo on WasmEngine and Keeper
ethanfrey Mar 3, 2021
1f2a7db
Add test coverage
ethanfrey Mar 3, 2021
43430b7
Update CHANGELOG
ethanfrey Mar 3, 2021
a50bafb
Update SudoMsg in test
ethanfrey Mar 3, 2021
311be37
Add comment on tongue-in-check StealFunds message
ethanfrey Mar 4, 2021
b09a925
Merge pull request #433 from CosmWasm/sudo-entry-point
ethanfrey Mar 4, 2021
9bf079c
Add placeholders for StargateQuery and StargateMsg
ethanfrey Mar 4, 2021
220c277
Implement EncodeStargateMsg
ethanfrey Mar 4, 2021
0c3460e
Add stargate support to wasm querier plugins
ethanfrey Mar 4, 2021
c33b369
Unpack interfaces after unpacking stargate message
ethanfrey Mar 4, 2021
b4d325d
Test the Stargate HandlerPlugin encoding
ethanfrey Mar 4, 2021
8913fdf
Simplify 2 step Message Handler setup
ethanfrey Mar 4, 2021
cec6dcd
Test contract using raw grpc/proto stargate queries
ethanfrey Mar 4, 2021
b98353e
Merge pull request #435 from CosmWasm/stargate-msg-and-query
ethanfrey Mar 4, 2021
27d5351
Encode WasmMsg::Migrate and test
ethanfrey Mar 4, 2021
d51a1b8
Merge pull request #437 from CosmWasm/wasm-migrate-msg
ethanfrey Mar 5, 2021
6c3c197
Pin/Unpin contract
alpe Mar 4, 2021
e660395
Add stargate msg test with any
alpe Mar 9, 2021
5c8fe5a
Add stubs for handling IBC QueryRequests from contract
ethanfrey Mar 4, 2021
f03e209
Implement Channel Query
ethanfrey Mar 4, 2021
91ad768
Implement AllChannels Query
ethanfrey Mar 4, 2021
9ce450a
Integrate PR review
ethanfrey Mar 9, 2021
4072abf
Merge pull request #436 from CosmWasm/contract_pinning_401
ethanfrey Mar 9, 2021
8d9ed87
Merge pull request #439 from CosmWasm/ibc-query-support
ethanfrey Mar 9, 2021
fd81a66
Merge pull request #444 from CosmWasm/stargate_msg_test_438
alpe Mar 10, 2021
78d5581
Submsg and replies (#441)
ethanfrey Mar 10, 2021
3a6ac58
Replace keeper types with interfaces
alpe Mar 10, 2021
5c52ab7
Check coin transfer enabled; extensionpoint
alpe Mar 10, 2021
10a1fef
Merge pull request #446 from CosmWasm/send_coins_enabled_414
alpe Mar 10, 2021
16779e6
Upgrade wasmvm to v0.14.0-beta1
alpe Mar 10, 2021
ea04c10
Update wasm contracts
alpe Mar 10, 2021
310aa8b
Allow subsecond block times
ethanfrey Mar 10, 2021
810c05b
Merge pull request #453 from CosmWasm/fix-docker-setup-for-fast-blocks
ethanfrey Mar 10, 2021
200a2e9
dispatch submessages from ibc handlers
ethanfrey Mar 10, 2021
bd3cae0
Merge pull request #447 from CosmWasm/wasmvm_upgrade
ethanfrey Mar 10, 2021
0b9fcdb
Upgrade cosmos-sdk to v0.42.0
alpe Mar 10, 2021
315284e
Merge pull request #452 from CosmWasm/sdk_upgrade
alpe Mar 10, 2021
5ff9ea2
Merge branch 'wasmd_0.16.0-alpha1' into v2/develop
Apr 8, 2021
6ca6cdd
fix(wasm): adjust protobuf for x/wasm
Apr 9, 2021
554ed6d
fix(wasm): remove unused files
Apr 9, 2021
ea81df6
fix(wasm): replace tendermint and cosmos-sdk paths
Apr 9, 2021
2cc5273
fix(wasm): remove duplicated params
Apr 9, 2021
719db9c
fix(wasm): migrate CustomQuerier and CustomEncoder
Apr 9, 2021
233771e
fix: add 'LegacyStore' for x/wasm
Apr 11, 2021
fa0fca7
fix(wasm): add missed nil parameter for test
Apr 11, 2021
d3c3b90
fix: disable token/collection module encoder
Apr 11, 2021
ea1ac76
chore: update wasm testdata
Apr 11, 2021
a0d7c37
fix(wasm): adjust gas consumed value in test
Apr 12, 2021
1336c30
Merge branch 'v2/develop' into merge-wasmd-0.16.0-alpha1
Apr 12, 2021
eb91587
fix(wasm): migrate linkwasmd to wasmd-0.16.0-alpha1
Apr 13, 2021
6152979
fix(wasm): disable token/collection in cli_test
Apr 13, 2021
4a27443
chore(wasm): go mod tidy
Apr 13, 2021
18f9b7c
fix(wasm): remove cli_test
Apr 13, 2021
bcf06e4
chore: go mod tidy
Apr 13, 2021
7354f3e
docs: update changelog
Apr 14, 2021
0237df4
chore: fix lint errors
Apr 19, 2021
1f739c5
fix: change SdkIterlator to parent function call
brew0722 Apr 22, 2021
c859b4a
Merge branch 'v2/develop' into brew0722/v2/feat/merge-wasmd-0.16.0-al…
brew0722 Apr 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'v2/develop' into brew0722/v2/feat/merge-wasmd-0.16.0-al…
…pha1
brew0722 authored Apr 26, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c859b4a7c12530b7ab2b46918d0967e50328b33d
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -359,6 +359,8 @@ github.com/line/tm-db v0.5.2 h1:P8kMpcrm9Xyfl6QLyafssNIoIeC01k0fhw2zDvKhtl4=
github.com/line/tm-db v0.5.2/go.mod h1:VrPTx04QJhQ9d8TFUTc2GpPBvBf/U9vIdBIzkjBk7Lk=
github.com/line/tm-db/v2 v2.0.0-init.1.0.20210406062110-9424ca70955a h1:qSt/WwORC5+nVRnNqx+A0oo5gOCsoVJ0HmHF5Db1YvY=
github.com/line/tm-db/v2 v2.0.0-init.1.0.20210406062110-9424ca70955a/go.mod h1:wmkyPabXjtVZ1dvRofmurjaceghywtCSYGqFuFS+TbI=
github.com/line/tm-db/v2 v2.0.0-init.1.0.20210413083915-5bb60e117524 h1:eKXXnUm1SblC0AIXAMNDaSyvIbQ50yXqFbh9+Q8Kjvg=
github.com/line/tm-db/v2 v2.0.0-init.1.0.20210413083915-5bb60e117524/go.mod h1:wmkyPabXjtVZ1dvRofmurjaceghywtCSYGqFuFS+TbI=
github.com/line/wasmvm v0.14.0-0.3.0 h1:T2caIGAOyj1FB3g3h0RqVy99XL7P0caEh0XnQoLa5i0=
github.com/line/wasmvm v0.14.0-0.3.0/go.mod h1:Id107qllDJyJjVQQsKMOy2YYF98sqPJ2t+jX1QES40A=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
You are viewing a condensed version of this merge commit. You can view the full changes here.