Skip to content

v4.8.0

Compare
Choose a tag to compare
@louilinn louilinn released this 02 Oct 16:47
· 33 commits to main since this release

[4.8.0] - 2023-10-02

What's Changed

  • getNetwork has complete functionality for mutual connections by @louilinn in #236
    Simplified Graph query to include all trusters and trustees plus all trusters of trustees in getNetwork. Querying trusters of trustees makes it possible to loop over these trusters and add the trustee in the mutual connections of the truster connection object. This means that all accounts that have mutual connections will be in the response of getNetwork. Previously mutual connections were only available for directly connected accounts, i.e. accounts that were directly trusting or was directly trusted by the account in question.

Full Changelog: v4.7.3...v4.8.0