sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Is this SDK ready to use?

Open nxy7 opened this issue 1 year ago • 3 comments

Hello, I'm trying to create integration with Injective exchange and I was planning on using this SDK to achieve it. It seems though that cosmos-sdk changed their module name and that causes bunch of issues. Any chance that someone could have a look into it?

nxy7 avatar Mar 11 '24 22:03 nxy7

More details - I was trying to use this sdk by running go get github.com/InjectiveLabs/sdk-go and can't get it to build. Right now I'm getting # github.com/cosmos/gogoproto/proto ../go/pkg/mod/github.com/cosmos/[email protected]/proto/merge.go:260:25: type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int.

nxy7 avatar Mar 11 '24 22:03 nxy7

Could you please advise if the SDK is fully functional to use?

JTG947 avatar Apr 19 '24 22:04 JTG947

Can you write which version of sdk-go you are using with with version of injective-core?

The issue comes from a delta between gogoproto v1.4.10 and v1.4.11.

Although without more info I can't help :)

maxrobot avatar Jul 23 '24 21:07 maxrobot

@JTG947 @nxy7 SDK is fully functional to use.

maxim-inj avatar Sep 11 '24 16:09 maxim-inj