gnolang / gnonative

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

In go.mod, update gnolang/gno version after merging PR 1939 #133

Closed jefft0 closed 2 months ago

jefft0 commented 2 months ago

As explained in PR 1939, gnolang/gno makes a breaking change to the signature algorithm used by the gnoclient library. If the latest code is pulled, this will affect the way that the node checks signatures in gnodev. Therefore, the Gno Native Kit client will need to update go.mod to import the updated code.

jefft0 commented 2 months ago

Status: Waiting to merge https://github.com/gnolang/gno/pull/1939 .

jefft0 commented 2 months ago

Resolved by PR #134.