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

Shutdown RPC endpoint #2538

Merged
merged 108 commits into from
Feb 23, 2023
Merged

Shutdown RPC endpoint #2538

merged 108 commits into from
Feb 23, 2023

Conversation

elmattic
Copy link
Contributor

@elmattic elmattic commented Feb 13, 2023

Summary of changes

Changes introduced in this pull request:

  • Add Filecoin.Shutdown endpoint and forest-cli shutdown subcommand
  • Expose version() and shutdown() in js console
  • Add sleep and sleepTipsets builtins in js console
  • Fix bug in module path resolver

Will rebase on main once js-console branch is merged.

Reference issue to close (if applicable)

Closes #2402

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Copy link
Contributor

@lemmih lemmih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cursor can go missing if we hit ctrl-c during a prompt.

Base automatically changed from elmattic/js-console to main February 22, 2023 14:34
@lemmih lemmih merged commit a4d6c58 into main Feb 23, 2023
@lemmih lemmih deleted the elmattic/shutdown-endpoint branch February 23, 2023 07:53
aatifsyed added a commit that referenced this pull request May 2, 2023
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.

Implement forest-cli daemon stop command.
5 participants