-
Notifications
You must be signed in to change notification settings - Fork 491
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
goal: Allow --signer to send txns from rekeyed accounts #4175
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4175 +/- ##
==========================================
- Coverage 54.62% 54.57% -0.06%
==========================================
Files 391 391
Lines 48770 48788 +18
==========================================
- Hits 26643 26628 -15
- Misses 19903 19930 +27
- Partials 2224 2230 +6
Continue to review full report at Codecov.
|
We do, after all, live in a society.
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.
Approving since this is objectively better than it was. If you're motivated, I think it go a little further...
If you actually swapped out all of the SignTransactionWithWallet
calls, could we also get rid of SignTransactionWithWallet
and/or make it private?
I wanted to do that, but the use of createSIgnedTransaction from clerk.go was just annoying enough that I didn't want to sort it out. I think the basic trouble is that the |
We do, after all, live in a society.
Sprinkled some
-S
tests around in the e2e tests.