Skip to content

Commit

Permalink
fix: injective integration (#194)
Browse files Browse the repository at this point in the history
* ci: fix missing version info of rly binary (#174)

* fix: no error if recover signature fails (#178)

Co-authored-by: viveksharmapoudel <[email protected]>

* fix: query consensus state no retry  (#180)

Co-authored-by: izyak <[email protected]>

* ci: update tag format (#183)

* fix: do not cast bigint to int 64

* feat: injective implementation

---------

Co-authored-by: DeepakBomjan <[email protected]>
Co-authored-by: viveksharmapoudel <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2023
1 parent 7c51b1c commit 27d063e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 854 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/icon-project/IBC-Integration v0.0.0-20230416064536-48d70570734d
github.com/icon-project/goloop v1.3.4
github.com/icon-project/icon-bridge v0.0.11
github.com/jsternberg/zap-logfmt v1.3.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.15.0
Expand Down Expand Up @@ -128,7 +127,6 @@ require (
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/gtank/ristretto255 v0.1.2 // indirect
github.com/haltingstate/secp256k1-go v0.0.0-20151224084235-572209b26df6 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.7.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
Expand Down
Loading

0 comments on commit 27d063e

Please sign in to comment.