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.
- Fixed mutual activities #223
- Add news module #211
- Update graph limit query from 100 to 1000 #215
- Added get mutual activity #213
- Run lint before commit #197
- Subgraph balances limit increase to 1000 results per pagination #194
- Increase loop default retries from 10 to 30 #192
- Increase user trust limit value from 50% to 100% #181
- Increase default delay retry timing for loop utils method #186
- Temporary revert user trust limit value to 50%
- Increase user trust limit value from 50% to 100% #181
- Fix loop functionality for waiting #173
- Fix call to
randomUUID()
function #179
- 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
andcore.token.findTransitiveTransfer
. New parameters for instantiating the core are needed:pathfinderType
(cli
orserver
, by defalutserver
) andpathfinderServiceEndpoint
. UserandomUUID()
for the pathfinder server requests ids #165 #169 #175 - Update all dependencies #171
- Use
isCRCVersion
option intoken.deploy
to allow execution of txs with Safes on versionv1.1.1+Circles
#162
- 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
- Remove multisend functionality #149
- Update GH Actions dependencies #149
- Set operation type: number #147
- Add MultiSend contract and use it for update Safe version #146
- Update
circles-contracts
and use GnosisSafeL2 #145
- 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
- Use latest Safe contracts (Safe v1.3.0) by default #141
- Use Node v14 for tests #143
- Update dependencies
- Update contributors
- Token test updated to becompatible with the new
circles-api
that uses csv export and new pathfinder with--flowcsv
tag #133
- Add user methods: update user data, and get email #130
- Update dependencies and use node v14 #127
- Fix set default value for databaseSource #119
- Add method to update transfer steps #116
- Add possibility to choose data layer#105
- Update tests
- Fix Git Actions
- Fix trust limits as an organization. #83
- Wait for trust connection before prefunding organization. #82
- Increase transfer step limit. #65176c1