-
Notifications
You must be signed in to change notification settings - Fork 25
cardano-rpc | Add UTxO RPC: submitTx method #905
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
Conversation
676a548 to
5714f92
Compare
70a5ffd to
5a88b6b
Compare
5714f92 to
f61b8f0
Compare
5a88b6b to
369f3eb
Compare
f61b8f0 to
00826a1
Compare
6dd1314 to
b2c9cea
Compare
5b914b3 to
bd6f4f9
Compare
bd6f4f9 to
db70b89
Compare
db70b89 to
65166bc
Compare
| repeated AnyChainTx tx = 1; // List of transactions to submit. | ||
| } | ||
|
|
||
| // TODO u5c: new type |
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.
Have you implemented something that deviates?
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.
Yes this is a new "sum type" isomorphic to Either. Original proto file had just successful txIds without errors. https://github.com/utxorpc/spec/blob/main/proto/utxorpc/v1alpha/submit/submit.proto#L38
Changelog
Context
Tested in:
Checklist