-
Notifications
You must be signed in to change notification settings - Fork 221
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
Prepare release #820
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
* Update api endpoint version
…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
germartinez
approved these changes
May 22, 2024
DaniSomoza
approved these changes
May 22, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it solves
Prepare release to be merged to main
Publish:
Main changes:
relay-kit
estimation (fix(relay-kit): User Operation gas estimation ignored #812)