Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Bump userop from 0.3.1 to 0.3.2 in /e2e #236

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps userop from 0.3.1 to 0.3.2.

Release notes

Sourced from userop's releases.

v0.3.2

Release notes

This patch release adds 2 changes:

  1. Fix verificationGasLimit typo in eth_estimateUserOperationGas (verificationGas is still used as fallback to prevent breaking changes).
  2. Add the ability to override the salt in preset builders so that a single signer can control multiple contract accounts.

Salt override

Below is an example for how to override the salt to generate new contract addresses using the same signing key.

export default async function main() {
  const acc = await Presets.Builder.SimpleAccount.init(
    new ethers.Wallet(SIGNING_KEY),
    RPC_URL,
    { salt: NUMBER }
  );
  const address = acc.getSender();
console.log(Address: ${address});
}


What's Changed

Full Changelog: stackup-wallet/userop.js@v0.3.0...v0.3.2

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [userop](https://github.com/stackup-wallet/userop.js) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/stackup-wallet/userop.js/releases)
- [Commits](https://github.com/stackup-wallet/userop.js/commits/v0.3.2)

---
updated-dependencies:
- dependency-name: userop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2023

Looks like userop is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 29, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/e2e/userop-0.3.2 branch August 29, 2023 04:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants