-
Notifications
You must be signed in to change notification settings - Fork 818
Update Beta to latest Develop #1312
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
Merged
Conversation
This file contains hidden or 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
* docs: update docs for v6 * docs: implement comments of Pave
fix: rpc event
## [6.1.1](v6.1.0...v6.1.1) (2024-02-19) ### Bug Fixes * rpc event ([ae3e265](ae3e265))
## [6.1.2](v6.1.1...v6.1.2) (2024-02-20) ### Bug Fixes * drop abi-wan-kanabi-v1 support ([30a4681](30a4681))
## [6.1.3](v6.1.2...v6.1.3) (2024-02-23) ### Bug Fixes * update fetch-cookie dependency ([518330c](518330c))
fix(Calldata.compile): do not split long `entrypoint` names before ca…
## [6.1.4](v6.1.3...v6.1.4) (2024-02-26) ### Bug Fixes * **Calldata.compile:** do not split long `entrypoint` names before calling `getSelectorFromName` ([9434bcd](9434bcd))
this saves an extra call on RPC for optionally-known information (like the `chainId` case). also fixed speck -> spec typo
fix(RpcChannel): allow client to provide `specVersion`
## [6.1.5](v6.1.4...v6.1.5) (2024-03-02) ### Bug Fixes * **RpcChannel:** allow client to provide `specVersion` ([ae8cf8e](ae8cf8e))
# [6.2.0](v6.1.5...v6.2.0) (2024-03-07) ### Features * implement RPC v0.7.0-rc2 specification ([de32936](de32936))
* fix: tuples response parser, for nested tuples, or tuple including Result enum * refactor: shorten tuple utility code --------- Co-authored-by: Petar Penovic <[email protected]>
* fix: limit fetch dependencies to patch versions * fix: bind window in fetch utility for browser environments
# [6.21.0](v6.20.3...v6.21.0) (2025-01-08) ### Bug Fixes * correct enum typed data hashing ([#1281](#1281)) ([6e353d3](6e353d3)) * rectify snip-12 violation by removing extra `:` in enum encoding ([#1288](#1288)) ([b903116](b903116)) * repair fetch utility for browser environments ([#1293](#1293)) ([2cb1332](2cb1332)) ### Features * enable base fetch override ([#1279](#1279)) ([0fce61e](0fce61e))
## [6.21.1](v6.21.0...v6.21.1) (2025-01-23) ### Bug Fixes * pass signerDetails to fix estimateFeeBulk ([#1299](#1299)) ([f09f20d](f09f20d))
* fix: add starkid improvements * fix: test
## [6.21.2](v6.21.1...v6.21.2) (2025-01-29) ### Bug Fixes * add starkid improvements ([#1301](#1301)) ([51702db](51702db))
# [6.22.0](v6.21.2...v6.22.0) (2025-01-29) ### Features * units utils ([#1277](#1277)) ([26037e9](26037e9))
* fix: global dir with logger and config, moved constants to global dir * feat: config and logger instances * feat: implement logger, warn old tx usage
# [6.23.0](v6.22.0...v6.23.0) (2025-01-29) ### Features * logger, config, deprecate legacy tx ([#1302](#1302)) ([d0ffbcc](d0ffbcc))
Added drip support link
#1311) * fix: conf. TxV in Account, conf. string auto. all methods, fix unbdefined for known, docs * docs: docs * docs: adjust heading structure --------- Co-authored-by: Petar Penovic <[email protected]>
## [6.23.1](v6.23.0...v6.23.1) (2025-02-05) ### Bug Fixes * conf. TxV in Account, conf. string auto. all methods, fix unbdef… ([#1311](#1311)) ([1d91ec0](1d91ec0))
🎉 This PR is included in version 6.23.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Mar 28, 2025
# [7.0.0](v6.24.1...v7.0.0) (2025-03-28) * Implement RPC 0.8 and V3 transactions ([#1328](#1328)) ([316ae27](316ae27)) ### Bug Fixes * contract withOptions Fix/1252 ([#1255](#1255)) ([b59952e](b59952e)) * update ws impl, add TEST_WS_URL, update token constants ([411eeec](411eeec)) ### Features * drop fetch-cookie dependency ([9a57daf](9a57daf)) * drop isomorphic-fetch dependency ([9da0083](9da0083)) * prune deprecated functionalities ([cbd18f5](cbd18f5)) * the WebSockets ([#1251](#1251)) ([fabca27](fabca27)), closes [#1272](#1272) * Update Beta to latest Develop ([#1312](#1312)) ([2958051](2958051)), closes [#949](#949) [#970](#970) * v7 fee, new methods, tests ([#1337](#1337)) ([00743de](00743de)) ### BREAKING CHANGES * Removed multiple functionalities that have been marked as deprecated * Library defaults to RPC 0.8 with the corresponding API changes, dropped RPC 0.6 support
PhilippeR26
added a commit
to PhilippeR26/starknet.js
that referenced
this pull request
May 5, 2025
docs: update guide build: ledger app v2.3.0 chore: upgrade name to 2.3.1 and polish doc docs: update guide chore: upgrade name to 2.3.1 and polish doc feat: prune deprecated functionalities BREAKING CHANGE: Removed multiple functionalities that have been marked as deprecated chore(release): 7.0.0-beta.4 [skip ci] * repair snip-12 enum type nested dependency ([starknet-io#1289](starknet-io#1289)) ([1cd4219](starknet-io@1cd4219)) * drop fetch-cookie dependency ([9a57daf](starknet-io@9a57daf)) * drop isomorphic-fetch dependency ([9da0083](starknet-io@9da0083)) * prune deprecated functionalities ([cbd18f5](starknet-io@cbd18f5)) * Removed multiple functionalities that have been marked as deprecated chore(release): 7.0.0 [skip ci] * Implement RPC 0.8 and V3 transactions ([starknet-io#1328](starknet-io#1328)) ([316ae27](starknet-io@316ae27)) * contract withOptions Fix/1252 ([starknet-io#1255](starknet-io#1255)) ([b59952e](starknet-io@b59952e)) * update ws impl, add TEST_WS_URL, update token constants ([411eeec](starknet-io@411eeec)) * drop fetch-cookie dependency ([9a57daf](starknet-io@9a57daf)) * drop isomorphic-fetch dependency ([9da0083](starknet-io@9da0083)) * prune deprecated functionalities ([cbd18f5](starknet-io@cbd18f5)) * the WebSockets ([starknet-io#1251](starknet-io#1251)) ([fabca27](starknet-io@fabca27)), closes [starknet-io#1272](starknet-io#1272) * Update Beta to latest Develop ([starknet-io#1312](starknet-io#1312)) ([2958051](starknet-io@2958051)), closes [starknet-io#949](starknet-io#949) [starknet-io#970](starknet-io#970) * v7 fee, new methods, tests ([starknet-io#1337](starknet-io#1337)) ([00743de](starknet-io@00743de)) * Removed multiple functionalities that have been marked as deprecated * Library defaults to RPC 0.8 with the corresponding API changes, dropped RPC 0.6 support fix: preserve value for numeric arguments within address padding utility chore(release): 7.0.1 [skip ci] * preserve value for numeric arguments within address padding utility ([abc7958](starknet-io@abc7958)) docs: generate documentation version docs: expand v7 migration guide (starknet-io#1368) --------- Co-authored-by: Petar Penovic <[email protected]> fix: make the provider create method generic to enable it when mixins are applied (starknet-io#1370) fix: ensure enum replacement objects are reachable for type resolution (starknet-io#1375) docs: update guides for v7 (starknet-io#1376) --------- Co-authored-by: Petar Penovic <[email protected]> feat: update to rpc 0.8.1 chore(release): 7.1.0 [skip ci] * ensure enum replacement objects are reachable for type resolution ([starknet-io#1375](starknet-io#1375)) ([eb8b10d](starknet-io@eb8b10d)) * make the provider create method generic to enable it when mixins are applied ([starknet-io#1370](starknet-io#1370)) ([1f48dc6](starknet-io@1f48dc6)) * update to rpc 0.8.1 ([83e17b8](starknet-io@83e17b8)) style: remove comment
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.
Motivation and Resolution
...
RPC version (if applicable)
...
Usage related changes
Development related changes
Checklist: