Skip to content

Releases: CirclesUBI/circles-core

v4.9.1

27 Oct 13:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.9.0...v4.9.1

v4.9.0

17 Oct 14:56
Compare
Choose a tag to compare

[4.9.0] - 2023-10-17

What's Changed

Full Changelog: v4.8.0...v4.9.0

v4.8.0

02 Oct 16:47
Compare
Choose a tag to compare

[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

v4.7.3

26 Sep 15:39
Compare
Choose a tag to compare

What's Changed

  • Include order response and exclude null balances from listAllTokens query by @JacqueGM in #234

Full Changelog: v4.7.2...v4.7.3

v4.7.2

08 Sep 10:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.1...v4.7.2

v4.7.1

08 Sep 10:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.7.1

v4.7.0

08 Aug 12:07
Compare
Choose a tag to compare

[4.7.0] - 2023-08-08

Added

v4.6.0

31 Jul 12:28
Compare
Choose a tag to compare

What's Changed

  • Add information to core.token.getAddress regarding zero address by @mikozet in #201
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #212
  • Update query limit subgraph by @JacqueGM in #215
  • Add possibility in getLatest to get mutual activity by providing otherSafeAddress by @louilinn in #213

Full Changelog: v4.5.0...v4.6.0

v4.5.0

14 Jun 09:19
Compare
Choose a tag to compare

[4.5.0] - 2023-06-14

Changed

  • Update to Node v16 #199
  • Update dependencies #199

Added

  • Run lint before commit #197

v4.4.2

03 May 13:12
Compare
Choose a tag to compare

[4.4.2] - 2023-05-03

Fixed

  • Subgraph balances limit increase to 1000 results per pagination #194