-
Notifications
You must be signed in to change notification settings - Fork 20
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 starknetkit v2 #128
Merged
Conversation
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
* develop: chore(release): 1.0.25 [skip ci] fix: rpc urls for mainnet chore: removed console log fix: allow custom provider for argent mobile connector fix: allow custom provider for webwallet connector fix: allow custom provider for injected connectors chore(release): 1.0.24 [skip ci] fix: argent mobile connector icon url parameter chore(release): 1.0.23 [skip ci] fix: prevent creating multiple root divs chore: update sn.js version chore(release): 1.0.22 [skip ci] fix: use rpc provider instead of sequencer for webwallet
fix: argent mobile connector to work with new json rpc api
…C-Wallet-API * develop: chore(release): 1.1.4 [skip ci] fix: show installed wallets before not installed wallets fix: remove last wallet when user rejects with neverAsk mode
BREAKING CHANGE: use new JSON RPC Wallet API
…new-JSON-RPC-Wallet-API (WIP) BLO-1888-Adapt-StarknetKit-to-new-JSON-RPC-Wallet-API
# [2.0.0](v1.1.4...v2.0.0) (2024-02-29) ### Bug Fixes * argent mobile connector to work with new json rpc api ([15e66dc](15e66dc)) * remove providers ([a7e7b6f](a7e7b6f)) * update connector interface ([e54de44](e54de44)) * update injected connector ([238331c](238331c)) * update webwallet connector ([f4007bc](f4007bc)) ### Features * adapt starknetKit to new JSON-rpc wallet api ([25ccbda](25ccbda)) * poc ([f0cc1cd](f0cc1cd)) * update mobile connector ([f4f2dc2](f4f2dc2)) ### BREAKING CHANGES * use new JSON RPC Wallet API
fix: starknet_supportedSpecs for argent mobile
## [2.0.1](v2.0.0...v2.0.1) (2024-02-29) ### Bug Fixes * starknet_supportedSpecs for argent mobile ([ba4aa2a](ba4aa2a))
feat: starknetjs v6
# [2.1.0](v2.0.1...v2.1.0) (2024-03-06) ### Bug Fixes * starknet_signTypedData and starknet_addInvokeTransaction ([e27b6e0](e27b6e0)) ### Features * starknetjs v6 ([d512c8b](d512c8b))
fix: dappName required for argent mobile connector
## [2.2.20](v2.2.19...v2.2.20) (2024-08-12) ### Bug Fixes * dappName required for argent mobile connector ([93f6700](93f6700)) * url required for argent mobile connector ([19c8c95](19c8c95))
fix: build errors after argent mobile update
## [2.2.21](v2.2.20...v2.2.21) (2024-08-12) ### Bug Fixes * build errors after argent mobile update ([14ced61](14ced61))
Fix/deps sn react compatbility
fix: get-starknet-core dependency
## [2.2.23](v2.2.22...v2.2.23) (2024-08-15) ### Bug Fixes * get-starknet-core dependency ([66b9354](66b9354))
fix: modal imports
## [2.2.24](v2.2.23...v2.2.24) (2024-08-15) ### Bug Fixes * modal imports ([3949771](3949771))
…ctors when request is invoked
fix: remove ensure wallet in argent mobile and argent webwallet
## [2.2.25](v2.2.24...v2.2.25) (2024-08-20) ### Bug Fixes * remove ensure wallet in argent mobile and argent webwallet connectors when request is invoked ([071acfb](071acfb))
* main: chore(release): 1.1.9 [skip ci] fix: mainnet whitelist url for iframes chore(release): 1.1.8 [skip ci] fix: update to support rpc spec 0.7 chore(release): 1.1.7 [skip ci] fix: provider in account chore(release): 1.1.6 [skip ci] fix: force trpc subscribe using apply chore(release): 1.1.5 [skip ci] fix: enable sepolia and iframes on chrome for webwallet Update connection ordering
Merge/main
## [2.2.26](v2.2.25...v2.2.26) (2024-08-23) ### Bug Fixes * enable sepolia and iframes on chrome for webwallet ([70dfda3](70dfda3)) * force trpc subscribe using apply ([9b1f1a1](9b1f1a1)) * mainnet whitelist url for iframes ([e809dea](e809dea)) * provider in account ([613db1e](613db1e)) * update to support rpc spec 0.7 ([d573934](d573934))
feat: upgrade argent webwallet connect with one call
# [2.3.0](v2.2.26...v2.3.0) (2024-09-11) ### Features * upgrade argent webwallet connect with one call ([dc89969](dc89969))
Inukares
approved these changes
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue / feature description
Quick description of the issue or the feature that is implemented in the pr ie: add new transitions between screens
Changes
quick list regarding the related changes within the pr
ie:
Checklist
Please keep your pull request as small as possible. If you need to make multiple changes, please create separate pull requests for each change. Create a draft pull request if you need early feedback. This will mark the pull request as a work in progress and prevent it from being reviewed or merged until you are ready.
Please move drafts to the ready for review (regular PR) when you are ready to start the review process and other developers will pick it up from there.