Leonardo L.

Results 17 issues of Leonardo L.

### Description Currently the `/block/:hash/raw` route is only available in production environment (mempool.space), the route is not available in [bitcoin.routes.ts](https://github.com/mempool/mempool/blob/master/backend/src/api/bitcoin/bitcoin.routes.ts) and only for the `/api/` prefix (esplora backend) as all...

It would be needed to work with offline e-cash notes after the support of https://github.com/MutinyWallet/mutiny-node/issues/1024 @futurepaul @benthecarman @benalleng I will try to give it a try after https://github.com/MutinyWallet/mutiny-node/issues/1024, but do...

I'm not sure if this has been proposed or discussed in the past, but It think it would be useful to have some of the standard way to hide the...

builds on top of #1411, further improves #823 ### Description It further updates and adds the usage of `bitcoin::Amount` instead of `u64`. ### Notes to the reviewers Open for comments...

module-blockchain
module-wallet
api

potentially fixes #1362 ### Description It adds both `print_stdout` and `print_stderr` deny level lints on workspace level, but it does allow it on test fns through `clippy.toml` settings, and explicitly...

ci

partially fixes https://github.com/bitcoindevkit/bdk/issues/1422

partially fixes [#1422](https://github.com/bitcoindevkit/bdk/issues/1422) ### Description It updates the rust-bitcoin to 0.32.0, the `bitcoin` crate dependency. The `rust-esplora-client` also depends on the `electrsd` as a dev dependency, which depends on `bitcoind`,...

### What As mentioned and discussed at https://github.com/bitcoindevkit/bdk/issues/66 adding Tor support to both [rust-esplora-client ](https://github.com/bitcoindevkit/rust-esplora-client)or [rust-electrum-client](https://github.com/bitcoindevkit/rust-electrum-client) is really useful as an alternative to the current SOCKS proxy support, and adds...

- add new async client, `AsyncAnonymizedClient`, that uses `arti-hyper`, and `arti-client` to connect and do requests over the Tor network. fixes #61 ## Summary by CodeRabbit - **New Features** -...

enhancement