Skip to content

Releases: safe-global/safe-config-service

Safe Config Service 1.1.0

21 Jun 09:21
bc09a32
Compare
Choose a tag to compare

Bug Fixes

  • Enable blank values for safe-app provider (#115)
  • Remove route slicing from logger (#111)
  • Add trailing slash to chains/id/ endpoint (#110)

New Features

  • New endpoint api/v1/about – this endpoint gives basic information about the service. Currently it displays the name of the service, version of the service, api version of the request and if the request was done via https or http

Changes to /chains endpoint (work in progress)

  • /chains now returns the theme information of the chain that can be used by the clients (#112):
"theme": {
    "textColor": <hex-color-string>,
    "backgroundColor": <hex-color-string>
}
  • The public transaction service url was added to the /chains payload. This can be used by the clients in order to directly interact with the transaction service of a given chain (#106)
{
  ...
  "transactionService": <url>
}

Safe Config Service 1.0.0

14 Jun 12:40
dc374fb
Compare
Choose a tag to compare
  • Initial release
  • Add /safe-apps endpoint which lists the endpoints
  • Add /chains endpoint which lists the chains currently supported by the clients