-
Notifications
You must be signed in to change notification settings - Fork 25
Add minimal API for creating transactions #893
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
8deb081 to
0eb16be
Compare
0deffa9 to
3fbaf57
Compare
Jimbo4350
left a comment
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, few minor comments
964bee1 to
3154b1b
Compare
Jimbo4350
left a comment
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.
Nice work Pablo 👍
|
Could you add |
03a6c23 to
ca515f1
Compare
carbolymer
left a comment
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.
I think implementation of signed transaction CBOR serialisation is within the scope of this PR.
Changelog
Context
This PR builds on #852 and adds a basic API to
cardano-wasmto allow creation of very simple transactions.How to trust this PR
It think the best way is testing it, and also checking the code structure is sensible.
You can see the tests in #894.
Checklist