Skip to content

Safe Config Service 1.1.0

Compare
Choose a tag to compare
@fmrsabino fmrsabino released this 21 Jun 09:21
· 1095 commits to main since this release
bc09a32

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>
}