Releases: safe-global/safe-core-sdk
Releases · safe-global/safe-core-sdk
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
Safe Core SDK Release 3
New versions
- safe-core-sdk v0.4.0
- safe-service-client v0.2.0
What's Changed
- Reduce package size by @germartinez in #50
- Development by @germartinez in #51
- fix small typo in safe-core-sdk readme by @auryn-macmillan in #54
- Add Safe Service Client by @germartinez in #31
- Fix safe-core-sdk README by @antomor in #56
- Development by @germartinez in #52
- Ethers adapter updates by @rmeissner in #34
- Use correct endpoint for getSafesByOwner by @rudolfs in #59
- (safe-service-client) Handle error messages and add e2e tests by @germartinez in #64
- (safe-service-client) Add option to exclude/include spam tokens by @germartinez in #62
- (safe-core-sdk) Add nonce to Safe config methods by @germartinez in #61
- (safe-core-sdk) Throw exception if there are not enough funds by @germartinez in #65
- (safe-core-sdk) Export EthAdapterTransaction type by @germartinez in #68
- Development by @germartinez in #60
New Contributors
- @auryn-macmillan made their first contribution in #54
- @antomor made their first contribution in #56
- @rudolfs made their first contribution in #59
Full Changelog: r1...r3
Safe Core SDK Release 1
New versions
- safe-core-sdk v0.3.0
- safe-ethers-adapters v0.1.0-alpha.3
What's Changed
- Migrate to monorepo by @germartinez in #24
- Fix signMessage and test against ganache by @germartinez in #26
- MultiSend by @germartinez in #23
- Add Safe Core SDK types by @germartinez in #30
- Add Safe Ethers Adapter by @rmeissner in #28
- Update monorepo config and scripts by @germartinez in #35
- Add method createRejectionTransaction by @germartinez in #38
- Code formatting of Safe Ethers Adapters package by @germartinez in #39
- Update Safe Core SDK Types by @germartinez in #40
- Update types by @germartinez in #41
- Update SDK version by @germartinez in #42
- Handle WalletConnect signatures by @germartinez in #37
- Allow to override transaction options by @germartinez in #44
- Add Web3 compatibility by @germartinez in #46
- Safe creation by @germartinez in #48
- Development by @germartinez in #45
- Release 1 by @germartinez in #49
Full Changelog: v0.1.2...r1