Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bitcoindevkit/rust-esplora-client issues and pull requests

#101 - chore: bump version to 0.10.0

Pull Request - State: closed - Opened by notmandatory 5 days ago - 1 comment

#100 - fix(blocking): `get_with_retry` is private method

Pull Request - State: closed - Opened by ValuedMammal 6 days ago - 1 comment
Labels: documentation, enhancement

#99 - refactor(api, blocking, async)!: make library generic over any HTTP client

Pull Request - State: open - Opened by oleonardolima 16 days ago - 4 comments
Labels: enhancement

#98 - Implement retryable calls

Pull Request - State: closed - Opened by ValuedMammal 24 days ago - 2 comments
Labels: enhancement

#97 - Refactor library so that it can work with any HTTP client crate

Issue - State: open - Opened by evanlinjin 25 days ago - 15 comments
Labels: enhancement

#96 - fix(ci): code coverage `actions/upload-artifact` version

Pull Request - State: closed - Opened by oleonardolima 27 days ago - 4 comments
Labels: ci

#95 - chore: upgrade and bump some CI dependencies

Pull Request - State: closed - Opened by oleonardolima about 1 month ago - 2 comments
Labels: ci

#94 - fix(ci): pin tokio to 1.38.1 on MSRV step

Pull Request - State: closed - Opened by oleonardolima about 1 month ago
Labels: ci

#93 - refactor(async): refactoring async client and minor documentation improvements

Pull Request - State: closed - Opened by oleonardolima about 1 month ago - 10 comments
Labels: documentation

#92 - scripthash_txs not meet expectations

Issue - State: closed - Opened by Crayon-Shin-chan-1024 about 2 months ago

#91 - feat: mempool get_recommended_fees

Pull Request - State: closed - Opened by storopoli 2 months ago - 3 comments

#90 - Don't return 1.0 feerate if none is found by `convert_fee_rate`

Pull Request - State: closed - Opened by ValuedMammal 3 months ago - 7 comments

#89 - ci: pin url dependency version to build with rust 1.63

Pull Request - State: closed - Opened by notmandatory 4 months ago - 1 comment
Labels: ci

#88 - chore: bump version to 0.9.0

Pull Request - State: closed - Opened by evanlinjin 4 months ago - 3 comments

#87 - feat: add way to make raw req and get url for `BlockingClient`

Pull Request - State: closed - Opened by evanlinjin 4 months ago - 5 comments

#86 - Add CLI link to readme

Pull Request - State: open - Opened by yancyribbens 5 months ago - 3 comments

#85 - chore(deps): upgrade `rust-bitcoin` to `0.32.0`

Pull Request - State: closed - Opened by oleonardolima 5 months ago - 6 comments

#84 - Add https feature for minreq

Pull Request - State: closed - Opened by yancyribbens 5 months ago - 4 comments

#83 - Depend on bitcoin `v0.32.0-rc1`

Pull Request - State: closed - Opened by tcharding 6 months ago - 2 comments

#82 - fix hex dependency version, set to 0.2.0

Pull Request - State: closed - Opened by notmandatory 6 months ago - 1 comment
Labels: bug

#81 - Pull/75 CI Test

Pull Request - State: closed - Opened by notmandatory 7 months ago - 1 comment

#80 - Consider dropping `unwrap_or(1.0)` from `convert_fee_rate`

Issue - State: closed - Opened by tnull 8 months ago - 6 comments

#79 - Upgrade bitcoin to v0.31

Pull Request - State: closed - Opened by tcharding 8 months ago - 9 comments

#78 - Upgrade bitcoin

Pull Request - State: closed - Opened by tcharding 8 months ago - 2 comments

#77 - Consider renaming types Vin, Vout

Issue - State: open - Opened by ValuedMammal 8 months ago

#76 - Bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors

Pull Request - State: closed - Opened by notmandatory 8 months ago - 5 comments
Labels: ci

#75 - Replace `ureq` with `minreq` for `blocking`

Pull Request - State: closed - Opened by tnull 8 months ago - 11 comments

#74 - update bitcoin to 0.31

Pull Request - State: closed - Opened by getong 8 months ago - 5 comments

#73 - update bitcoin to 0.31.1

Pull Request - State: closed - Opened by getong 8 months ago - 1 comment

#72 - fix: bump `h2` version to patched one, while reqwest has not been

Pull Request - State: closed - Opened by oleonardolima 9 months ago - 3 comments

#71 - fix(esplora-client): implement retryable calls for blocking and async clients

Pull Request - State: open - Opened by e1a0a0ea 9 months ago - 14 comments

#70 - cargo: set rust-version to 1.63.0

Pull Request - State: closed - Opened by notmandatory 9 months ago
Labels: documentation

#69 - ci: change MSRV to 1.63.0

Pull Request - State: closed - Opened by notmandatory 9 months ago - 1 comment
Labels: ci

#68 - Bump MSRV to 1.63

Issue - State: closed - Opened by notmandatory 10 months ago - 2 comments

#67 - feat: add new `AsyncAnonymizedClient` using `arti-hyper`

Pull Request - State: open - Opened by oleonardolima 10 months ago - 5 comments
Labels: enhancement

#66 - add http header support

Pull Request - State: closed - Opened by johncantrell97 10 months ago - 9 comments
Labels: enhancement

#65 - fix: change target's type in fee estimate map

Pull Request - State: closed - Opened by vladimirfomene 10 months ago - 8 comments
Labels: enhancement

#64 - Keys in feerates mapping should be `u16`, not `String`.

Issue - State: closed - Opened by darosior 10 months ago

#63 - ci: fix MSRV

Pull Request - State: closed - Opened by realeinherjar 11 months ago

#62 - ci: test WASM

Pull Request - State: closed - Opened by realeinherjar 11 months ago - 2 comments

#60 - Upgrade bitcoin

Pull Request - State: closed - Opened by tcharding 12 months ago - 11 comments

#59 - fix(wallet_esplora): Gracefully handle 429s errors

Pull Request - State: closed - Opened by realeinherjar 12 months ago - 3 comments

#58 - Propagate errors from Esplora backends

Pull Request - State: closed - Opened by vladimirfomene about 1 year ago - 1 comment

#57 - refactor(blocking): replace ureq with minreq, update electrsd version

Pull Request - State: closed - Opened by notmandatory about 1 year ago - 7 comments

#56 - docs: Fixed typo in Cargo.toml example

Pull Request - State: closed - Opened by bjorn about 1 year ago - 3 comments

#55 - Refactor to use BP stack instead of rust-bitcoin

Pull Request - State: closed - Opened by dr-orlovsky about 1 year ago - 1 comment

#54 - Do not swallow error response

Pull Request - State: closed - Opened by remix7531 about 1 year ago - 4 comments

#53 - Bump to v0.6.0

Pull Request - State: closed - Opened by vladimirfomene over 1 year ago - 2 comments

#52 - Remove unused dev-dependencies

Pull Request - State: closed - Opened by tcharding over 1 year ago - 6 comments

#51 - Upgrade bitcoin to v0.30.0

Pull Request - State: closed - Opened by tcharding over 1 year ago - 15 comments

#50 - Unpin base64

Pull Request - State: closed - Opened by danielabrozzoni over 1 year ago - 2 comments

#49 - Pin base64 to 0.21.0 to keep the 1.57.0 MSRV

Pull Request - State: closed - Opened by danielabrozzoni over 1 year ago - 2 comments

#48 - Bump to v0.5.0

Pull Request - State: closed - Opened by vladimirfomene over 1 year ago - 2 comments

#47 - RPC error message is being swallowed

Issue - State: open - Opened by luckysori over 1 year ago - 10 comments
Labels: enhancement

#46 - bugfix: `GET /tx/:txid/status` is not `Option`

Pull Request - State: closed - Opened by MaxFangX over 1 year ago - 2 comments
Labels: bug

#45 - feat(api): expose bitcoin types for the API

Pull Request - State: closed - Opened by vincenzopalazzo over 1 year ago - 4 comments
Labels: enhancement

#44 - fix: expose TLS backend choice in features

Pull Request - State: closed - Opened by elsirion over 1 year ago - 3 comments
Labels: enhancement

#43 - Expose TLS implementation choice via features

Issue - State: closed - Opened by elsirion over 1 year ago
Labels: enhancement

#42 - Fix build-test workflow cache step

Pull Request - State: closed - Opened by notmandatory over 1 year ago - 1 comment

#41 - Bump to version 0.4.0

Pull Request - State: closed - Opened by vladimirfomene over 1 year ago - 1 comment

#40 - Disable default features for rust-bitcoin

Pull Request - State: closed - Opened by benthecarman over 1 year ago - 2 comments

#39 - Leave `rust-bitcoin` compilation flags untouched

Pull Request - State: closed - Opened by TheBlueMatt over 1 year ago - 1 comment

#38 - Rename `OutputStatus` to `OutSpendStatus`

Issue - State: open - Opened by evanlinjin over 1 year ago - 2 comments
Labels: good first issue

#37 - Support MSRV 1.48.0 with "blocking" feature

Issue - State: closed - Opened by notmandatory over 1 year ago - 7 comments
Labels: enhancement, good first issue, ci

#36 - Test against stable and MSRV Rust versions.

Pull Request - State: closed - Opened by vladimirfomene over 1 year ago - 2 comments

#35 - Update CI to also test with MSRV

Issue - State: closed - Opened by notmandatory over 1 year ago - 2 comments
Labels: ci

#34 - Fix socks feature for ureq

Pull Request - State: closed - Opened by rajarshimaitra almost 2 years ago - 1 comment

#33 - bump to version 0.3.0

Pull Request - State: closed - Opened by vladimirfomene almost 2 years ago - 1 comment

#32 - Relase new version

Issue - State: closed - Opened by LLFourn almost 2 years ago - 2 comments

#31 - Run tests in a single thread, plus minor ci cleanups

Pull Request - State: closed - Opened by notmandatory almost 2 years ago - 3 comments
Labels: ci

#30 - Derive `Clone` and implement `{url, client}` for `AsyncClient`

Pull Request - State: closed - Opened by Hirrolot almost 2 years ago - 9 comments
Labels: enhancement

#29 - Add `get_recent_blocks` api

Pull Request - State: closed - Opened by rajarshimaitra almost 2 years ago - 3 comments

#28 - Add `get_merkle_block` API call

Pull Request - State: closed - Opened by tnull almost 2 years ago - 4 comments
Labels: enhancement

#27 - Add /blocks API

Pull Request - State: closed - Opened by LLFourn almost 2 years ago - 8 comments
Labels: enhancement

#26 - Change ureq into caret version.

Pull Request - State: closed - Opened by rajarshimaitra almost 2 years ago - 2 comments

#25 - Add get raw block endpoint

Pull Request - State: closed - Opened by benthecarman almost 2 years ago - 3 comments

#24 - Upgrade `ureq` to 2.5.0

Pull Request - State: closed - Opened by vladimirfomene almost 2 years ago - 1 comment

#23 - update ureq to 2.5.0

Issue - State: closed - Opened by notmandatory almost 2 years ago

#22 - Fix deprecation version of `get_header`

Pull Request - State: closed - Opened by tnull almost 2 years ago - 1 comment

#21 - Bump to version 0.2.0

Pull Request - State: closed - Opened by vladimirfomene almost 2 years ago - 1 comment

#20 - Upgrade bitcoin requirement from 0.28.1 to 0.29.1

Pull Request - State: closed - Opened by danielgranhao almost 2 years ago - 12 comments

#19 - Add new API call get_block_status

Pull Request - State: closed - Opened by gcomte almost 2 years ago - 3 comments

#18 - Harmonize variable naming

Pull Request - State: closed - Opened by gcomte almost 2 years ago - 1 comment

#17 - Allow to retrieve a block header by hash

Pull Request - State: closed - Opened by tnull almost 2 years ago - 4 comments

#16 - Fix README links

Pull Request - State: closed - Opened by notmandatory about 2 years ago - 1 comment

#15 - Bump version to 0.1.0

Pull Request - State: closed - Opened by notmandatory about 2 years ago - 1 comment

#14 - Add clippy on build-test CI job

Pull Request - State: closed - Opened by vladimirfomene about 2 years ago - 1 comment

#13 - Query block hash by by block height

Pull Request - State: closed - Opened by gcomte about 2 years ago - 13 comments

#12 - Code cleanup

Pull Request - State: closed - Opened by gcomte about 2 years ago - 3 comments

#11 - Cross-compilation to Android targets seems to fail due to use of OpenSSL

Issue - State: closed - Opened by danielgranhao about 2 years ago - 3 comments

#10 - Add feature (parity) tests for API methods

Pull Request - State: closed - Opened by tnull about 2 years ago - 15 comments

#9 - Add codecov ci workflow

Pull Request - State: closed - Opened by notmandatory about 2 years ago

#8 - Add `get_txid_at_block_index` API method

Pull Request - State: closed - Opened by tnull about 2 years ago

#7 - Make `MerkleProof` and `OutputStatus` fields `pub`

Pull Request - State: closed - Opened by tnull about 2 years ago

#6 - Add `get_tip_hash` API call

Pull Request - State: closed - Opened by tnull about 2 years ago - 2 comments

#5 - Let `get_output_status` use a `u64` for the index.

Pull Request - State: closed - Opened by tnull about 2 years ago

#4 - Implement API methods needed for LDK integration

Pull Request - State: closed - Opened by tnull about 2 years ago

#3 - Use the right ureq version for BDK

Pull Request - State: closed - Opened by afilini about 2 years ago

#2 - Add CI

Issue - State: closed - Opened by afilini about 2 years ago - 1 comment