What's Changed
- Add QueuesApi datasource by @hectorgomezv in #1412
- Return non formatted Order data by @fmrsabino in #1426
- Add queues domain layer by @hectorgomezv in #1418
- Add ISwapsRepository interface by @fmrsabino in #1431
- Extract SetPreSignatureDecoder to its own module by @fmrsabino in #1433
- Rename SwapsModule by @fmrsabino in #1432
- Add SwapOrderHelper by @fmrsabino in #1434
- Fix SwapOrderMapper dependency injection by @fmrsabino in #1436
- Add support for Swap orders in tx confirmation route by @fmrsabino in #1435
- Fix
no-case-declarations
instances by @iamacook in #1429 - Simplify
AddressInfo
entity types by @iamacook in #1430 - Explicitly set
iat
claim of token by @iamacook in #1414 - Remove unnecessary module imports by @fmrsabino in #1438
- Rename Order.class to Order.orderClass by @fmrsabino in #1439
- build(deps): bump viem from 2.9.19 to 2.9.25 by @dependabot in #1443
- build(deps): bump @safe-global/safe-deployments from 1.33.0 to 1.34.0 by @dependabot in #1442
- build(deps): bump zod from 3.22.4 to 3.23.3 by @dependabot in #1446
- build(deps): bump the nest-js-core group with 4 updates by @dependabot in #1441
- Change AMQP prefetch configuration by @hectorgomezv in #1440
- build(deps-dev): bump typescript-eslint from 7.7.0 to 7.7.1 by @dependabot in #1445
- Migrate
MultisigTransaction
tozod
by @iamacook in #1385 - Add queues routes layer by @hectorgomezv in #1437
- Add const assertions to order.builder by @fmrsabino in #1447
- Forward parsed fullAppData by @fmrsabino in #1448
- Migrate
TransactionType
tozod
by @iamacook in #1396 - Remove
ajv
andajv-formats
by @iamacook in #1397 - Align usage of page schema factory by @iamacook in #1449
- Forward the Order receiver by @fmrsabino in #1452
- Add AMQP default configuration values by @hectorgomezv in #1453
- Forward the Order owner by @fmrsabino in #1455
- Update docker-compose redis image by @hectorgomezv in #1451
- Remove unnecessary events message parsing by @hectorgomezv in #1454
- Rename
JwtRepository
toAuthRepository
by @iamacook in #1456 - Include not listed Safe Apps on transaction mappings by @hectorgomezv in #1450
- Add onlyListed to CacheRouter.getSafeAppsCacheDir argument list by @hectorgomezv in #1462
- Allow Swap App restriction by @fmrsabino in #1458
- Fix
no-useless-escape
instances by @iamacook in #1463 - Populate
Request['auth']
in AuthGuard by @iamacook in #1459 - Make
MultisigTransaction['value']
non-nullable by @iamacook in #1471 - Add X Layer fiat prices configuration by @hectorgomezv in #1467
- Fix
@typescript-eslint/await-thenable
instances by @iamacook in #1464 - Fix
@typescript-eslint/no-base-to-string
instances by @iamacook in #1465 - Remove locking feature flag by @iamacook in #1472
- Remove relay feature flag by @iamacook in #1473
- Remove FF_RELAY from .env.sample by @hectorgomezv in #1475
- Use Docker Registry cache backend by @fmrsabino in #1474
- Merge balance entities and schemas by @iamacook in #1476
Full Changelog: v1.35.0...v1.36.0