docs icon indicating copy to clipboard operation
docs copied to clipboard

Code demonstrating submitting blob in Golang doesn't work

Open 0xbok opened this issue 6 months ago • 3 comments

https://docs.celestia.org/developers/submit-data#grpc-to-a-consensus-node-via-the-user-package

got get fails with:

go: github.com/cosmos/cosmos-sdk/[email protected]: parsing go.mod:
	module declares its path as: cosmossdk.io/simapp
	        but was required as: github.com/cosmos/cosmos-sdk/simapp
	removing github.com/cosmos/cosmos-sdk/[email protected]
...<a long list of similar errors>

related issue: https://github.com/cosmos/cosmos-sdk/issues/15912

0xbok avatar Dec 30 '23 16:12 0xbok