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