gnolang / gnonative

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

Chore: In the API, add Run #110

Closed jefft0 closed 5 months ago

jefft0 commented 5 months ago

The PR is merged to add Run to the gnoclient API. We need to support this in the Gno Native Kit API.

This PR has two commits:

  1. Update go.mod to use the latest gnolang/gno where gnoclient has Run.
  2. In gnonativetypes.go, add the message types RunRequest and RunResponse. In rpc.proto and api.go, add the Run method (similar to Call). Run make regenerate to update all the other files.