Skip to content

Latest commit

 

History

History
245 lines (132 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

245 lines (132 loc) · 8.26 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.

[Unreleased]

[1.9.4] - 2023-08-15

Fixed

  • Fix missing field in news table #202

[1.9.3] - 2023-08-10

Fixed

  • Fix upload picture due to aws/sdk deprecated #200

Changed

  • Bump word-wrap from 1.2.3 to 1.2.4 #196 from CirclesUBI/dependabot/npm_and_yarn/word-wrap-1.2.4

[1.9.2] - 2023-07-10

Added

  • Add index for username and safe address in users table #19

[1.9.1] - 2023-07-06

Changed

  • Use http for the blockchain connection when ws not necessary #186
  • Use node-version-file option in actions/setup-node@v3 #190
  • Update dependencies: Bump fast-xml-parser and @aws-sdk/client-s3 #191

Fixed

  • Fix node version in Dockerfile #189

[1.9.0] - 2023-06-14

Added

  • New API endpoint: search news database #164

Changed

[1.8.1] - 2023-01-12

Changed

  • Reduce HOPS_DEFAULT to 3 for the pathfinder, convert all hops to string and update api documentation #156 #157

[1.8.0] - 2023-01-11

Changed

Added

  • Add hops as optional parameter in the endpoints POST /api/transfers and POST /api/transfers/update #149

[1.7.2] - 2022-12-02

Changed

  • Update circles-core and use the GnosisSafeL2 #143

[1.7.1] - 2022-11-25

Fixed

  • Increase timeout for finding and updating steps #139

Changed

  • Update api with safe-contract 1.3.0 #139
  • Bump moment-timezone from 0.5.34 to 0.5.39 #140
  • Bump apollo-server-core from 3.10.0 to 3.11.1 #141
  • Update GH action dependencies #142

[1.7.0] - 2022-08-23

Added

  • Update user profile endpoint #38, #128
  • Add get user email endpoint: #128

Changed

  • Update dependencies #120, #121, #126
  • Update pathfinder to latest commit chriseth/pathfinder@41f5eda
  • Change format of edges file from json to csv #123
  • Update circles-transfer dependency to be compatible with the new pathfinder version #123

[1.6.0] - 2022-06-06

Removed

  • Remove Check transfer steps functionality from the findTransferSteps service #119

Added

  • Create a new route to update transitive transfer path #119

[1.5.0] - 2022-05-13

Added

  • Check transfer steps before returning them #103

[1.4.0] - 2022-03-29

Added

  • Update web3 method to subscribe to eth events #113
  • Add log with graph endpoint #114

[1.3.22] - 2021-12-17

Changed

  • Change graph health query #101

[1.3.21] - 2021-12-16

Fixed

  • Update queries and endpoints for graph-node v0.25.0 #96

[1.3.20] - 2021-10-28

Removed

  • Do not run syncFullGraph task
  • Do not destroy the edge in the db when there is an error updating the edge
  • Delete unused file: edgesGraph.js

[1.3.16] - 2021-10-05

Added

  • Debug graph errors #95

[1.3.15] - 2021-10-04

Fixed

  • Use last id instead of skip for pagination in graph queries with more than 5000 items in result #94

[1.3.14] - 2021-10-01

Changed

  • Migrate ubuntu-16.04 workflows to ubuntu-18.04 #93

[1.3.13] - 2021-10-01

Added

  • Run a task to sync the full graph every week #88
  • Create RELEASE.md

[1.3.12] - 2021-06-22

Changed

  • Improve search for usernames #86
  • Introduce case insensitivity for usernames #85

[1.3.11] - 2021-05-03

Fixed

  • Negative buffer fix #76

[1.3.8] - 2021-04-28

Fixed

  • Add negative buffer to trust edges #74

[1.3.7] - 2021-04-21

Fixed

  • Docker: Do not wait for graph in entrypoint but in program #71

[1.3.6] - 2021-04-21

Changed

  • Increase transfer step process timeout cda7a01

[1.3.5] - 2021-04-21

Changed

  • Docker: Use bash version of wait-for-it script 745cf5b

[1.3.4] - 2021-03-29

Fixed

  • Docker: Remove multi-step build as it breaks sharp 99db714

[1.3.3] - 2021-03-29

Fixed

  • Docker: Start worker process when graph node is available #63

[1.3.2] - 2021-03-12

Added

Changed

[1.3.1] - 2021-03-12

Changed

  • Worker: Changed paths of edges.json file and pathfinder executable. #58

[1.3.0] - 2021-03-11

Added

  • Worker: Introduce new indexing task using bull scheduler. #24