Dominik Spicher
Dominik Spicher
When passing a multi-operation document, it is currently not possible to use the same parameter name in two operations if the corresponding types differ. I.e. this will fail validation: ```graphql...
It would be great if the Bitbox App can register itself as handling BIP21 URIs. Potentiall relevant info: Linux: https://github.com/spesmilo/electrum/blob/master/electrum.desktop#L17 Windows: https://github.com/spesmilo/electrum/blob/master/contrib/build-wine/electrum.nsi#L135 OSX: https://github.com/spesmilo/electrum/blob/master/contrib/osx/make_osx#L167
Here is the [changelog entry](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md#0600). The test suite prints out some warnings, but runs through.
The workspace manifest can specify dependencies that can be inherited by workspace members [1]. This commit adds support for sorting those dependencies. [1] https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
### Description Added the `validate_domain` option to Electrum arguments. Since https://github.com/bitcoindevkit/bdk-cli/pull/151 seems dormant, I took another stab at this. Fixes https://github.com/bitcoindevkit/bdk-cli/issues/134. ## Changelog notice Added the `validate_domain` option to Electrum...
Hi, first of all thanks a lot for this great library! I was wondering whether you would consider adding support for the ypub and ypub versions of extended keys? I...
It would be nice to have the ability to sign arbitrary messages / digests.
The previous version depended on the unmaintained `lexical` crate [1]. [1] https://github.com/pooyamb/serde-querystring/blob/main/CHANGES.md#030-beta0---2024-08-08
[Blockbook](https://github.com/trezor/blockbook) is a popular block explorer service, implemented and used by Trezor. Would you be interested in a PR that implements the `Blockchain` trait for it?