safe-config-service icon indicating copy to clipboard operation
safe-config-service copied to clipboard

The safe-config-service is a service that provides configuration information in the context of the Safe clients environment

Results 14 safe-config-service issues
Sort by recently updated
recently updated
newest added

Bumps [faker](https://github.com/joke2k/faker) from 24.14.1 to 25.0.1. Release notes Sourced from faker's releases. Release v25.0.1 See CHANGELOG.md. Release v25.0.0 See CHANGELOG.md. Changelog Sourced from faker's changelog. v25.0.1 - 2024-05-02 Add type...

dependencies
python

Bumps [boto3](https://github.com/boto/boto3) from 1.34.93 to 1.34.98. Changelog Sourced from boto3's changelog. 1.34.98 api-change:bedrock-agent: [botocore] This release adds support for using Provisioned Throughput with Bedrock Agents. api-change:connect: [botocore] This release adds...

dependencies
python

Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.2 to 1.14.3. Changelog Sourced from django-storages's changelog. 1.14.3 (2024-05-04) General Add support for Django 5.0 and Python 3.12 ([#1331](https://github.com/jschneier/django-storages/issues/1331)_) S3 Deprecated: The config class property has...

dependencies
python

Bumps [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs) from 3.14.5 to 3.15.0. Release notes Sourced from djangorestframework-stubs's releases. 3.15.0 djangorestframework 3.15 support Add ValidationError params= argument & default_params attribute by @​intgr in typeddjango/djangorestframework-stubs#338 Add SimpleRouter use_regex_path...

dependencies
python

Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.7 to 5.0.0. Commits 68b199e Version 5.0.0 release (django-stubs, django-stubs-ext) (#2087) 64a3aac Remove incorrect Reversible base class from QuerySet (#2094) e5f2159 [pre-commit.ci] pre-commit autoupdate (#2092) 35fdd20 Bump...

dependencies
python

## Summary The native coins and token prices are being retrieved from a third-party service (currently CoinGecko). The configuration data for each chain is _hard-coded_ in the CGW code: https://github.com/safe-global/safe-client-gateway/blob/3df9a2423911460b9b5f5298dbb0d93ea2f05e1a/src/config/entities/configuration.ts#L31...

enhancement

**Is your feature request related to a problem? Please describe.** For EIP 1559 we need different values for gas price estimation: - `maxFeePerGas` OR `baseFee` - `maxPriorityFeePerGas` This is currently...

**Is your feature request related to a problem? Please describe.** We sometimes show a green banner on top of the website when some service is down. This is currently done...

## Problem Atm we have to enter raw chain ids in Safe Apps entries. This is very inconvienient and prone to error. ## Request It would be much better to...

As a followup to https://github.com/safe-global/safe-config-service/pull/698, we should consider a more robust solution when it comes to sanitising the user input for Safe App related queries. The following was suggested https://docs.python.org/3/library/urllib.parse.html#url-quoting....

enhancement