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
#114 - feat(client): add async and blocking clients to submit txs package
Pull Request -
State: open - Opened by acidbunny21 27 days ago
- 3 comments
Labels: enhancement
#113 - Disallow empty blocks response
Pull Request -
State: closed - Opened by rustaceanrob 3 months ago
- 2 comments
Labels: bug
#112 - chore: bump version to 0.11.0
Pull Request -
State: closed - Opened by notmandatory 3 months ago
- 4 comments
#111 - Test CI
Pull Request -
State: closed - Opened by ValuedMammal 3 months ago
#110 - ci: pin `indexmap` to 2.5.0
Pull Request -
State: closed - Opened by ValuedMammal 3 months ago
#109 - The crate should be documented
Issue -
State: open - Opened by ValuedMammal 3 months ago
- 1 comment
Labels: good first issue
#108 - fix(tests): it only runs when both `blocking` and `async` features are active
Issue -
State: open - Opened by oleonardolima 4 months ago
#107 - refactor(async)!: add `Sleeper` trait to allow custom runtime
Pull Request -
State: closed - Opened by oleonardolima 4 months ago
- 2 comments
#107 - refactor(async)!: add `Sleeper` trait to allow custom runtime
Pull Request -
State: closed - Opened by oleonardolima 4 months ago
- 2 comments
#106 - Justfile for running test matrix locally?
Issue -
State: open - Opened by praveenperera 4 months ago
- 2 comments
#106 - Justfile for running test matrix locally?
Issue -
State: open - Opened by praveenperera 4 months ago
- 2 comments
#105 - Get address info 2
Pull Request -
State: closed - Opened by praveenperera 4 months ago
#104 - Add `get_address_stats` and `get_address_txns` endpoints
Pull Request -
State: closed - Opened by praveenperera 4 months ago
- 7 comments
Labels: enhancement
#104 - Add `get_address_stats` and `get_address_txns` endpoints
Pull Request -
State: closed - Opened by praveenperera 4 months ago
- 7 comments
Labels: enhancement
#103 - Remove async std dependency
Pull Request -
State: closed - Opened by praveenperera 4 months ago
- 16 comments
Labels: enhancement
#102 - `rust-esplora-client` shouldn't introduce an async runtime
Issue -
State: open - Opened by tnull 5 months ago
- 2 comments
#102 - `rust-esplora-client` shouldn't introduce an async runtime
Issue -
State: closed - Opened by tnull 5 months ago
- 2 comments
#101 - chore: bump version to 0.10.0
Pull Request -
State: closed - Opened by notmandatory 5 months ago
- 1 comment
#100 - fix(blocking): `get_with_retry` is private method
Pull Request -
State: closed - Opened by ValuedMammal 5 months 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 5 months ago
- 4 comments
Labels: enhancement
#98 - Implement retryable calls
Pull Request -
State: closed - Opened by ValuedMammal 5 months ago
- 2 comments
Labels: enhancement
#97 - Refactor library so that it can work with any HTTP client crate
Issue -
State: open - Opened by evanlinjin 5 months ago
- 18 comments
Labels: enhancement
#96 - fix(ci): code coverage `actions/upload-artifact` version
Pull Request -
State: closed - Opened by oleonardolima 6 months ago
- 4 comments
Labels: ci
#95 - chore: upgrade and bump some CI dependencies
Pull Request -
State: closed - Opened by oleonardolima 6 months ago
- 2 comments
Labels: ci
#94 - fix(ci): pin tokio to 1.38.1 on MSRV step
Pull Request -
State: closed - Opened by oleonardolima 6 months ago
Labels: ci
#93 - refactor(async): refactoring async client and minor documentation improvements
Pull Request -
State: closed - Opened by oleonardolima 6 months ago
- 10 comments
Labels: documentation
#92 - scripthash_txs not meet expectations
Issue -
State: closed - Opened by Crayon-Shin-chan-1024 6 months ago
#91 - feat: mempool get_recommended_fees
Pull Request -
State: closed - Opened by storopoli 7 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 8 months ago
- 7 comments
#89 - ci: pin url dependency version to build with rust 1.63
Pull Request -
State: closed - Opened by notmandatory 8 months ago
- 1 comment
Labels: ci
#88 - chore: bump version to 0.9.0
Pull Request -
State: closed - Opened by evanlinjin 8 months ago
- 3 comments
#87 - feat: add way to make raw req and get url for `BlockingClient`
Pull Request -
State: closed - Opened by evanlinjin 8 months ago
- 5 comments
#86 - Add CLI link to readme
Pull Request -
State: open - Opened by yancyribbens 10 months ago
- 3 comments
#85 - chore(deps): upgrade `rust-bitcoin` to `0.32.0`
Pull Request -
State: closed - Opened by oleonardolima 10 months ago
- 6 comments
#84 - Add https feature for minreq
Pull Request -
State: closed - Opened by yancyribbens 10 months ago
- 4 comments
#83 - Depend on bitcoin `v0.32.0-rc1`
Pull Request -
State: closed - Opened by tcharding 11 months ago
- 2 comments
#82 - fix hex dependency version, set to 0.2.0
Pull Request -
State: closed - Opened by notmandatory 11 months ago
- 1 comment
Labels: bug
#81 - Pull/75 CI Test
Pull Request -
State: closed - Opened by notmandatory 12 months ago
- 1 comment
#80 - Consider dropping `unwrap_or(1.0)` from `convert_fee_rate`
Issue -
State: closed - Opened by tnull about 1 year ago
- 6 comments
#79 - Upgrade bitcoin to v0.31
Pull Request -
State: closed - Opened by tcharding about 1 year ago
- 9 comments
#78 - Upgrade bitcoin
Pull Request -
State: closed - Opened by tcharding about 1 year ago
- 2 comments
#77 - Consider renaming types Vin, Vout
Issue -
State: open - Opened by ValuedMammal about 1 year ago
#76 - Bump electrsd to 0.26 + bitcoind_25_0 and fix msrv errors
Pull Request -
State: closed - Opened by notmandatory about 1 year ago
- 5 comments
Labels: ci
#75 - Replace `ureq` with `minreq` for `blocking`
Pull Request -
State: closed - Opened by tnull about 1 year ago
- 11 comments
#74 - update bitcoin to 0.31
Pull Request -
State: closed - Opened by getong about 1 year ago
- 5 comments
#73 - update bitcoin to 0.31.1
Pull Request -
State: closed - Opened by getong about 1 year ago
- 1 comment
#72 - fix: bump `h2` version to patched one, while reqwest has not been
Pull Request -
State: closed - Opened by oleonardolima about 1 year ago
- 3 comments
#71 - fix(esplora-client): implement retryable calls for blocking and async clients
Pull Request -
State: open - Opened by e1a0a0ea about 1 year ago
- 14 comments
#70 - cargo: set rust-version to 1.63.0
Pull Request -
State: closed - Opened by notmandatory about 1 year ago
Labels: documentation
#69 - ci: change MSRV to 1.63.0
Pull Request -
State: closed - Opened by notmandatory about 1 year ago
- 1 comment
Labels: ci
#68 - Bump MSRV to 1.63
Issue -
State: closed - Opened by notmandatory about 1 year ago
- 2 comments
#67 - feat: add new `AsyncAnonymizedClient` using `arti-hyper`
Pull Request -
State: open - Opened by oleonardolima about 1 year ago
- 5 comments
Labels: enhancement
#66 - add http header support
Pull Request -
State: closed - Opened by johncantrell97 about 1 year ago
- 9 comments
Labels: enhancement
#65 - fix: change target's type in fee estimate map
Pull Request -
State: closed - Opened by vladimirfomene about 1 year ago
- 8 comments
Labels: enhancement
#64 - Keys in feerates mapping should be `u16`, not `String`.
Issue -
State: closed - Opened by darosior about 1 year ago
#63 - ci: fix MSRV
Pull Request -
State: closed - Opened by realeinherjar over 1 year ago
#62 - ci: test WASM
Pull Request -
State: closed - Opened by realeinherjar over 1 year ago
- 2 comments
#61 - feature: add tor support by using `arti-hyper` with new feature `async-arti-hyper`
Issue -
State: open - Opened by oleonardolima over 1 year ago
- 5 comments
#60 - Upgrade bitcoin
Pull Request -
State: closed - Opened by tcharding over 1 year ago
- 11 comments
#59 - fix(wallet_esplora): Gracefully handle 429s errors
Pull Request -
State: closed - Opened by realeinherjar over 1 year ago
- 3 comments
#58 - Propagate errors from Esplora backends
Pull Request -
State: closed - Opened by vladimirfomene over 1 year ago
- 1 comment
#57 - refactor(blocking): replace ureq with minreq, update electrsd version
Pull Request -
State: closed - Opened by notmandatory over 1 year ago
- 7 comments
#56 - docs: Fixed typo in Cargo.toml example
Pull Request -
State: closed - Opened by bjorn over 1 year ago
- 3 comments
#55 - Refactor to use BP stack instead of rust-bitcoin
Pull Request -
State: closed - Opened by dr-orlovsky over 1 year ago
- 1 comment
#54 - Do not swallow error response
Pull Request -
State: closed - Opened by remix7531 over 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 almost 2 years ago
- 2 comments
#47 - RPC error message is being swallowed
Issue -
State: open - Opened by luckysori almost 2 years ago
- 10 comments
Labels: enhancement
#46 - bugfix: `GET /tx/:txid/status` is not `Option`
Pull Request -
State: closed - Opened by MaxFangX almost 2 years ago
- 2 comments
Labels: bug
#45 - feat(api): expose bitcoin types for the API
Pull Request -
State: closed - Opened by vincenzopalazzo almost 2 years ago
- 4 comments
Labels: enhancement
#44 - fix: expose TLS backend choice in features
Pull Request -
State: closed - Opened by elsirion almost 2 years ago
- 3 comments
Labels: enhancement
#43 - Expose TLS implementation choice via features
Issue -
State: closed - Opened by elsirion almost 2 years ago
Labels: enhancement
#42 - Fix build-test workflow cache step
Pull Request -
State: closed - Opened by notmandatory almost 2 years ago
- 2 comments
#41 - Bump to version 0.4.0
Pull Request -
State: closed - Opened by vladimirfomene almost 2 years ago
- 1 comment
#40 - Disable default features for rust-bitcoin
Pull Request -
State: closed - Opened by benthecarman almost 2 years ago
- 2 comments
#39 - Leave `rust-bitcoin` compilation flags untouched
Pull Request -
State: closed - Opened by TheBlueMatt almost 2 years ago
- 1 comment
#38 - Rename `OutputStatus` to `OutSpendStatus`
Issue -
State: open - Opened by evanlinjin almost 2 years ago
- 2 comments
Labels: good first issue
#37 - Support MSRV 1.48.0 with "blocking" feature
Issue -
State: closed - Opened by notmandatory about 2 years ago
- 7 comments
Labels: enhancement, good first issue, ci
#36 - Test against stable and MSRV Rust versions.
Pull Request -
State: closed - Opened by vladimirfomene about 2 years ago
- 2 comments
#35 - Update CI to also test with MSRV
Issue -
State: closed - Opened by notmandatory about 2 years ago
- 2 comments
Labels: ci
#34 - Fix socks feature for ureq
Pull Request -
State: closed - Opened by rajarshimaitra about 2 years ago
- 1 comment
#33 - bump to version 0.3.0
Pull Request -
State: closed - Opened by vladimirfomene about 2 years ago
- 1 comment
#32 - Relase new version
Issue -
State: closed - Opened by LLFourn about 2 years ago
- 2 comments
#31 - Run tests in a single thread, plus minor ci cleanups
Pull Request -
State: closed - Opened by notmandatory about 2 years ago
- 6 comments
Labels: ci
#30 - Derive `Clone` and implement `{url, client}` for `AsyncClient`
Pull Request -
State: closed - Opened by hirrolot about 2 years ago
- 9 comments
Labels: enhancement
#29 - Add `get_recent_blocks` api
Pull Request -
State: closed - Opened by rajarshimaitra about 2 years ago
- 3 comments
#28 - Add `get_merkle_block` API call
Pull Request -
State: closed - Opened by tnull over 2 years ago
- 4 comments
Labels: enhancement
#27 - Add /blocks API
Pull Request -
State: closed - Opened by LLFourn over 2 years ago
- 8 comments
Labels: enhancement
#26 - Change ureq into caret version.
Pull Request -
State: closed - Opened by rajarshimaitra over 2 years ago
- 2 comments
#25 - Add get raw block endpoint
Pull Request -
State: closed - Opened by benthecarman over 2 years ago
- 3 comments
#24 - Upgrade `ureq` to 2.5.0
Pull Request -
State: closed - Opened by vladimirfomene over 2 years ago
- 1 comment
#23 - update ureq to 2.5.0
Issue -
State: closed - Opened by notmandatory over 2 years ago
#22 - Fix deprecation version of `get_header`
Pull Request -
State: closed - Opened by tnull over 2 years ago
- 1 comment
#21 - Bump to version 0.2.0
Pull Request -
State: closed - Opened by vladimirfomene over 2 years ago
- 1 comment
#20 - Upgrade bitcoin requirement from 0.28.1 to 0.29.1
Pull Request -
State: closed - Opened by danielgranhao over 2 years ago
- 12 comments
#19 - Add new API call get_block_status
Pull Request -
State: closed - Opened by gcomte over 2 years ago
- 3 comments