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

Version updates (rust, rust-bitcoin, rust-elements, rocket, nginx and others) #52

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

shesek
Copy link
Collaborator

@shesek shesek commented Apr 13, 2024

No description provided.

Used to create mock servers by the tests, not for the public registry API.

The previous rocket release no longer works with recent versions of
Rust, which broke the tests.
- rust-element now provides a ContractHash implementation that matches
  and replaces our contract_json_hash()

- Add OutPointSerializer for compatibility with the existing registry db JSON file format

- Switch to new hex traits, avoid unnecessary manual conversions

- Drop direct dependency on the bitcoin_hashes & secp256k1 crates,
  use via the bitcoin crate instead

- Fix deprecations for rust-secp256k1 v0.28
@RCasatta
Copy link

In the readme there is

$ cargo +nightly test --features 'cli server client'  -- --test-threads 1

but it seems nightly is not required anymore with this

@shesek
Copy link
Collaborator Author

shesek commented Apr 16, 2024

@RCasatta Good catch, thanks! Updated in 89bbb9a

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.

2 participants