What's Changed
- Implement Counterfactual Safes creation rate limit by @hectorgomezv in #1801
- Add Holesky balances custom cache expiration time by @hectorgomezv in #1812
- Add Holesky cache expiration time tests by @hectorgomezv in #1813
- Adjust and unify rate limits granularity by @hectorgomezv in #1814
- Remove database availability hard dependency at boot by @hectorgomezv in #1815
- Include the executed database migration names in startup logs by @hectorgomezv in #1816
- Set AUTH_VALIDITY_PERIOD_SECONDS as access token default validity by @hectorgomezv in #1817
- Bump the nest-js-core group with 4 updates by @dependabot in #1818
- Bump @nestjs/cli from 10.4.2 to 10.4.4 by @dependabot in #1821
- Bump @types/node from 20.14.8 to 22.2.0 by @dependabot in #1822
- Bump winston from 3.13.1 to 3.14.1 by @dependabot in #1819
- Bump typescript-eslint from 7.16.1 to 8.1.0 by @dependabot in #1820
- Allow optional signature when registering notifications by @iamacook in #1797
- Add caching layer to RPC requests by @iamacook in #1825
- Add
IStakingApi
by @iamacook in #1823 - Fix lint caused by staking API by @iamacook in #1832
- Bump nestjs-cls from 4.4.0 to 4.4.1 by @dependabot in #1828
- Bump winston from 3.14.1 to 3.14.2 by @dependabot in #1831
- Bump eslint from 9.7.0 to 9.9.0 by @dependabot in #1830
- Bump typescript-eslint from 8.1.0 to 8.2.0 by @dependabot in #1829
- Bump the nest-js-core group with 4 updates by @dependabot in #1827
- Include address in
TransactionFinder
by @iamacook in #1833 - Add
/v1/:chainId/about/indexing
endpoint by @iamacook in #1826 - Add confirmation screen for native staking
deposit
calls by @iamacook in #1834 - Add transaction decoding for native staking
deposit
calls by @iamacook in #1835 - Add new
Campaign
fields by @iamacook in #1836 - Implement Safe Creation Transaction retrieval endpoint by @hectorgomezv in #1840
- Add staking-related environment variables to .env.sample by @hectorgomezv in #1841
- Add StakingStatus to native staking deposit transactions by @hectorgomezv in #1842
- Make Campaign.rewardValue field nullable by @hectorgomezv in #1843
- Calculate deposit monthly NRR by @hectorgomezv in #1844
- Remove authentication for GET Counterfactual Safes endpoints by @hectorgomezv in #1846
- Add OpenAPI definitions for auth routes by @hectorgomezv in #1847
- Extend Confirmation View with an optional value field by @hectorgomezv in #1851
Full Changelog: v1.53.0...v1.54.0