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

Investigate having a mandatory long-running stellar core #74

Closed
Isaiah-Turner opened this issue Aug 7, 2020 · 1 comment
Closed

Investigate having a mandatory long-running stellar core #74

Isaiah-Turner opened this issue Aug 7, 2020 · 1 comment
Assignees

Comments

@Isaiah-Turner
Copy link
Contributor

What

We need to figure out if it is reasonable to require the user to set up and run a stellar-core instance. We need to determine when it is necessary (possibly not needed for ledgers, transactions, and operations).

Why

Captive core takes a while to startup, so we can't run a new instance every time the CLI command is called. We need to have a core instance running in the background that can handle all exports.

@Isaiah-Turner Isaiah-Turner self-assigned this Aug 7, 2020
@Isaiah-Turner
Copy link
Contributor Author

We determined that it is reasonable to have this requirement. We are using captive core in order to export accounts, offers, and trades. We have an unbounded export, which will allow us to keep the core instance running.

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

1 participant