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

Interop: testing Go helper-funcs / DSL #14053

Open
6 tasks
protolambda opened this issue Jan 29, 2025 · 0 comments
Open
6 tasks

Interop: testing Go helper-funcs / DSL #14053

protolambda opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
H-interop Hardfork: change planned for interop upgrade

Comments

@protolambda
Copy link
Contributor

  • syntax to build the instruction to above contract, and format it as a signed tx ready to submit.
    • contract instruction part → contract call. Also see Interop: build test helper smart contract #14049
      • could use multicall contract, to run multiple instructions in the same tx.
    • fee payment part → can be generous with max-fee, simple to include.
      • May be interesting to make less simple to include later, to stress the sequencer.
        • pre-processing should be prioritized likely, but how big is the load? Does it withstand with or without prioritization implemented?
  • interaction to get the tx included in a block → API calls, with some nice client bindings
  • interaction to get the tx submitted to regular sequencer
  • inspection of post-state:
    • inclusion / receipt data of a tx → DSL to await confirmation / rejection
    • supervisor result → the dependencies we created, query supervisor API to see if e.g. the block becomes cross-safe.
@protolambda protolambda added the H-interop Hardfork: change planned for interop upgrade label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
H-interop Hardfork: change planned for interop upgrade
Projects
Status: No status
Development

No branches or pull requests

2 participants