Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release #820

Merged
merged 8 commits into from
May 22, 2024
Merged

Prepare release #820

merged 8 commits into from
May 22, 2024

Conversation

dasanra
Copy link
Collaborator

@dasanra dasanra commented May 21, 2024

What it solves

Prepare release to be merged to main

Publish:

@safe-global/account-abstraction-kit-poc: v3.0.0
@safe-global/api-kit: v2.4.0
@safe-global/auth-kit: v2.0.6
@safe-global/protocol-kit: v4.0.0
@safe-global/onramp-kit: v3.0.5
@safe-global/relay-kit: v3.0.0
@safe-global/safe-core-sdk-types: v5.0.0

Main changes:

clemsos and others added 7 commits May 7, 2024 10:51
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…604)

* feat(protocol-kit): add ABIType for Safe Contract 1.3.0 + ethers.js

* feat(protocol-kit): Add ABIType for Safe Contract 1.3.0 + Web3.js (#633)

* feat(protocol-kit): Add ABIType for Safe Contract 1.4.1 + Web3.js (#637)

* feat(protocol-kit): Add ABItype for Safe Contract v1.4.1 + ethers.js (#624)

* feat(protocol-kit): Add ABItype for Safe Contract v1.2.0 + ethers.js (#627)

* feat(protocol-kit): Add ABIType for Safe Contract v1.1.1 for Ethers.js + Web3.js (#643)

* feat(protocol-kit): Add ABIType for Safe Contract v1.2.0 for web3.js (#644)

* feat(protocol-kit): Add ABIType for Multisend (#663)

* feat(protocol-kit): Add ABIType for SignMessageLib  (#676)

* feat(protocol-kit): Add ABIType for Safe Proxy Factory (#664)

* feat(protocol-kit): Add ABIType for Safe Contract v1.0.0 (#727)

* feat(protocol-kit): Add ABIType for SimulateTxAccessor (#744)

* feat(protocol-kit): Add ABIType for CreateCall (#742)

* feat:(protocol-kit) Add ABIType for Compatibility FallbackHandler

* feat(protocol-kit): Use AbiTypes in SignMessageLib and SimulateTxAccessor

* feat(protocol-kit): refactor and improve contract classes for Abitype (#758)

* Add compatibiliy for EIP-1193

* Remove ethAdapter for SafeAdapter

* fix protocol-kit tests

* fix moduleManager

* Move SafeFactory to the root level

* Rename signerAddress to signer

* Rename SafeProvider properties

* Rename files with EthAdapter suffix

* Remove Ethers suffix from contracts

* Remove remaining EthersAdapter instances

* Simplify provider retrieval in test

* Fix api-kit tests

* Remove web3 specific related tests

* Remove web3 gas options

* Add viem specific error handling

* Update api-kit playgrounds

* Update relay-kit playgrounds

* Move SafeFactory types to types folder

* Fix protocol-kit playgrounds and improve eip1271 one

* Add viem support for api-kit testing

* Remove Adapter from the specific contract function

* fix(auth-kit/onramp-kit): Migrate to Sepolia + various small fixes (#788)

* fix(onramp-kit): Use valid mock contract address to fix unit test

* Bump `@monerium/sdk` to v2.12.0 for Sepolia support

* fix(onramp-kit): Fix unit test to use sepolia instead of goerli

* Fix BaseContract not selecting specific chain deployments

* Fix safeTxGas estimation for viem

* Update contracts being memoized in the dev branch. Now seems to be working

* Allow tests to continue on error to see all the errors in the actions

* Fix account abstraction kit tests

* Remove RPC from playground config and use fixed sepolia one

* Fix signer not propagated

* fix(protocol kit): Get modules paginated incorrect interface (#787)

* Move abitype to dependencies

* chore: bump dependencies with minor changes

* Rename ContractManager to follow same approach

* fix BaseContract provider (#811)

* remove unused properties from contract assets (#809)

* chore: add CONTRIBUTING and SUPPORT files (#815)

* remove API reference from api-kit and protocol-kit

* Add tests for externalProvider and externalSigner

---------

Co-authored-by: Daniel <[email protected]>
Co-authored-by: Tim <[email protected]>
Co-authored-by: Yago Pérez Vázquez <[email protected]>
Co-authored-by: leonardotc <[email protected]>
* Implement functions to call 4337 api endpoints

* e2e tests for addSafeOperation function

* e2e tests for getSafeOperation function

* e2e tests for getSafeOperationsByAddress function

* Endpoint tests for 4337 api functions

* Move shared types to `safe-core-sdk-types`

* Mock bundler client calls for addSafeOperation endpoint tests

* Use mock data in realistic format for unit test

* Assert length of SafeOperations in the getSafeOperation e2e test

* Extend getSafeOperationsByAddress parameters

* Refactor `addSafeOperation` function params to remove internal coupling with Safe4337 module

* Rename master-copies

* Rename `SafeOperation` class to `EthSafeOperation`

This is for better differentiation with the corresponding interface.

---------

Co-authored-by: Yago Pérez Vázquez <[email protected]>
    @safe-global/account-abstraction-kit-poc: v3.0.0
    @safe-global/api-kit: v2.4.0
    @safe-global/auth-kit: v2.0.6
    @safe-global/protocol-kit: v4.0.0
    @safe-global/onramp-kit: v3.0.5
    @safe-global/relay-kit: v3.0.0
    @safe-global/safe-core-sdk-types: v5.0.0
@dasanra dasanra merged commit 357d6b2 into main May 22, 2024
18 of 19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 22, 2024
@dasanra dasanra deleted the prepare-release branch May 27, 2024 13:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants