-
Notifications
You must be signed in to change notification settings - Fork 792
[V7 Breaking] Fix/1252 #1255
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
[V7 Breaking] Fix/1252 #1255
Conversation
Copying what I wrote for PR#1253 about using spread
The point made about the spread being filtered out later in the code execution still applies so the only supported scenario, updated for the changes from this PR, is the following: contract
.withOptions({ parseRequest: false })
.method(...Calldata) An option is to keep it as is, but in that case we should probably clarify the behaviour in the documentation. |
# [7.0.0-beta.2](v7.0.0-beta.1...v7.0.0-beta.2) (2025-03-10) ### Bug Fixes * contract withOptions Fix/1252 ([#1255](#1255)) ([b59952e](b59952e)) * update ws impl, add TEST_WS_URL, update token constants ([411eeec](411eeec)) ### Features * the WebSockets ([#1251](#1251)) ([fabca27](fabca27)), closes [#1272](#1272) * v7 fee, new methods, tests ([#1337](#1337)) ([00743de](00743de))
🎉 This PR is included in version 7.0.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [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
Motivation and Resolution
Proposed solution for the Contract class method options
Chainable withOptions()
Fix #1252
RPC version (if applicable)
Usage related changes
Old
NEW
Checklist: