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

feat: provider request set custom expiry #4119

Merged
merged 4 commits into from
Jan 10, 2024

Conversation

ganchoradkov
Copy link
Member

Description

Added the ability to set custom request expiry when using the providers. The custom expiry was already supported by sign-client so only needed to pass down the arguments

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Draft PR (breaking/non-breaking change which needs more work for having a proper functionality [Mark this PR as ready to review only when completely ready])
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How has this been tested?

tests

Checklist

  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@ganchoradkov ganchoradkov requested a review from bkrem January 10, 2024 07:44
@ganchoradkov ganchoradkov self-assigned this Jan 10, 2024
@arein arein added the accepted label Jan 10, 2024
@@ -48,7 +48,7 @@ describe("EthereumProvider", function () {
qrModalOptions: {
themeMode: "dark",
themeVariables: {
"--w3m-z-index": "99",
"--wcm-z-index": "99",
Copy link
Member Author

Choose a reason for hiding this comment

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

this was left over from when we updated the wcm types, resolving it so ts is satisfied

@ganchoradkov ganchoradkov merged commit ae8cd37 into v2.0 Jan 10, 2024
9 checks passed
@ganchoradkov ganchoradkov deleted the feat/provider-request-expiry branch January 10, 2024 11:39
@ganchoradkov ganchoradkov mentioned this pull request Jan 12, 2024
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants