You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Cosmos-sdk or all other chains use github.com/coinbase/rosetta-sdk-go/types v1.0.0 while Alliance uses github.com/coinbase/rosetta-sdk-go/types v0.7.9, which makes us have to fork Alliance and run go mod tidy again to have the version v1.0.0.
On the Cosmos-sdk or all other chains use
github.com/coinbase/rosetta-sdk-go/types v1.0.0
while Alliance usesgithub.com/coinbase/rosetta-sdk-go/types v0.7.9
, which makes us have to fork Alliance and run go mod tidy again to have the versionv1.0.0
.Alliance:
alliance/go.mod
Line 54 in adea6ab
Cosmos Sdk:
https://github.com/cosmos/cosmos-sdk/blob/0af178d721ff082bf7718bf498e72e939499c078/go.mod#L81
The text was updated successfully, but these errors were encountered: