Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update RunRequest with a list of MsgRun #121

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

jefft0
Copy link
Contributor

@jefft0 jefft0 commented Mar 7, 2024

The gnoclient API method Run was updated to use a list of MsgRun in one transaction, similar to what was done for Call. We want Gno Native Kit to closely follow the gnoclient API, so this PR updates the gRPC API:

  • In .tool-versions, change to golang 1.21.7 as required by the latest gnolang/gno
  • In go.mod, use the latest gnolang/gno.
  • In gnonativetypes.go, add MsgRun and update RunRequest to use it.
  • Run make regenerate .

Signed-off-by: Jeff Thompson <jeff@thefirst.org>
@jefft0 jefft0 requested a review from D4ryl00 March 7, 2024 09:11
Copy link
Contributor

@D4ryl00 D4ryl00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jefft0 jefft0 merged commit b610e38 into gnolang:main Mar 7, 2024
@jefft0 jefft0 deleted the chore/change-Run-to-multi-using-MsgRun branch March 7, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants