Releases: safe-global/safe-core-sdk
Releases · safe-global/safe-core-sdk
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
Safe Core SDK Release 7
New versions
- safe-core-sdk v1.2.0
What's Changed
- Fix L2 initialization by @germartinez in #116
- Set safeTxGas=0 when safeVersion>=1.3.0 by @germartinez in #121
- Update safe-deployments to v1.5.0 by @germartinez in #122
Full Changelog: r6...r7
Safe Core SDK Release 6
Safe Core SDK Release 5
New versions
- safe-core-sdk v1.1.0
- safe-service-client v1.0.1
- safe-ethers-adapters v0.1.0-alpha.6
What's Changed
- Fix code example mistake by @cmdzro in #98
- Get Safe contracts from safe-deployments by @germartinez in #91
- Add node-fetch dependency by @germartinez in #105
- SDK's guide by @germartinez in #103
- safe-ethers-adapters v0.1.0-alpha.6 by @mikhailxyz in #107
- Update docs by @germartinez in #109
- Multisend fix by @germartinez in #106
- Development by @germartinez in #104
- v1.1.0 safe-core-sdk by @germartinez in #112
New Contributors
Full Changelog: r4...r5
Safe Core SDK Release 4
New versions
- safe-core-sdk v1.0.0
- safe-service-client v1.0.0
What's Changed
- (safe-core-sdk) Update READMEs by @germartinez in #69
- (safe-service-client) Remove axios by @germartinez in #70
- Set optional params to MultiSend transactions by @germartinez in #76
- Fix path in scripts by @germartinez in #82
- Add a PR template and typedoc site generation by @katspaugh in #83
- Fix the typedoc action by @katspaugh in #84
- Handle delegates by @germartinez in #85
- Make signatures nullable in SafeMultisigTransactionResponse by @germartinez in #78
- Fix SafeTransactionDataPartial import by @germartinez in #90
- Export EthSignSignature class by @germartinez in #93
- Fix validation of new threshold when adding an owner by @germartinez in #96
- Get right nonce when there are pending transactions by @germartinez in #86
- Development by @germartinez in #92
Full Changelog: r3...r4