gnolang / gnonative

Develop for Gno using your app's native language
Apache License 2.0
9 stars 9 forks source link

chore: Use the latest gnolang/gno (remove go.mod replace) #82

Closed jefft0 closed 8 months ago

jefft0 commented 8 months ago

All of our PRs, including Amino updates, have been merged to the main gnolang/gno repo. We don't need our fork at berty/gno. This PR updates go.mod to use the latest gnolang/gno. Also run make generate. This has minor changes to the Protobuf files like [json_name = "Name"]. GnoMobile doesn't use these modifiers.