Conversation
…t commit for blockifier [skip ci]
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThis pull request implements a comprehensive adaptation of the codebase to Starknet 0.14. Key changes include updating all references to the "pending" block/state/transaction concept to "pre_confirmed", introducing corresponding data structures and status enums, and enforcing stricter nonce validation consistent with Starknet 0.14 semantics. The update also bumps core dependency versions (e.g., Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Possibly related PRs
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
* Now failing in request/response generation instead of spec loading
Usage related changes
REPLACEMENT_TRANSACTION_UNDERPRICED(code 64) norFEE_BELOW_MINIMUM(code 65).--block-generation-on transaction)PRE_CONFIRMEDstatus, unlike the transactions in pending block which wereACCEPTED_ON_L2.--block-generation-ondemandor<INTERVAL>(i.e. if storing txs in a pre-confirmed block before mining), invoke and deploy-account transactions do not perform strict nonce checks.nis expected, you may send any integer>= n.Development related changes
pre_confirmedto thePendingvariant of theImportedBlockId(starknet-rs BlockId) enum.Frominstead ofTryFrom.Checklist:
./scripts/format.sh./scripts/clippy_check.sh./scripts/check_unused_deps.sh./scripts/check_spelling.sh./website/README.mdSummary by CodeRabbit
New Features
Improvements
Bug Fixes
Chores
.gitignorefor improved development workflow and build consistency.Documentation