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

Archival RPC in L0Config.json for private RPCs #12

Open
pegahcarter opened this issue Jun 21, 2024 · 1 comment
Open

Archival RPC in L0Config.json for private RPCs #12

pegahcarter opened this issue Jun 21, 2024 · 1 comment
Assignees

Comments

@pegahcarter
Copy link
Collaborator

The current design assumes that there are publicly-callable RPCs of each chain for archival state.

This is not the case for Sei, who does not provide a public RPC where archived state is called. This is an issue as we are unable to simulate forked state of the chain, and therefore when we add new endpoints, are unable to craft the simulated txs for Sei. Therefore, with the current design, Sei will not be adding new wire endpoints and will need to be commented out unless there is a public archival RPC.

Potential solutions:

  1. Skip the simulations and push the JSON without the requirement of the tx passing, assuming the code will execute as intended.
  2. Modify L0Config.json to work in a way where private RPCs can be used.
  3. Wait until there is a public archival RPC node endpoint for Sei.

Personally, I would suggest attempting (2) for a short while before deciding on (3).

@Oyase-shinobi
Copy link

hello team
do you need the help?

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

No branches or pull requests

3 participants