-
Notifications
You must be signed in to change notification settings - Fork 220
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
Add tari script transaction data structures #2758
Add tari script transaction data structures #2758
Conversation
89fe2fc
to
83edfdb
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.
Looks fine as it is but there will certainly be many changes once we start actually using this work so I think this should go in and any issues we will fix in subsequent PRs
83edfdb
to
06fd1bb
Compare
06fd1bb
to
50ce0e9
Compare
Added tari script transaction data structures as per RFC-0201 <https://rfc.tari.com/RFC-0201_TariScript.html>, used default tari script values everywhere. Also updated comms wire mode to keep this network seperate. TODO: - Fix all unit tests - Migrate tari script into all transaction protocols wip
50ce0e9
to
7b1b3e5
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.
Looks good. There are a number of places where the comment for the script_offset is incorrectly mentioning a kernel, but they can be updated in a future pr
Looks like you still missed a few, but will merge |
Description
Added tari script transaction data structures as per RFC-0201 https://rfc.tari.com/RFC-0201_TariScript.html, used default tari script values everywhere:
Also updated comms wire mode to keep this network separate.
TODO:
Motivation and Context
See above.
How Has This Been Tested?
Not tested, only compile without errors.
Types of changes
Checklist:
development
branch.cargo-fmt --all
before pushing.cargo test
successfully before submitting my PR.