Skip to content

Remove TODOs for secp256k1 callbacks #143

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

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Conversation

real-or-random
Copy link
Collaborator

These TODOs have been solved in #115.

@elichai
Copy link
Member

elichai commented Aug 8, 2019

Well technically it's not exactly the same (these TODOs talk about runtime setting) but in practice we don't want to let users set these callbacks so setting them at compile time achieves those TODOs goal.
ACK e54233b

@real-or-random
Copy link
Collaborator Author

Oh, you're right, it's not my day ...

But I think I agree, we just don't want to provide the callback setters. So I'll update the commit message here (and that whitespace change that the GitHub editor introduced...)

@apoelstra
Copy link
Member

Heh, yeah, I'm fine removing "TODO do this, except I don't want to and I won't do it".

@elichai
Copy link
Member

elichai commented Aug 16, 2019

Rebasing to include #148 should hopefully solve the CI problems

We would not want to use these functions internally because we rely on
USE_EXTERNAL_DEFAULT_CALLBACKS to provide the callbacks at link time,
see f7a4a7e. Moreover, we would not
want to export the functions either.
@real-or-random
Copy link
Collaborator Author

  • rebased on master,
  • updated the commit message
  • and kept the whitespace change (we should have a linebreak at the end of the file)

So this is ready for review.

Copy link
Member

@elichai elichai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 255d1dd

Copy link
Collaborator

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 255d1dd

@jonasnick
Copy link
Collaborator

Can't merge because travis is still shown as pending.

@real-or-random real-or-random merged commit 5ea300a into master Aug 21, 2019
@real-or-random real-or-random deleted the remove-callback-todos branch August 21, 2019 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants