-
Notifications
You must be signed in to change notification settings - Fork 1
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
ποΈ Implement operator and comittee behavior with singing of all transactions #28
base: main
Are you sure you want to change the base?
Conversation
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.
All looks super! LGTM
Want to further see the updated paper and documentation :)
"bitcoin-utils", | ||
"nero-cli", | ||
# "nero-cli", |
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.
Remove if not needed
// fuck, bitcoin, I don't know... | ||
let mut buff = Vec::new(); | ||
tx.version.consensus_encode(&mut buff).unwrap(); | ||
// 0x00.consensus_encode(&mut buff).unwrap(); |
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.
Are these comments needed?
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.
In theory, if somebody else will struggle with an encoding of txs in RPC calls. I can remove it
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.
Just add a comment, "If someone is struggling with..., here is..." or alike
Also, make sure to merge #27 to the main branch as it contains a slightly updated paper |
@ZamDimon checkout updated doc |
Will shortly do |
594db4a
to
d92a4db
Compare
π Objective
Implement operator behaviour with all steps required for shared signing of all transactions like it was described in BitVM paper.
π Added
π§ Fixed/Updated
β Checklist
README
files, paper) and Code Comments are updated accordingly.