Releases: safe-global/safe-core-sdk
Releases · safe-global/safe-core-sdk
Safe Core SDK Release 15
New versions
- safe-core-sdk-types v1.4.0
- safe-core-sdk v2.4.0
- safe-web3-lib v1.4.0
- safe-ethers-lib v1.4.0
What's Changed
- Migrate Rinkeby tests to Goerli by @germartinez in #232
- Support EIP-1559 by @germartinez in #234
- Make signTransaction method immutable by @germartinez in #233
- v2.4.0 by @germartinez in #235
Full Changelog: r14...r15
Safe Core SDK Release 14.1
New versions
- safe-core-sdk v2.3.1
⚠️ the "signTransaction" method now returns a signed Safe transaction. Please update your code according to the new documentation: https://github.com/safe-global/safe-core-sdk/tree/main/packages/safe-core-sdk#signtransaction. In >=v3.0.0, the signature will be added only to the return transaction object, and not to the one passed as an argument.
Full Changelog: r14...r14.1
Safe Core SDK Release 13.1
New versions
- safe-core-sdk v2.2.2
⚠️ the "signTransaction" method now returns a signed Safe transaction. Please update your code according to the new documentation: https://github.com/safe-global/safe-core-sdk/tree/main/packages/safe-core-sdk#signtransaction. In >=v3.0.0, the signature will be added only to the return transaction object, and not to the one passed as an argument.
Full Changelog: r13...r13.1
Safe Core SDK Release 14
New versions
- safe-core-sdk-types v1.3.0
- safe-core-sdk v2.3.0
- safe-ethers-lib v1.3.0
- safe-web3-lib v1.3.0
What's Changed
- Bump undici from 5.5.1 to 5.8.0 by @dependabot in #223
- Calculate counterfactual Safe by @germartinez in #229
- v2.3.0 by @germartinez in #230
Full Changelog: r13...r14
Safe Core SDK Release 13
New versions
- safe-core-sdk-types v1.2.1
- safe-core-sdk-utils v1.2.1
- safe-core-sdk v2.2.1
- safe-ethers-lib v1.2.1
- safe-service-client v1.2.0
- safe-web3-lib v1.2.1
What's Changed
- Update safe-deployments to v1.15.0 by @germartinez in #219
- Support endpoint to get all the Safes with a given module enabled by @germartinez in #216
- Fix signTypedData by @germartinez in #220
- v2.2.1 by @germartinez in #221
Full Changelog: r12...r13
Safe Core SDK Release 12
New versions
- safe-core-sdk-types v1.2.0
- safe-core-sdk-utils v1.2.0
- safe-core-sdk v2.2.0
- safe-ethers-lib v1.2.0
- safe-web3-lib v1.2.0
What's Changed
- Fix broken transaction docs link by @mikhailxyz in #193
- Update LICENSE.md by @katspaugh in #196
- Update Github links by @germartinez in #198
- Bump cross-fetch from 2.2.5 to 2.2.6 by @dependabot in #201
- Bump protobufjs from 6.11.2 to 6.11.3 by @dependabot in #204
- Allow Safe delegates to propose transactions by @germartinez in #209
- Support Sign Typed Data by @germartinez in #208
- Development by @germartinez in #210
Full Changelog: r11...r12
Safe Core SDK Release 11
New versions
- safe-core-sdk-types v1.1.0
- safe-core-sdk-utils v1.1.0
- safe-core-sdk v2.1.0
- safe-ethers-adapters v0.1.0-alpha.9
- safe-ethers-lib v1.1.0
- safe-service-client v1.1.2
- safe-web3-lib v1.1.0
What's Changed
- Fix safe version and refactor safe deployments functions by @germartinez in #166
- Development by @germartinez in #167
- Guide visibility by @germartinez in #169
- Development by @germartinez in #170
- Update safe-deployments v1.9.0 by @germartinez in #177
- Update github actions event triggers by @germartinez in #180
- EIP-3770 by @germartinez in #178
- EIP-3770 safe-service-client by @germartinez in #179
- Update SafeServiceClient.ts to fix getModuleTransactions bug by @de33 in #173
- Sync EIP-3770 networks with safe-deployment networks by @germartinez in #184
- Update deps by @germartinez in #187
- Add a callback to Safe deployment by @germartinez in #188
- Update package versions by @germartinez in #189
- Development by @germartinez in #181
New Contributors
Full Changelog: r10...r11
Safe Core SDK Release 10
New versions
- safe-core-sdk-types v1.0.0
- safe-core-sdk v2.0.0
- safe-web3-lib v1.0.0
- safe-ethers-lib v1.0.0
- safe-service-client v1.1.1
- safe-ethers-adapters v0.1.0-alpha.8
What's Changed
- Fix retrieval of ProxyCreation event by @germartinez in #149
- Fix Web3 tests by @germartinez in #148
- Throw error if saltNonce is a negative integer by @germartinez in #151
- Update licenses by @germartinez in #153
- Update safe-deployments to v1.8.0 by @datradito in #156
- Chore: use yarn cache in the CI script by @katspaugh in #159
- Fix web3 and ethers types by @germartinez in #158
- Create safe-ethers-lib and safe-web3-lib packages by @germartinez in #155
- Add
origin
property toproposeTransaction()
by @germartinez in #161 - Fixed import-statement of 'Safe' that is 'export default' now by @itinance in #162
- Update imports and docs by @germartinez in #163
- Fix gas issues by @germartinez in #150
- Development by @germartinez in #154
New Contributors
- @datradito made their first contribution in #156
- @itinance made their first contribution in #162
Full Changelog: r9...r10
Safe Core SDK Release 9
New version
- safe-service-client v1.1.0
- safe-ethers-adapters v0.1.0-alpha.7
What's Changed
- Development by @germartinez in #123
- fix: correct package name in safe-ethers-adapters by @prestwich in #140
- feat: Add ENS lookup methods by @usame-algan in #136
- Revert "feat: Add ENS lookup methods" by @usame-algan in #145
- 0.1.0 alpha.7 Safe ethers adapters by @germartinez in #146
- Development by @germartinez in #142
New Contributors
- @prestwich made their first contribution in #140
- @usame-algan made their first contribution in #136
Full Changelog: r8...r9
Safe Core SDK Release 8
New versions
- safe-core-sdk v1.3.0
What's Changed
- Added safeService.getAllTransactions() by @ioloie in #119
- Remove createProxy without nonce by @germartinez in #129
- Fix contract calls in class GnosisSafeContract_V1_1_1 by @germartinez in #134
- Update Transaction Service endpoint in Safe Service Client tests by @germartinez in #135
- Update safe-deployments dependency to v1.7.0 by @germartinez in #137
New Contributors
Full Changelog: r7...r8