-
Notifications
You must be signed in to change notification settings - Fork 79
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
Release/r7 #345
Merged
Merged
Release/r7 #345
Changes from 49 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
60c9d97
Merge pull request #330 from bcnmy/main
livingrockrises ec5c3a3
Update import paths in SessionLocalStorage and
AmanRaj1608 53cfcaf
Merge pull request #332 from bcnmy/fix/import-build
livingrockrises 056ada5
Abstract paymaster through "apiKey" param
GabiDev45 51bd978
Abstract module instance from SCW create() method config.
GabiDev45 49c0e75
Fixed lint and renamed test file
GabiDev45 3c74fe3
Fixed lint
GabiDev45 cc5c30a
Abstract module instance from SDK developer | default to ECDSA | make…
GabiDev45 58a6f46
Fixed lint
GabiDev45 4943d01
Moved paymaster instance logic and apiKey from Base to Biconomy smart…
GabiDev45 419670f
Fixed things realted to paymaster abstraction due to review
GabiDev45 0376901
fix: use undefined in place of ! + check on limits returned by paymas…
livingrockrises 964abe7
lint fixes
livingrockrises a1cf163
Removed dotenv
GabiDev45 2877345
Added rpcUrl and module in test
GabiDev45 8d4e919
[DRAFT] Added WalletClientSigner support
GabiDev45 9309e28
add util method + respond to PR comments
livingrockrises cda0337
respond to PR comments
livingrockrises cf35c4a
Made entryPointAddress optional
GabiDev45 547724a
Added check for entryPointAddress field
GabiDev45 bfbd065
Added SESSION and BATCHED SESSION ROUTER support + refactor
GabiDev45 4c264ff
Fix lint and pass tests
GabiDev45 069af80
Merge pull request #336 from bcnmy/feat/DEV-350-make-entryPointAddres…
livingrockrises c1c4041
Merge pull request #334 from bcnmy/feat/DEVX-336-abstract_paymaster
livingrockrises 6b02ee1
Merge pull request #335 from bcnmy/fix/r6-required-hotfixes
livingrockrises 9e87dad
lint fixes
livingrockrises f53dae0
Merge pull request #337 from bcnmy/bugfix/bundler-entryPointAddress-c…
livingrockrises 17dc1ec
Refactor
GabiDev45 76fa5af
Fixed lint
GabiDev45 a06c120
feat:conditional types instead of interface + refactor
livingrockrises feaf330
lint fixes
livingrockrises 6596c39
Merge branch 'develop' into feat/DEVX-337-abstract-module
livingrockrises 57ecd91
Merge pull request #333 from bcnmy/feat/DEVX-337-abstract-module
livingrockrises 316f675
Updated Alchemy Core package and commented testnet dependent tests
GabiDev45 d1b2713
Merge branch 'develop' into feat/DEVX-349-walletClientSigner-support
GabiDev45 965f1b7
Merge branch 'develop' into feat/DEVX-349-walletClientSigner-support
GabiDev45 252eaaa
Fixed conflicts
GabiDev45 702ab5d
Bundler abstraction
GabiDev45 f501006
refactor and lint
livingrockrises 8576839
include some tests for testnet + add notes for different test setup o…
livingrockrises 510dc95
Merge pull request #339 from bcnmy/feat/DEVX-349-walletClientSigner-s…
livingrockrises 7c2c2d8
Fixed lint
GabiDev45 317f986
Resolved DEVX-388
joepegler 27927de
Merge pull request #342 from bcnmy/fix/DEVX-388/receipt-status-type
livingrockrises 173d4f1
Merge branch 'develop' of https://github.com/bcnmy/biconomy-client-sd…
GabiDev45 9b4d272
Removed lru-cache from global
GabiDev45 2585b00
Added required bundlerUrl to tests
GabiDev45 7d6e68d
Merge pull request #341 from bcnmy/feat/DEVX-362-Abstract-Required-Bu…
livingrockrises 5853e99
changelog and version bump
livingrockrises 1868d71
update changelog for missing PRs
livingrockrises File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
!/bin/sh | ||
for dir in ./packages/*; do (cd "$dir" && yarn link); done |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're missing some:
#342
#340
#337
#336
#335
#332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
340 is not going into this release r7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
335 is already covered in this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated for the rest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1868d71