spesmilo / electrumx

Alternative implementation of spesmilo/electrum-server
MIT License
429 stars 343 forks source link

Issue Report: Inaccurate Data Retrieval for Specific Addresses #259

Closed mingz2013 closed 3 months ago

mingz2013 commented 3 months ago

Issue Report: Inaccurate Data Retrieval for Specific Addresses

Description:

When querying the unique address 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX within Bitcoin block 1, the returned data does not include the unique transaction present in this block. This leads to incorrect data results.

Reproduction Steps:

  1. bitcoin-core.cli getblockhash 1
  2. bitcoin-core.cli getblock 00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048
  3. bitcoin-core.cli getrawtransaction 0e3e2357e806b6cdb1f70b54c3a3a17b6714ee1f0e68bebb44a74b1efd512098 1
  4. electrum getaddresshistory 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX
  5. electrum getaddressbalance 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX
  6. electrumx_rpc query 12c6DSiU4Rq3P4ZxziKxzrL5LmMBrzjrJX

Testing Environment: