What's Changed
- Add Support for Loading Environment Variables in Tests by @PooyaRaki in #2250
- Add
IPortfolio
datasource with Octav implementation by @iamacook in #2248 - Register entities when generating migrations by @PooyaRaki in #2259
- Add
User
entity by @usame-algan in #2262 - fix: gitignore .envrc by @usame-algan in #2263
- Add
to
to pending/executed multisig events by @iamacook in #2244 - Add portfolio API key placeholder by @iamacook in #2267
- Disable Redis query timeout log by @PooyaRaki in #2270
- Enhance Service Liveliness Check with Redis and AMQP Monitoring by @PooyaRaki in #2272
- Add correct SSL CA path for database test by @iamacook in #2275
- Deprecate
executedSurplusFee
, addingexecutedFee
andexecutedFeeToken
by @iamacook in #2247 - Bump the aws-sdk group with 2 updates by @dependabot in #2278
- Bump @nestjs/schematics from 10.2.3 to 11.0.0 by @dependabot in #2279
- Bump @nestjs/typeorm from 10.0.2 to 11.0.0 by @dependabot in #2281
- Bump @nestjs/config from 3.3.0 to 4.0.0 by @dependabot in #2280
- Scaffold user repository, modules and migration by @usame-algan in #2265
- Add
wallet
entity by @jmealy in #2264 - Serialize
Error
messages for logs by @iamacook in #2283 - Add
/v2/owners/:ownerAddress/safes
to gracefully handle errors by @iamacook in #2266 - Automatically remove database lock when migration fails by @PooyaRaki in #2284
- refactor: change swagger operationId output by @compojoom in #2129
- Remove
sdk
job by @iamacook in #2287 - Notifications by @PooyaRaki in #2268
- Add and extend
BaseTransaction
entity by @iamacook in #2289 - Add wallet scaffolding and migrations by @usame-algan in #2282
- Remove transaction confirmation view endpoint by @iamacook in #2276
- Fix(Balances): make decimals non-nullable by @katspaugh in #2291
- Validate
data
ofEXECUTED_MULTISIG_TRANSACTION
event by @iamacook in #2286 - Bump the nest-js-core group with 4 updates by @dependabot in #2277
- Implement
createUserWithWallet
by @usame-algan in #2290 - Fix a typo in redis cache service by @PooyaRaki in #2292
- Fix: Token decimals non optional by @katspaugh in #2293
- Bump coverallsapp/github-action from 2.3.4 to 2.3.6 by @dependabot in #2297
- Bump node from 22.13.0-alpine to 22.13.1-alpine by @dependabot in #2298
- Bump the nest-js-core group with 4 updates by @dependabot in #2299
- Bump the aws-sdk group with 2 updates by @dependabot in #2300
- Bump ts-loader from 9.5.1 to 9.5.2 by @dependabot in #2303
- Bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot in #2302
- Bump @nestjs/swagger from 8.1.1 to 11.0.3 by @dependabot in #2301
- Update missing instances of Node 22.13.0 to 22.13.1 by @iamacook in #2305
- Revert: decimals nullability in Token type by @katspaugh in #2306
- Disable Redis offline queue by @PooyaRaki in #2304
- Scaffold org entity, domain, route and service by @usame-algan in #2294
- Version
data-decoder
domain as v1 by @iamacook in #2311
Full Changelog: v1.68.0...v1.69.0