What's Changed
Add EIP-3770 support
/api/v1/chains
now returns a non-null short name for each chain (#241). See ethereum/EIPs#3770 for more details
GET /api/v1/chains
{
"chainId": "1",
"chainName": "Mainnet",
"shortName": "eth",
...
}
Other changes
- Add force script name for nested paths on nginx in #244
- Downgrade postgres 13 -> 10 in #243
- Pin Faker dependency. Specify decimals in test in #249
- Bump django-cors-headers from 3.8.0 to 3.10.0 in #256
- Bump gnosis-py from 3.4.1 to 3.4.4 in #255
- Bump django from 3.2.7 to 3.2.8 in #258
- Bump boto3 from 1.18.48 to 1.18.58 in #253
- Bump django-storages from 1.11.1 to 1.12 in #254
- Bump flake8 from 3.9.2 to 4.0.1 in #257
- Bump service version to 2.5.0 in #259
Full Changelog: v2.4.0...v2.5.0