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

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f3d9207 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ejs from 3.1.9 to 3.1.10 (#801)

    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>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    9caadb3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. feat(api kit) Update delegates endpoint to v2 (#804)

    * Update api endpoint version
    leonardotc authored May 10, 2024
    Configuration menu
    Copy the full SHA
    8cf4bf8 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Fix estimation (#812)

    yagopv authored May 11, 2024
    Configuration menu
    Copy the full SHA
    71aaabf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    84d1589 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. feat!: Add EIP-1193 compatibility and use Abitype for contract types (#…

    …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]>
    5 people authored May 16, 2024
    Configuration menu
    Copy the full SHA
    12dccb6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. feat(api-kit): 4337 API functions (#777)

    * 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]>
    tmjssz and yagopv authored May 21, 2024
    Configuration menu
    Copy the full SHA
    71f978e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. chore: set release versions

        @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 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    357d6b2 View commit details
    Browse the repository at this point in the history