Skip to content
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

Implement RPCv08-rc0 #623

Open
17 of 53 tasks
rianhughes opened this issue Sep 24, 2024 · 0 comments
Open
17 of 53 tasks

Implement RPCv08-rc0 #623

rianhughes opened this issue Sep 24, 2024 · 0 comments
Assignees
Milestone

Comments

@rianhughes
Copy link
Contributor

rianhughes commented Sep 24, 2024

https://github.com/starkware-libs/starknet-specs/tree/v0.8.0-rc0

New

Features

  • Implement websocket support

Methods

  • starknet_getMessagesStatus

  • starknet_getStorageProof

  • starknet_getCompiledCasm

  • starknet_subscribeNewHeads

  • starknet_subscriptionNewHeads

  • starknet_subscribeEvents

  • starknet_subscriptionEvents

  • starknet_subscribeTransactionStatus

  • starknet_subscriptionTransactionsStatus

  • starknet_subscribePendingTransactions

  • starknet_subscriptionPendingTransactions

  • starknet_subscriptionReorg

  • starknet_unsubscribe

Components

  • EVENT_KEYS (no need to change the code, just a doc improvement from their side)
  • L1_TXN_HASH (no need to change the code, just a doc improvement from their side)
  • TXN_STATUS_RESULT
  • MERKLE_NODE
  • NODE_HASH_TO_NODE_MAPPING
  • CONTRACT_EXECUTION_ERROR
  • CASM_COMPILED_CONTRACT_CLASS
  • CASM_ENTRY_POINT
  • CellRef
  • Deref
  • DoubleDeref
  • Immediate
  • BinOp
  • ResOperand
  • HINT
  • DEPRECATED_HINT
  • CORE_HINT
  • STARKNET_HINT
  • NEW_TXN_STATUS
  • SUBSCRIPTION_ID
  • REORG_DATA

Errors

  • COMPILATION_ERROR
  • INVALID_SUBSCRIPTION_ID
  • TOO_MANY_ADDRESSES_IN_FILTER
  • TOO_MANY_BLOCKS_BACK
  • STORAGE_PROOF_NOT_SUPPORTED

Alterations

Methods

Components

  • EVENT_FILTER (no need to change the code, just a doc improvement from their side)
  • TXN_HASH (no need to change the code, just a doc improvement from their side)
  • BLOCK_HEADER
  • FEE_ESTIMATE
  • EXECUTION_RESOURCES

Errors

  • CONTRACT_ERROR
  • TRANSACTION_EXECUTION_ERROR

Remotions

Components

  • COMPUTATION_RESOURCES

Other changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants