-
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
Bitcoin SPV relayer: Relays blocks from Bitcoin to Native #56
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
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 it would be better to split this PR into 2.
Also, as noted, we can't simply copy-paste babylon code.
- name: Install dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y libzmq3-dev pkg-config |
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.
is there a pure go version of zmq?
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.
Found https://github.com/go-zeromq/zmq4
NOt sure if it'll be compatible.
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.
Please test and let's see.
// Copyright (c) 2022-2022 The Babylon developers | ||
// Copyright (c) 2013-2016 The btcsuite developers | ||
// Use of this source code is governed by an ISC | ||
// license that can be found in the LICENSE file. |
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.
please note which parts of the files in this PR are not copied.
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.
Shall I put comments above the non-copied parts?
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.
Put comments in the code , or indicate in the review (clicking in this PR "add comment")
Co-authored-by: Robert Zaremba <robert@zaremba.ch> Signed-off-by: Udit Gulati <85029005+udit-gulati@users.noreply.github.com>
…tclient Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
… proof of each txn and submitting it to the lightclient Signed-off-by: udit-gulati <uditgulati6@gmail.com>
As noted last week, we need to add comments in the PR to the code that is "ours" to see what code is copied . |
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
…rge extract and submit transaction into one function Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Signed-off-by: udit-gulati <uditgulati6@gmail.com>
Description
Bitcoin -> Native blocks relayer
This new PR created because previous one #34 got messed up after multiple rebase from
master
branch.Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md