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: v.4.5.0 #530

Merged
merged 9 commits into from
Jul 2, 2024
Merged

chore: v.4.5.0 #530

merged 9 commits into from
Jul 2, 2024

Conversation

VGabriel45
Copy link
Collaborator

@VGabriel45 VGabriel45 commented Jul 2, 2024

PR-Codex overview

This PR introduces version 4.5.0 of the Biconomy SDK with new features, bug fixes, and enhancements across various modules and configurations.

Detailed summary

  • Added session revoking feature
  • Introduced a flag to skip chain checks
  • Fixed issues related to RPC URL
  • Improved TypeScript documentation and internal tests
  • Added hooks information to README
  • Updated dependencies including dotenv

The following files were skipped due to too many changes: tests/account/read.test.ts, tests/modules/write.test.ts

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

joepegler and others added 9 commits June 12, 2024 16:13
chore: cont
Co-authored-by: GabiDev <gv@popoo.io>
* fix: rpcUrl
Co-authored-by: GabiDev <gv@popoo.io>
fix: replace broken doc links (#525)
* feat: revoke sessions

* feat: added ts doc

* fix: lint

* fix: test cases

* fix: remove duplicate test

---------

Co-authored-by: GabiDev <gv@popoo.io>
* chore: v.4.5.0

* fix: fix changeset

---------

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

github-actions bot commented Jul 2, 2024

size-limit report 📦

Path Size
core (esm) 54.17 KB (+0.13% 🔺)
core (cjs) 59.32 KB (+0.21% 🔺)
account (tree-shaking) 52 KB (+0.38% 🔺)
bundler (tree-shaking) 2.63 KB (0%)
paymaster (tree-shaking) 2.33 KB (0%)
modules (tree-shaking) 40.3 KB (+0.17% 🔺)

@VGabriel45 VGabriel45 changed the title v.4.5.0 chore: v.4.5.0 Jul 2, 2024
return newLeafNodes
}

// async revokeSession(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

async revokeSession(args) {
return this.revokeSessions([args])
}

@VGabriel45 VGabriel45 merged commit 6c9d277 into main Jul 2, 2024
6 of 11 checks passed
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.

5 participants