r60
Versions
@safe-global/api-kit: 3.0.0
@safe-global/protocol-kit: 6.0.0
@safe-global/relay-kit: 4.0.0
@safe-global/sdk-starter-kit: 2.0.0
@safe-global/testing-kit: 0.2.0
@safe-global/types-kit: 2.0.0
Breaking changes
This release contains breaking changes, being the most relevant one that now all kits are bundled using ESM and CJS. Check our guides for other breaking changes:
What's Changed
- fix(types-kit): sync SafeMultisigTransactionResponse types with API by @dasanra in #1117
- chore: build kits with cjs and esm targets by @dasanra in #1049
- feat: Get pending SafeOperations support by @yagopv in #1123
- feat(relay-kit): Add Entrypoint v0.7 support by @yagopv in #1103
- feat(relay-kit): Add UserOperation custom nonce support by @yagopv in #1126
- fix(relay-kit): fix relay-kit tests to use a dynamic identifier by @DaniSomoza in #1130
- fix(relay-kit): Add
semver
dep in the relay-kit by @DaniSomoza in #1133 - fix(sdk-starter-kit): Add correct
safeModulesVersion
by @yagopv in #1136 - fix(api-kit):
node-fetch
dual compilation by @yagopv in #1137 - chore: api kit improvements by @dasanra in #1135
- feat(relay-kit): Set default module version to 0.2.0 by @yagopv in #1148
- feat(sdk-starter-kit): Enable confirmed txs and safe operations execution by @yagopv in #1144
- chore: remove web3 from tests and dependencies by @dasanra in #1147
- fix(api-kit): Tests by @yagopv in #1162
- chore: bump dependencies by @dasanra in #1151
Full Changelog: r59...r60