-
Notifications
You must be signed in to change notification settings - Fork 406
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
Cosmos SDK v46 #863
Closed
Closed
Cosmos SDK v46 #863
Changes from 150 commits
Commits
Show all changes
159 commits
Select commit
Hold shift + click to select a range
09207af
bump
faddat 43b7ae7
update ibc stuff
faddat fdf15f9
store keys updated to store/types
faddat 017459a
add CountTx Middleware
vuong177 a3623f3
add CountTx Middleware
vuong177 904c958
clean CountTxMiddleware and add LimitSimulationGasMiddleware
vuong177 001f33f
update go.mod, go.sum
catShaark 3bf50b1
rm rest handler from gov proposal handler
catShaark c27981c
add missing codec param to keyring.New(); assign 2 values to info.Get…
catShaark 8b046c2
no legacyctx anymore
vuong177 607d695
no legacyctx anymore
vuong177 51909a9
fixing test_helper, add middleware test, and add wasm middleware
vuong177 5b67451
fix bug by update cosmos-sdk in ./cmd
vuong177 a088901
fix bug by update ibc-v2 to ibc-v3
vuong177 a6fc68a
update gov types
catShaark 5d2f237
remote ante handler
vuong177 23953b7
update sdk
faddat 387d719
remove rest and begin app.go refactor
faddat 72bd8fd
This is a somewhat messy commit that adds more of the ica features
faddat c8a1735
more cleanup
faddat 78d815e
app.go completed
faddat 189e95c
fix export
faddat aad3312
message router
faddat 9540d01
more auth antehandler to middleware conversions in /x/wasm
faddat 4670e3a
remove RegisterProposalTypeCodec from proposal.go init()
catShaark 63a4077
fix abci.EventAttribute error in msg_dispatcher_test.go
catShaark a0f1823
fix storetypes
catShaark d503f41
remove rest from module.go
faddat a85abd4
Merge branch 'fortysix' of https://github.com/notional-labs/wasmd int…
faddat 578009c
add empty RegisterRESTRoutes in appmodulebasic
catShaark 81f1241
Update to laterst ibc-go
faddat 7b8fe93
Merge branch 'fortysix' of https://github.com/notional-labs/wasmd int…
faddat 049f54d
height counters
faddat 20a17c7
Rename Keepers
faddat 0d66940
cleanup
faddat 332f6a9
arm support
faddat 1019ec6
more tests fixed
faddat ecf54e4
fix staking test
faddat d755653
add the testnet command to wasmd
faddat 0b3a6b1
Use routes in test_common.go instead of directly using the handlers
faddat 776aae9
test_common.go fixed to legacy standards but still needs to be migrat…
faddat 9fe840e
add testnet code (does not work perfectly yet)
faddat 7849c28
mod wasm IBCHandler OnChanOpenTry()
catShaark bd77037
remove runas gov proposal
catShaark a9f0f8a
remove runas gov proposal handler
catShaark aa0760b
exclude testnets from git
faddat f5272e7
update sdk
faddat 7e3effc
update tendermint and annotate go.mod
faddat de147ba
remove runas gov proposal proto
catShaark 06c7cce
fmt
faddat 5ed13d2
Auto-linter-fixes
faddat a550d85
various linter fixes
faddat c192ef7
linter fixes
faddat 9eb23bc
remove legacy router
faddat 39d37b2
Linter fixes
faddat aa8c710
fix runtimGasForContract() as infinite gas meter now return math.MaxU…
catShaark 9984183
change createTestInput() in test_common.go
catShaark 871b316
change some func in test_helpers.go, fix error in app.go and app_test.go
catShaark 13924c4
revert Runas code that Khanh removed
vuong177 33c4b9a
fix bug in proposal_integration_test && change test_common.go for v0.46
vuong177 6b54222
update TxHandler in app.go
vuong177 fd45ec0
update wasm.go in ibctesting for cosmos-sdk v0.46
vuong177 d1620d0
add ibc middleware to TxHandler
vuong177 1154042
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat 46e134d
tidy
faddat 80f1f23
Merge branch 'fortysix' of https://github.com/notional-labs/wasmd int…
faddat f63a51f
v1beta2 for gov in cli
faddat ccaa503
change wasm RegisterLegacyAminoCodec;register wasm type to legacy.Cdc…
catShaark d207ee9
change wasmd RegisterInterfaces; fix wrong gov types in gov_tx.go ;ch…
catShaark 765b8ee
fix test TestInstantiateWithPermissions
catShaark 5a38f6e
Fix all linting issues
faddat be68be3
add check gasLimit in LimitSimulationGasHandler && change logic in Te…
vuong177 a5eea20
right gas in TestDispatchSubMsgErrorHandling, from 112000 to117166
vuong177 bc40d42
change const value in test
vuong177 49a31f8
change logic of OnChanOpenTry()
catShaark 12082af
fix wrong logic in middleware && change test in middleware
vuong177 da2e48d
Merge branch 'master' into fortysix
faddat fea8d75
add counterpartyChannelID param to wasm IBCHandler.OnChainOpenAck
catShaark 7e10035
add SetChannel to wasmtypes.ChannelKeeper; set counterparty channel o…
catShaark 540264f
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat c781698
update ibc-go
faddat 4e53546
update ibc
faddat fb6233b
wasm + ibc-go v3 (w/ chanconect ack) + sdk 46
faddat dcd17d6
fix bench_test, ~~pass test
vuong177 a30c4ef
update to gov v1
faddat a10de6e
fix gov handlers
faddat bd0fe66
Merge branch 'master' into fortysix
faddat ccdb5fc
fmt
faddat 6d1d48f
tidy
faddat d86ce08
Marshaler -> Codec
faddat 5e8d44d
switched from github.com/notional-labs/ibc-go/v3 to github.com/cosmos…
b630b22
removed the deprecated NegotiateAppVersion handler
348f50a
Merge pull request #23 from oopcode/fortysix-official-ibc
faddat daea304
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat c2a2306
v46+ica patch
faddat eb41894
fix middleware
faddat 8cc42c2
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat 0ca3896
merge upstream
faddat 337e8da
Merge commit '0ca3896ec438' into HEAD
faddat b95c5bf
46
faddat f42a6ce
close 815: upgrade to go 1.18
faddat 81df0ab
Update CHANGELOG.md
faddat fda10aa
updater ci and docker to go 1.18
faddat 88ae9c6
update image per: https://discuss.circleci.com/t/legacy-convenience-i…
faddat 84a66d8
Merge branch 'main' into faddat/ibc3-sdk46final
faddat c4771b8
begin cleanup for sdk46-rc0
faddat feccb5f
middleware cleanup
faddat e97668b
tidy
faddat 11d5be8
wasmd
faddat 09a91c1
removing middleware
faddat 572c675
fix issues in handler_plugin.go
faddat 25e0b36
gov tests
faddat ddcdaf3
update sdk
faddat 16453e9
snapshot
faddat 288c9ae
remove Setup func in testhelper.go
vuong177 5b10cf0
minor
vuong177 1331263
Delete .gitpod.yml
faddat c0372e9
Update testnet.yml
faddat 3410b30
Rename reflect_test.go to ibc_reflect_test.go
faddat 5bd5efe
Makefile can match upstream 1:1
faddat d74aff1
Merge branch 'faddat/ibc3-sdk46final' of https://github.com/notional-…
faddat e377d71
needless filename change
faddat 387cbf9
the antehandler test should be here
faddat ed31f73
goimports
faddat 6b88c6c
attempt build with modded sdk to fix snapshot issue
faddat 3a9b6d5
reattempt fixing ci
faddat 3e6c9c7
remove tab in circleci config
faddat e6cf38f
remove tab in circleci config
faddat 52f6ae7
Update config.yml
faddat ca0fb53
set Pruning nothing
vuong177 30ff7fb
lint
vuong177 c3ff30f
add keys to composite literal
faddat c95d595
update app.go
catShaark 6d75e58
remove pruning nothing in test setup()
catShaark 0c0e703
fix ibc module and test cordinator
catShaark 20f4f89
rm debugging fmt.Println
catShaark 1988d6a
add SnapshotOptions to testing wasm app
catShaark 9144280
Merge branch 'main' into faddat/upgrade-to-go-v-815
faddat 79601ea
go get -> go install, except dockerfile for protos
faddat dd6b7d3
v46
faddat 12a22c3
protobufs
faddat d4d1ad3
update mod and sum
faddat 55e2dd7
mock keepers
faddat bd5085c
mock keepers
faddat ef7e773
consensusparams
faddat 79ca106
finish gov cleanup
faddat 9ca6e1b
Merge remote-tracking branch 'upstream/main' into faddat/ibc3-sdk46final
faddat 7e8e47e
ApplySnapshotChunk
faddat 1d2537f
Merge remote-tracking branch 'origin/faddat/upgrade-to-go-v-815' into…
faddat f71289c
Delete .gitpod.yml
faddat d56e61c
fix the double-codec-registration issue
faddat acdb77d
go mod
vuong177 4ddf89b
ica controller
vuong177 2974b1d
fix more test && fix app.go
vuong177 b60c051
register concrete wasm types to gov amino codec; pass TestProposalJso…
catShaark 068083d
ibc v5
faddat 6a7250c
bump ibc-go
faddat e74146d
fixes
faddat 8573654
refactor tests to match 46 style
faddat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: 200s testnet | ||
|
||
# Controls when the action will run. Workflow runs when manually triggered using the UI | ||
# or API. | ||
on: [push, pull_request, workflow_dispatch] | ||
|
||
# This workflow runs a 200 second long multi-node testnet directly from the wasmd binary. | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
name: 200 second testnet | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2.1.3 | ||
with: | ||
go-version: '^1.18' | ||
|
||
|
||
# we build and install in case we want to run it or capture an artifact as we do in the step below. | ||
# we also start a chain, so that if we can't do that we know we've failed and move on | ||
- name: Compile chain | ||
run: | | ||
cd cmd/wasmd | ||
go build . | ||
go install . | ||
./wasmd testnet start --enable-logging | true | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only think I did this right, pls let me know if it is wrong :)