Skip to content

Latest commit

 

History

History
214 lines (114 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

214 lines (114 loc) · 6.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.7.1] - 2023-08-25

Fixed

  • Fixed mutual activities #223

[4.7.0] - 2023-08-08

Added

  • Add news module #211

[4.6.0] - 2023-07-31

Changed

  • Update graph limit query from 100 to 1000 #215

Added

  • Added get mutual activity #213

[4.5.0] - 2023-06-14

Changed

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

Added

  • Run lint before commit #197

[4.4.2] - 2023-05-03

Fixed

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

[4.4.1] - 2023-05-02

Fixed

  • Increase loop default retries from 10 to 30 #192

[4.4.0] - 2023-05-02

Changed

  • Increase user trust limit value from 50% to 100% #181

[4.3.1] - 2023-04-18

Fixed

  • Increase default delay retry timing for loop utils method #186

[4.3.0] - 2023-04-18

Reverted

  • Temporary revert user trust limit value to 50%

[4.2.0] - 2023-04-12

Changed

  • Increase user trust limit value from 50% to 100% #181

[4.1.0] - 2023-03-31

Fixed

  • Fix loop functionality for waiting #173

Added

  • Add loop method to core utils module #173
  • Add pathfinder max transfer steps as core option #180

[4.0.1] - 2023-03-29

Fixed

  • Fix call to randomUUID() function #179

[4.0.0] - 2023-03-28

Changed

  • New feature: the core can request the pathfinder service API instead of the circles-api. The pathfinder service is used by default. Methods affected: core.token.transfer and core.token.findTransitiveTransfer. New parameters for instantiating the core are needed: pathfinderType (cli or server, by defalut server) and pathfinderServiceEndpoint. Use randomUUID() for the pathfinder server requests ids #165 #169 #175
  • Update all dependencies #171

[3.2.1] - 2023-02-11

Changed

  • Use isCRCVersion option in token.deploy to allow execution of txs with Safes on version v1.1.1+Circles #162

[3.2.0] - 2023-01-23

Added

  • Add functionality to customize the number of hops for path-finding requests to the api. The number of hops is now an optional parameter with the default set to 3. #153

[3.1.3] - 2022-12-02

Removed

  • Remove multisend functionality #149

Fixed

  • Update GH Actions dependencies #149

[3.1.2] - 2022-12-01

Fixed

  • Set operation type: number #147

[3.1.1] - 2022-11-30

Changed

  • Add MultiSend contract and use it for update Safe version #146

[3.1.0] - 2022-11-29

Changed

  • Update circles-contracts and use GnosisSafeL2 #145

[3.0.0] - 2022-11-23

Added

  • Add method to update Safe to the last version (v1.3.0) by changing the the Master Copy #141
  • Add method to get the Safe version #141

Changed

  • Use latest Safe contracts (Safe v1.3.0) by default #141
  • Use Node v14 for tests #143
  • Update dependencies
  • Update contributors

Fixed

  • Token test updated to becompatible with the new circles-api that uses csv export and new pathfinder with --flowcsv tag #133

[2.12.0] - 2022-08-09

Added

  • Add user methods: update user data, and get email #130

Changed

  • Update Contributors in package.json #129
  • Update CODEOWNERS #132

[2.11.2] - 2022-07-08

Changed

  • Update dependencies and use node v14 #127

[2.11.1] - 2022-06-13

Fixed

  • Fix set default value for databaseSource #119

[2.11.0] - 2022-06-06

Added

  • Add method to update transfer steps #116

[2.10.12] - 2022-05-12

Fixed

  • Add default value for databaseSource constructor param #112 #115
  • Update dependencies #114

[2.10.11] - 2022-03-25

Fixed

  • Add possibility to choose data layer#105
  • Update tests
  • Fix Git Actions

[2.10.10] - 2021-06-02

Fixed

  • Fix trust limits as an organization. #83
  • Wait for trust connection before prefunding organization. #82

[2.10.9] - 2021-04-21

Changed

  • Increase transfer step limit. #65176c1