What's Changed
- refactor: create
SafeSignature
entity by @iamacook in #2422 - build(deps): bump the nest-js-core group with 4 updates by @dependabot in #2416
- fix: improve refinement logging by @iamacook in #2424
- feat: include source in verification error logs by @hectorgomezv in #2429
- feat: optimize trusted contracts retrieval by @hectorgomezv in #2430
- fix: increase refinement test coverage by @iamacook in #2431
- refactor: centralise delegate call verification in verifier by @iamacook in #2427
- fix: add OrganizationSafesRepository tests by @hectorgomezv in #2365
- feat: Add invitedBy field to UserOrganization entity by @hectorgomezv in #2370
- feat: include source in message verification error logs by @hectorgomezv in #2433
- build(deps-dev): bump typescript from 5.7.2 to 5.8.2 by @dependabot in #2439
- build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by @dependabot in #2440
- build(deps): bump @fingerprintjs/fingerprintjs-pro-server-api from 6.1.0 to 6.2.0 by @dependabot in #2441
- build(deps): bump zod from 3.24.1 to 3.24.2 by @dependabot in #2442
- build(deps-dev): bump @nestjs/schematics from 11.0.0 to 11.0.2 by @dependabot in #2443
- fix: Swagger definitions for
GET
/v1/organizations/:organizationId/safes
by @iamacook in #2438 - fix: Swagger defintions for
POST
/v1/users/wallet/add
by @iamacook in #2437 - fix: add test coverage for
messageHash
generation by @iamacook in #2432 - Create token-specific entities by @iamacook in #2309
- fix: ensure API signatures are even in length by @iamacook in #2434
- feat: Add name field to user organization invitation and acceptance by @PooyaRaki in #2375
- feat: iterate on trusted contracts list by @hectorgomezv in #2436
- fix: adjust debugging flags by @hectorgomezv in #2444
- fix: adjust OrganizationSafeRepository tests by @hectorgomezv in #2445
- fix: include name field in UserOrganization mappings by @hectorgomezv in #2447
- fix: normalize foreign key column names by @hectorgomezv in #2450
- fix: include invitedBy for each UserOrganization in Organization by @hectorgomezv in #2449
- fix: add invitedBy to UserOrganizationDto route entity by @hectorgomezv in #2457
- fix: include all UserOrganizations for an Organization by @hectorgomezv in #2448
- fix: update the UserOrganization name on invitation acceptance by @hectorgomezv in #2453
- fix: avoid duplicate OrganizationSafes by @hectorgomezv in #2446
- fix: distinguish the name of an Organization from its creator by @hectorgomezv in #2456
- fix: delete member from one organization by @hectorgomezv in #2461
- fix: check the membership of the user when listing members by @hectorgomezv in #2454
- fix: update members role within the organization only by @hectorgomezv in #2462
- fix: check user membership when getting Organization Safes by @hectorgomezv in #2458
- fix: only throw for new
eth_sign
signatures by @iamacook in #2460 - feat: add pgAdmin service to Docker Compose configuration by @PooyaRaki in #2428
- feat: allow Safes to be added to multiple organizations by @hectorgomezv in #2471
Full Changelog: v1.74.6...v1.75.0