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: Add execCall and test it from Hello #3

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

jefft0
Copy link
Contributor

@jefft0 jefft0 commented Aug 16, 2023

This PR has two commits. The first commit adds call.go which copies the private structs and functions from https://github.com/gnolang/gno/blob/master/tm2/pkg/crypto/keys/client/call.go and dependencies. This makes small changes so that we don't need the console I/O.

The second commit updates the Hello function to call execCall to add a reply to the message board at testnet.gno.berty.io . This has lots of hard-wired accounts and values, so it is only a demonstration test. We will make it more general.

@jefft0 jefft0 force-pushed the chore/add-execCall branch 4 times, most recently from 76d251d to a53f392 Compare August 17, 2023 07:57
Copy link
Contributor

@iuricmp iuricmp left a comment

Choose a reason for hiding this comment

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

Looks great!! 😄

@jefft0 jefft0 force-pushed the chore/add-execCall branch from 3b7be34 to def2a22 Compare August 21, 2023 07:28
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 df0cec9 into gnolang:main Aug 21, 2023
@jefft0 jefft0 deleted the chore/add-execCall branch August 21, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants