-
Notifications
You must be signed in to change notification settings - Fork 822
Beta To Develop #1459
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
Beta To Develop #1459
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:
test: modify estimation of tip for Devnet
refactor: optimize Account incomplete
docs: refactor documentation
This reverts commit d5c1d3d.
Feat/bump devnet beta
feat: add custom Deployer in Account constructor
# [8.0.0-beta.3](v8.0.0-beta.2...v8.0.0-beta.3) (2025-07-24) ### Bug Fixes * change DeclareDeployDCResponse name to DeclareDeployUDCResponse ([6498b8b](6498b8b)) * devenet ([3b2be9d](3b2be9d)) * export Deployer, remove old helper parseUDCEvent, fix some tests imports ([c2d0d55](c2d0d55)) * remove helper buildUDCCall ([d299f7b](d299f7b)) * removed duplicated buildDeployerContractPayload ([e7b728d](e7b728d)) * type problem in tests, due to merge in v8 ([fd49e8a](fd49e8a)) * use new entrypoint on the new UDC ([992ee09](992ee09)) ### Features * add custom Deployer in Account constructor ([7d62e20](7d62e20)) * update packages ([a52db43](a52db43))
…tory fix: accountInvocationsFactory typing
# [8.0.0-beta.4](v8.0.0-beta.3...v8.0.0-beta.4) (2025-07-24) ### Bug Fixes * accountInvocationsFactory typing ([a1b1e7f](a1b1e7f))
docs: amend v6-v7 migration guide with contract method changes
* docs: v7 -> v8 guide * fix: remove leftover and backward API methods * docs: migration update * fix: account defaultType, docs update, module move * chore: new modules under provider * docs: update Accounts to Object API * docs: update config * docs: update provider * docs: update contract * docs: contract optimizations * docs: fix API docs generation * docs: prune v8 migration guide * docs: adjust paymaster casing, contract examples, and node versions --------- Co-authored-by: Petar Penovic <[email protected]>
|
🎉 This PR is included in version 8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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: