Skip to content

Conversation

@kungfuflex
Copy link
Owner

This PR will include all support libraries and indexer crates designed for alkanes-rs, and host it in the alkanes-rs canonical repository

user name and others added 14 commits August 1, 2025 22:19
This commit fixes the build for the `alkanes-cli-sys` crate for the `x86_64-unknown-linux-gnu` target.

The following changes were made:

- Fixed a mismatched type error in `lib.rs` by converting a `&str` to a `bitcoin::Network`.
- Added the missing `http_client` field to the `ConcreteProvider` initializer in `lib.rs`.
- Fixed an incompatible trait implementation in `keystore.rs` by changing `#[async_trait(?Send)]` to `#[async_trait]`.
- Added the `native-deps` feature to `Cargo.toml`.
- Fixed all warnings in both `alkanes-cli-sys` and `alkanes-cli-common`.
})
.write_to_bytes()?,
));
let mut atomic = AtomicPointer::default();
Copy link
Collaborator

Choose a reason for hiding this comment

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

weird indentation

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.

5 participants