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

feat: Needed from madara for python snos #68

Open
36 of 52 tasks
0xLucqs opened this issue Jan 18, 2024 · 0 comments
Open
36 of 52 tasks

feat: Needed from madara for python snos #68

0xLucqs opened this issue Jan 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@0xLucqs
Copy link
Collaborator

0xLucqs commented Jan 18, 2024

What i need from madara

  • Block information (read in StarknetBlockHeader in the Substrate digest)
    • block number
    • block timestamp
    • gas price
    • sequencer address
    • chain id (read from runtimeAPI)
  • State diffs (read from the da flow)
    • address => class hash
    • address => nonce
    • class hash => compiled class hash
    • storage updates
  • Transactions
    • Declare transactions
    • DeployAccount transactions
      • class_hash
      • max_fee
      • version
      • nonce
      • constructor_calldata
      • signature
      • contract_address_salt
    • L1 Handler transactions
      • contract_address
      • entry_point_selector
      • calldata
      • nonce
      • paid_fee_on_l1
    • Invoke transactions
      • sender_address
      • entry_point_selector (only for v0)
      • max_fee
      • calldata
      • signature
      • nonce (not for v0)
      • version
    • Execution Infos (will use the same runtimeAPI as starknet_traceBlockTransactions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant