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

chore: release v4.3.0 #491

Merged
merged 2 commits into from
May 14, 2024
Merged

chore: release v4.3.0 #491

merged 2 commits into from
May 14, 2024

Conversation

VGabriel45
Copy link
Collaborator

@VGabriel45 VGabriel45 commented May 14, 2024

PR-Codex overview

The focus of this PR is to introduce version 4.3.0 with added functionalities like transferOwnership and gasOffsets in the Smart Account SDK.

Detailed summary

  • Added version 4.3.0 to CHANGELOG.md
  • Updated package.json version to 4.3.0
  • Added transferOwnership method on the Smart Account
  • Introduced gasOffsets parameter to increase gas values
  • Increased timeout to 50000 ms for certain tests in write.test.ts

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

github-actions bot commented May 14, 2024

size-limit report 📦

Path Size
core (esm) 52.33 KB (0%)
core (cjs) 56.93 KB (0%)
account (tree-shaking) 51.29 KB (0%)
bundler (tree-shaking) 2.33 KB (0%)
paymaster (tree-shaking) 2.27 KB (0%)
modules (tree-shaking) 40.05 KB (0%)

@joepegler joepegler changed the title release v4.3.0 release: v4.3.0 May 14, 2024
@VGabriel45 VGabriel45 changed the title release: v4.3.0 chore: release v4.3.0 May 14, 2024
@VGabriel45 VGabriel45 merged commit 9941115 into develop May 14, 2024
5 checks passed
VGabriel45 added a commit that referenced this pull request May 14, 2024
* feat: gas offset param for sendTransaction and sendUserOp (#474)

* feat - gas offset param for sendTransaction

* added percentage based gas offsets

* added dummyPndOverride

* refactor gas offset percentage

* refactor names and ts doc + lint

* improved tsdoc & fixed comments

* refactor sendTransaction example tsdoc comment

* refactor sendTransaction test

---------

Co-authored-by: GabiDev <gv@popoo.io>

* feat: transfer ownership (#484)

feat: transfer ownership (#484)

* feat: transfer_ownership_v2 (#488)

* feat/transfer_ownership(in progress)

* cleanup

* fix linting

* added test for transferOwnership with session key manager module

* Fix linting

* refactor: refactor based on PR review

* improve ts doc + refactor tests

* added "moduleAddress" param to transferOwnership()

* fix module tests

* removed console.logs

* fixed lint + removed unused import

* remove unused import

* added argument type for module address

---------

Co-authored-by: GabiDev <gv@popoo.io>

* chore: release v4.3.0 (#491)

* release v4.3.0

* refactor: increase timeout for transferOwnership tests

---------

Co-authored-by: GabiDev <gv@popoo.io>

---------

Co-authored-by: GabiDev <gv@popoo.io>
Co-authored-by: Joe Pegler <joepegler123@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants