-
Notifications
You must be signed in to change notification settings - Fork 6
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
Generic TSS #83
Generic TSS #83
Conversation
Should this work for transactions that need a specific signer(s)? |
"github.com/stretchr/testify/assert" | ||
) | ||
|
||
func TestBuildOperations(t *testing.T) { |
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.
should there be a case for t.Run("op_invoke_host_function"...
?
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.
+1
"github.com/stretchr/testify/assert" | ||
) | ||
|
||
func TestBuildOperations(t *testing.T) { |
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.
+1
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
What
Making TSS generic - work for all transactions. Implementation of the doc: https://docs.google.com/document/d/1MJ3iyiTbASJp8hq1cTJO_aHDtP3Ko7kpMnKqzjYhITE/edit?tab=t.0
Why
We need to make TSS work for all types of transactions and not just the disbursement use case
Known limitations
N/A
Issue that this PR addresses
resolves #79
Checklist
PR Structure
all
if the changes are broad or impact many packages.Thoroughness
Release