-
Notifications
You must be signed in to change notification settings - Fork 374
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(gnoclient): modify Run
to use baseTxCfg
& multiple MsgRun
args
#1637
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1637 +/- ##
==========================================
- Coverage 56.57% 56.24% -0.33%
==========================================
Files 439 439
Lines 66618 66242 -376
==========================================
- Hits 37688 37258 -430
- Misses 26013 26095 +82
+ Partials 2917 2889 -28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I see that you added me as a reviewer. To review, I'll wait until CI errors are fixed and the PR is not Draft. 😁 |
ac82701
to
e74cac5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go test .
works for me. I'm able to compile a test program and use Run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; ping @zivkovicmilos / @gfanton for second review/merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Description
This PR makes the Gnoclient
Run
method implement multipleMsgRun
args, and use the preexistingbaseTxCfg
struct. It also introduces unit & integration tests (basis for which was @jefft0's code in a previous PR), optimizes Call & Run code as per comment, and fixes a bug in code and in previous tests found along the way.Another, separate PR will be made to add even more tests for
gnoclient
.Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description