v4.8.0
[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