-
Notifications
You must be signed in to change notification settings - Fork 822
Main Release #1504
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
Open
tabaktoni
wants to merge
139
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Main Release #1504
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
…el contractFactory Class
…ass abi, buildUDCCall with abi
…sactionHash, tests
Update beta
BREAKING CHANGE: starknet version 0.14:
# [8.0.0-beta.1](v7.6.4...v8.0.0-beta.1) (2025-07-16) * feat!: bump version ([0afb3f8](0afb3f8)) ### Bug Fixes * factory jsdocs, CompleteDeclareContractPayload type update for Cairo1 ([06920cb](06920cb)) * import all types from ./api, remove 07 package ([68ac49c](68ac49c)) * improve DeclareContractPayload type ([00835ca](00835ca)) * sepolia Pathfinder tests PASS ([0c41fc2](0c41fc2)) ### Features * await Contract.factory() with rawArgs support, del connect(), del contractFactory Class ([c108160](c108160)) * contract & factory type-sync with Account, fix SierraContractClass abi, buildUDCCall with abi ([20a732a](20a732a)) * introduce roc09, made batchClient generic ([c49dd10](c49dd10)) * main modifications without tests ([3407201](3407201)) * new channel init ([ffec346](ffec346)) * object-base API Account,WalletAccount, backward support methods ([06a3760](06a3760)) * second swipe update, clean or commented tests ([92185f5](92185f5)) ### BREAKING CHANGES * starknet version 0.14:
# [8.3.0](v8.2.0...v8.3.0) (2025-08-15) ### Features * implement websocket 0.9 ([#1467](#1467)) ([7e988c4](7e988c4))
## [8.3.1](v8.3.0...v8.3.1) (2025-08-15) ### Bug Fixes * ensure a Buffer type is available for all environments ([6e67834](6e67834))
* feat: fastExecute * docs: jscode & guide * test: add tests --------- Co-authored-by: Toni Tabak <[email protected]>
# [8.4.0](v8.3.1...v8.4.0) (2025-08-15) ### Features * fast execute ([#1463](#1463)) ([d76fb63](d76fb63))
* fix: import/exports for CairoTypes * test: transaction receipt helper ERROR and else variants
* feat(provider): implement Brother ID name service extension * feat(provider): add Brother Identity extension and utilities * fix(provider): correct domain decoding in BrotherId extension --------- Co-authored-by: Toni Tabak <[email protected]>
# [8.5.0](v8.4.0...v8.5.0) (2025-08-18) ### Features * **provider:** Add Brother ID domain resolution support ([#1313](#1313)) ([0bea966](0bea966))
## [8.5.1](v8.5.0...v8.5.1) (2025-08-27) ### Bug Fixes * preserve leading zeros for pending word within byte array ([5d7ab04](5d7ab04))
## [8.5.2](v8.5.1...v8.5.2) (2025-08-27) ### Bug Fixes * preserve leading zeros for cairo bytes data ([5542a00](5542a00))
fix: enforce fixed size for cairo bytes
## [8.5.3](v8.5.2...v8.5.3) (2025-09-05) ### Bug Fixes * enforce fixed size for cairo bytes ([6a56166](6a56166))
…jsdoc docs(brotherId): clarify encodeBrotherDomain accepts names with/without .brother
…eRetries default 3
fix: fix waitfortransaction for rotating nodes services with lifeCycl…
## [8.5.4](v8.5.3...v8.5.4) (2025-09-17) ### Bug Fixes * fix waitfortransaction for rotating nodes services with lifeCycleRetries default 3 ([7296850](7296850))
…#1497) * fix: update devnet version and use starknet-devnet lib for dev devnet rpc calls * chore: clean * fix: update devnet js * Update __tests__/config/helpers/accountResolver.ts Co-authored-by: Petar Penović <[email protected]> --------- Co-authored-by: Petar Penović <[email protected]>
## [8.5.5](v8.5.4...v8.5.5) (2025-10-03) ### Bug Fixes * ensure cleanHex has valid output ([f5123b6](f5123b6))
* chore: exploration * feat: blake2 implementations based on sequencer rust for compiled class hash, split hash ipl., tests * feat: cch based on spec version (channel), implement Acc and WallAcc, compareVersions, Paul blake * chore: faster encoding * feat: config custom blake implementation options, performance comparison custom impl * chore: file and type fix * chore: type fix * fix: tipos --------- Co-authored-by: PhilippeR26 <[email protected]>
# [8.6.0](v8.5.5...v8.6.0) (2025-10-17) ### Features * blake2s ([#1502](#1502)) ([dd3f8ec](dd3f8ec))
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: