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

Release starknetkit v2 #128

Merged
merged 147 commits into from
Sep 11, 2024
Merged

Release starknetkit v2 #128

merged 147 commits into from
Sep 11, 2024

Conversation

bluecco
Copy link
Contributor

@bluecco bluecco commented Aug 21, 2024

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:

  • add new connector
  • fix injected connector
  • ...

Checklist

  • Rebased to the last commit of the target branch (or merged)
  • Code self-reviewed
  • Code self-tested
  • Tests updated (if needed)
  • All tests are passing locally

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.

bluecco and others added 30 commits December 1, 2023 15:02
* 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))
# [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))
bluecco and others added 28 commits August 12, 2024 16:25
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))
## [2.2.22](v2.2.21...v2.2.22) (2024-08-15)

### Bug Fixes

* connect params ([de49db5](de49db5))
* remove older starknetjs versions ([6cb7aaf](6cb7aaf))
* update useStarknetkitConnectModal ([d52f750](d52f750))
## [2.2.23](v2.2.22...v2.2.23) (2024-08-15)

### Bug Fixes

* get-starknet-core dependency ([66b9354](66b9354))
## [2.2.24](v2.2.23...v2.2.24) (2024-08-15)

### Bug Fixes

* modal imports ([3949771](3949771))
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
## [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 Inukares merged commit d4ba2cf into main Sep 11, 2024
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.

4 participants