Skip to content

bug: transactions not correctly associated with addresses in v0.5 #272

@ClementPavue

Description

@ClementPavue

System Information (if applicable)

BlockSci version: 0.5
Using AMI: no
Total memory: 32GB

auto a = getAddressFromString("3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs",chain->getAccess());
auto equivAddress = (*a).getEquivAddresses(false);
auto pointers = equivAddress.getOutputPointers() | ranges::to_vector;
std::cout << "Equiv Address: " << pointers.size() << " pointers" << std::endl;

----- Result --------
Equiv Address: 1 pointers

But according to blockchain.info address got 59 transactions
https://www.blockchain.com/btc/address/3ChVP627KU5w4zu2rieFPF3wGXWQgmhvrs

I suspect I miss something regarding the type of the address as my parser folder seems sain.

Can someone help me with that ?

Thanlks in advance,
Clément

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugfixed-in-v0.6This issue has been resolved in the development version (available on the v0.6 branch)

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions