Skip to content

Tags: safe-global/safe-client-gateway

Tags

v1.55.0

Toggle v1.55.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump viem from 2.20.1 to 2.21.4 (#1910)

Bumps [viem](https://github.com/wevm/viem) from 2.20.1 to 2.21.4.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.20.1...viem@2.21.4)

---
updated-dependencies:
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.54.0

Toggle v1.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend Confirmation View with an optional value field (#1851)

- Adds `value` optional parameter to `TransactionDataDto`.
- Adds `value` field to the `NativeStakingConfirmationView` entity.
- Adjusts tests accordingly.

v1.53.0

Toggle v1.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement Accounts creation rate limit (#1800)

Adds a rate limitation controlled by a cache key before proceeding with account creation

v1.52.0

Toggle v1.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extract getFromCacheOrExecuteAndCache utility function (#1777)

- Adds `CachedQueryResolver` class, to be used to retrieve data from the service cache before executing a query.

v1.51.0

Toggle v1.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add coverage ensuring TWAPs to official contract (#1730)

Adds test coverage to ensure that `findTwapOrder` only returns TWAP orders from the official Composable CoW contract.

v1.50.0

Toggle v1.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make Chain.pricesProvider nullable (#1717)

Makes Chain.pricesProvider optional.

v1.49.0

Toggle v1.49.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add confirmations info to debug logs (#1707)

Adds `confirmations` and `confirmationsRequired` to debug logs.

v1.48.0

Toggle v1.48.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix abi (#1668)

Moves the ABI of the ComposableCoW contract from the `@/abis` folder to where it is used to unblock current tasks. It will later be moved back:

- Move ABI from `@/abis/composable-cow` to `ComposableCowDecoder`
- Remove rule from `.gitignore`

v1.47.0

Toggle v1.47.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add configuration for relaying on Arbitrum (#1647)

Add configuration for relaying on Arbitrum

v1.46.0

Toggle v1.46.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add FF_COUNTERFACTUAL_BALANCES (#1625)

Add FF_COUNTERFACTUAL_BALANCES