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
Found some issue with backwards compatibility for the chain cmd set.
1st:
Scaffold a chain with v0.26.1 but try to chain build it with the nightly version. It says; github.com/cosmos/gogoproto couldn't be found. We should auto add this dependency to the tools.go if it doesn't present.
2nd:
After solving the 1st, try chain serve on the chain. I receive the following error:
This PR fixes the tools dependencies, but the chain is not running not because of the ignite. You can try to run the chain using venusd start will not run anyway. We need to remove the first namespace from the proto file package name.
We should use venus.venus instead ignite.venus.venus, recompile the proto files and run.
Found some issue with backwards compatibility for the
chain
cmd set.1st:
v0.26.1
but try tochain build
it with thenightly
version. It says;github.com/cosmos/gogoproto
couldn't be found. We should auto add this dependency to thetools.go
if it doesn't present.2nd:
chain serve
on the chain. I receive the following error:The text was updated successfully, but these errors were encountered: