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

Add mocked starknet transaction type for client node interaction #9

Closed
wants to merge 1 commit into from

Conversation

rcatalan98
Copy link
Contributor

Done:

  • Sends from the client a serialized version of a mocked starknet tx
  • Receives the tx in the node (needs a fix)
  • The nodes execute cairo_native fibonacci for each transaction. The output is logged.

Missing:

  • Fix serialization bug in the node
  • Write the tx to the external store (needs fix with db in multiple node scenario)

@ElFantasma
Copy link
Contributor

Merged into node_and_rpc branch, closing this one

@ElFantasma ElFantasma closed this Jul 6, 2023
@pablodeymo pablodeymo deleted the sequencer-add-starknet-tx branch July 7, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants