Skip to content

Commit

Permalink
Create Parent Proposal and use gov-created client in Handshake (#5)
Browse files Browse the repository at this point in the history
* port parent proposal to new repo

* fix tests

* Apply suggestions from code review

Co-authored-by: colin axnér <[email protected]>

* address rest of colin comments

* Apply suggestions from code review

Co-authored-by: Federico Kunze Küllmer <[email protected]>

* add binary hash

* create client on behalf of proposer

* add parameterized template client and clean up proto organization

* turn disabled flag to params

Co-authored-by: colin axnér <[email protected]>
Co-authored-by: Federico Kunze Küllmer <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2021
1 parent 9b064c2 commit 7d9ea5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 305 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,28 @@ require (
github.com/cosmos/iavl v0.17.1 // indirect
github.com/cosmos/ibc-go v1.2.1-0.20211111105346-12a60b13a024
github.com/gogo/protobuf v1.3.3
github.com/golangci/golangci-lint v1.42.1 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/improbable-eng/grpc-web v0.14.1 // indirect
github.com/jhump/protoreflect v1.9.0 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/prometheus/common v0.30.0 // indirect
github.com/rs/zerolog v1.25.0 // indirect
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tendermint/cosmos-rosetta-gateway v0.3.0-rc2.0.20210304154332-87d6ca4410df // indirect
github.com/tendermint/spm v0.1.5
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
)

replace (
Expand Down
Loading

0 comments on commit 7d9ea5c

Please sign in to comment.