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

CW + SDK v46 + ibcv3 #764

Closed
wants to merge 98 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
09207af
bump
faddat Feb 23, 2022
43b7ae7
update ibc stuff
faddat Feb 23, 2022
fdf15f9
store keys updated to store/types
faddat Feb 23, 2022
017459a
add CountTx Middleware
vuong177 Feb 23, 2022
a3623f3
add CountTx Middleware
vuong177 Feb 23, 2022
904c958
clean CountTxMiddleware and add LimitSimulationGasMiddleware
vuong177 Feb 23, 2022
001f33f
update go.mod, go.sum
catShaark Feb 24, 2022
3bf50b1
rm rest handler from gov proposal handler
catShaark Feb 24, 2022
c27981c
add missing codec param to keyring.New(); assign 2 values to info.Get…
catShaark Feb 24, 2022
8b046c2
no legacyctx anymore
vuong177 Feb 25, 2022
607d695
no legacyctx anymore
vuong177 Feb 25, 2022
51909a9
fixing test_helper, add middleware test, and add wasm middleware
vuong177 Feb 25, 2022
5b67451
fix bug by update cosmos-sdk in ./cmd
vuong177 Feb 25, 2022
a088901
fix bug by update ibc-v2 to ibc-v3
vuong177 Feb 25, 2022
a6fc68a
update gov types
catShaark Feb 26, 2022
5d2f237
remote ante handler
vuong177 Feb 26, 2022
23953b7
update sdk
faddat Feb 26, 2022
387d719
remove rest and begin app.go refactor
faddat Feb 26, 2022
72bd8fd
This is a somewhat messy commit that adds more of the ica features
faddat Feb 26, 2022
c8a1735
more cleanup
faddat Feb 26, 2022
78d815e
app.go completed
faddat Feb 26, 2022
189e95c
fix export
faddat Feb 26, 2022
aad3312
message router
faddat Feb 26, 2022
9540d01
more auth antehandler to middleware conversions in /x/wasm
faddat Feb 26, 2022
4670e3a
remove RegisterProposalTypeCodec from proposal.go init()
catShaark Feb 26, 2022
63a4077
fix abci.EventAttribute error in msg_dispatcher_test.go
catShaark Feb 26, 2022
a0f1823
fix storetypes
catShaark Feb 26, 2022
d503f41
remove rest from module.go
faddat Feb 26, 2022
a85abd4
Merge branch 'fortysix' of https://github.com/notional-labs/wasmd int…
faddat Feb 26, 2022
578009c
add empty RegisterRESTRoutes in appmodulebasic
catShaark Feb 26, 2022
81f1241
Update to laterst ibc-go
faddat Feb 26, 2022
7b8fe93
Merge branch 'fortysix' of https://github.com/notional-labs/wasmd int…
faddat Feb 26, 2022
049f54d
height counters
faddat Feb 26, 2022
20a17c7
Rename Keepers
faddat Feb 26, 2022
0d66940
cleanup
faddat Feb 26, 2022
332f6a9
arm support
faddat Feb 26, 2022
1019ec6
more tests fixed
faddat Feb 27, 2022
ecf54e4
fix staking test
faddat Feb 27, 2022
d755653
add the testnet command to wasmd
faddat Feb 27, 2022
0b3a6b1
Use routes in test_common.go instead of directly using the handlers
faddat Feb 27, 2022
776aae9
test_common.go fixed to legacy standards but still needs to be migrat…
faddat Feb 27, 2022
9fe840e
add testnet code (does not work perfectly yet)
faddat Feb 27, 2022
7849c28
mod wasm IBCHandler OnChanOpenTry()
catShaark Feb 27, 2022
bd77037
remove runas gov proposal
catShaark Feb 27, 2022
a9f0f8a
remove runas gov proposal handler
catShaark Feb 27, 2022
aa0760b
exclude testnets from git
faddat Feb 28, 2022
f5272e7
update sdk
faddat Feb 28, 2022
7e3effc
update tendermint and annotate go.mod
faddat Feb 28, 2022
de147ba
remove runas gov proposal proto
catShaark Feb 28, 2022
06c7cce
fmt
faddat Feb 28, 2022
5ed13d2
Auto-linter-fixes
faddat Feb 28, 2022
a550d85
various linter fixes
faddat Feb 28, 2022
c192ef7
linter fixes
faddat Feb 28, 2022
9eb23bc
remove legacy router
faddat Feb 28, 2022
39d37b2
Linter fixes
faddat Feb 28, 2022
aa8c710
fix runtimGasForContract() as infinite gas meter now return math.MaxU…
catShaark Mar 2, 2022
9984183
change createTestInput() in test_common.go
catShaark Mar 2, 2022
871b316
change some func in test_helpers.go, fix error in app.go and app_test.go
catShaark Mar 2, 2022
13924c4
revert Runas code that Khanh removed
vuong177 Mar 2, 2022
33c4b9a
fix bug in proposal_integration_test && change test_common.go for v0.46
vuong177 Mar 2, 2022
6b54222
update TxHandler in app.go
vuong177 Mar 2, 2022
fd45ec0
update wasm.go in ibctesting for cosmos-sdk v0.46
vuong177 Mar 2, 2022
d1620d0
add ibc middleware to TxHandler
vuong177 Mar 2, 2022
1154042
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat Mar 2, 2022
46e134d
tidy
faddat Mar 2, 2022
80f1f23
Merge branch 'fortysix' of https://github.com/notional-labs/wasmd int…
faddat Mar 2, 2022
f63a51f
v1beta2 for gov in cli
faddat Mar 2, 2022
ccaa503
change wasm RegisterLegacyAminoCodec;register wasm type to legacy.Cdc…
catShaark Mar 2, 2022
d207ee9
change wasmd RegisterInterfaces; fix wrong gov types in gov_tx.go ;ch…
catShaark Mar 3, 2022
765b8ee
fix test TestInstantiateWithPermissions
catShaark Mar 3, 2022
5a38f6e
Fix all linting issues
faddat Mar 3, 2022
be68be3
add check gasLimit in LimitSimulationGasHandler && change logic in Te…
vuong177 Mar 3, 2022
a5eea20
right gas in TestDispatchSubMsgErrorHandling, from 112000 to117166
vuong177 Mar 3, 2022
bc40d42
change const value in test
vuong177 Mar 3, 2022
49a31f8
change logic of OnChanOpenTry()
catShaark Mar 3, 2022
12082af
fix wrong logic in middleware && change test in middleware
vuong177 Mar 3, 2022
da2e48d
Merge branch 'master' into fortysix
faddat Mar 3, 2022
fea8d75
add counterpartyChannelID param to wasm IBCHandler.OnChainOpenAck
catShaark Mar 5, 2022
7e10035
add SetChannel to wasmtypes.ChannelKeeper; set counterparty channel o…
catShaark Mar 5, 2022
540264f
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat Mar 7, 2022
c781698
update ibc-go
faddat Mar 7, 2022
4e53546
update ibc
faddat Mar 7, 2022
fb6233b
wasm + ibc-go v3 (w/ chanconect ack) + sdk 46
faddat Mar 7, 2022
dcd17d6
fix bench_test, ~~pass test
vuong177 Mar 8, 2022
a30c4ef
update to gov v1
faddat Mar 13, 2022
a10de6e
fix gov handlers
faddat Mar 13, 2022
bd0fe66
Merge branch 'master' into fortysix
faddat Mar 19, 2022
ccdb5fc
fmt
faddat Mar 19, 2022
6d1d48f
tidy
faddat Mar 19, 2022
d86ce08
Marshaler -> Codec
faddat Mar 19, 2022
5e8d44d
switched from github.com/notional-labs/ibc-go/v3 to github.com/cosmos…
Apr 5, 2022
b630b22
removed the deprecated NegotiateAppVersion handler
Apr 7, 2022
348f50a
Merge pull request #23 from oopcode/fortysix-official-ibc
faddat Apr 11, 2022
daea304
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat Apr 19, 2022
c2a2306
v46+ica patch
faddat Apr 19, 2022
eb41894
fix middleware
faddat Apr 19, 2022
8cc42c2
Merge https://github.com/cosmwasm/wasmd into fortysix
faddat Apr 26, 2022
0ca3896
merge upstream
faddat Apr 26, 2022
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
33 changes: 33 additions & 0 deletions .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This is a basic workflow that is manually triggered

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 makes x86_64 binaries for mac, windows, and linux.

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.17'


# 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



1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ docs/node_modules
baseapp/data/*
client/lcd/keys/*
mytestnet
.testnets

# Testing
coverage.txt
Expand Down
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: go get && go build ./... && go test ./... && make
command: go run


2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ distclean: clean


test: test-unit
test-all: check test-race test-cover
test-all: test-race test-cover

test-unit:
@VERSION=$(VERSION) go test -mod=readonly -tags='ledger test_ledger_mock' ./...
Expand Down
67 changes: 0 additions & 67 deletions app/ante.go

This file was deleted.

Loading