Skip to content
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

Depend on bitcoin/rand for rand #261

Merged
merged 1 commit into from
May 22, 2024
Merged

Conversation

DanGould
Copy link
Contributor

Rand is already available in secp256k1/rand transiently through rust bitcoin. rand-std is also an option to for std environments but having wide support seems more important in the near term than adding all of those feature flags.

This should fix #258 which may have been triggering in an environment where bitcoin/rand was not available.

Rand is already available in secp256k1/rand through rust-bitcoin.
rand-std is also an option to use in std environments but having wide
support seems more important in the near term than adding all of those
feature flags to save the dependency tree for now.
Copy link
Contributor

@jbesraa jbesraa left a comment

Choose a reason for hiding this comment

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

Working, thanks!

I ran lightningdevkit/ldk-node#295 against this branch locally without the receive feature and its compiling.

@DanGould DanGould merged commit 1248694 into payjoin:master May 22, 2024
5 checks passed
@DanGould DanGould deleted the secp-rand branch May 22, 2024 14:08
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.

Building fail with v2, send features @ v0.15
2 participants