Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Not seeing confirmed TX with example_esplora CLI tool #1192

Closed
notmandatory opened this issue Nov 1, 2023 · 1 comment
Closed

Not seeing confirmed TX with example_esplora CLI tool #1192

notmandatory opened this issue Nov 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@notmandatory
Copy link
Member

Describe the bug

With the example-crates/example_esplora CLI tool I am not seeing transactions as confirmed that should be confirmed.

To Reproduce

export DESCRIPTOR="wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)"
export CHANGE_DESCRIPTOR="wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)"

cargo run -- scan "http://signet.bitcoindevkit.net"
cargo run -- balance

confirmed:
    total                 0 sats
    spendable             0 sats
    immature              0 sats
unconfirmed:
    total            520040 sats
    trusted          139940 sats
    untrusted        380100 sats

Expected behavior

All balances should be confirmed. I double-checked with old bdk-cli tool and by checking TX on signet mempool.space.

Build environment

  • BDK tag/commit: current master 3569acc
  • OS+version: macOS 13.5.2
  • Rust/Cargo version: stable 1.72.0
  • Rust/Cargo target: aarch64-apple-darwin

Additional context

@notmandatory notmandatory added the bug Something isn't working label Nov 1, 2023
@notmandatory notmandatory added this to BDK Nov 1, 2023
@notmandatory notmandatory moved this to Todo in BDK Nov 1, 2023
@notmandatory
Copy link
Member Author

This is a dup of #1151, it was fixed by #1152.

@github-project-automation github-project-automation bot moved this from Todo to Done in BDK Nov 1, 2023
notmandatory added a commit to notmandatory/tabconf2023-bdk1-workshop that referenced this issue Nov 1, 2023
notmandatory added a commit to notmandatory/tabconf2023-bdk1-workshop that referenced this issue Nov 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant