Releases: CirclesUBI/circles-core
Releases · CirclesUBI/circles-core
v4.0.0
[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
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
v3.2.1
v3.2.0
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
[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