-
Notifications
You must be signed in to change notification settings - Fork 209
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
rebase on bitcoin-core/secp256k1 #85
Comments
The last rebase has been 6 months ago, so yes we can do this if it's helpful for you. I can't promise you a date though. We typically we go with at least two people in parallel through the process and check that we arrive at the same code at a few checkpoints on the way. So yes, no need to open a PR, we'll handle it. |
Ah, didn't realize it was so involved. In this case, thanks! No need to rush, I can continue with manual patching for a while. |
We should also warn the Trezor people and find a minimally disruptive way to do things, this time. (Maybe it is sufficient to just rename the old branch and then they need to change nothing? I don't know.) |
I think we settled on renaming the old branch to |
Hello again. Are there any plans to rebase? There have been a bunch of interesting but also invasive PRs which makes it harder to apply custom patches on both secp256k1 repos (upstream and this one): bitcoin-core/secp256k1#708 Would be great to update this repo again. I am guessing that more frequent rebasing is also less effort overall. Happy to help if I can be of assistance, let me know. |
Good points, we should think about this now. On the other hand, there will hopefully be a secp256k1 release soon, so maybe it's better to wait? No idea at the moment, we should discuss this. Independently of this, I suggested a while ago to move some code here around. The goal is not to touch any upstream in our fork here (except maybe build system files). This is realistic because we only add features to upstream but don't change then. This will make rebasing a little bit easier. |
What do you mean? The secp256k1 repo doesn't have releases nor tags.
Sounds good. Whatever is fastest :) |
…ck-rust-ecosystem Fix cc dep as the rust ecosystem is terrible
Fixed by #91 |
Hi
I would have done a PR, but I was not sure how you handle rebasing.
Anyway, it would be great to rebase this on upstream. I am particularly interested in pulling in this change: bitcoin-core/secp256k1#337, so I can skip some custom commits on my fork of libwally-core.
The text was updated successfully, but these errors were encountered: