-
Notifications
You must be signed in to change notification settings - Fork 734
Closed
Labels
byronRequired for a Byron mainnet: replace the old core nodes with cardano-node.Required for a Byron mainnet: replace the old core nodes with cardano-node.enhancementNew feature or requestNew feature or requestpriority highissues/PRs that MUST be addressed. The release can't happen without this;issues/PRs that MUST be addressed. The release can't happen without this;
Description
Provide a method which cardano-launcher can use to politely request that cardano-node
exits.
If cardano-node
is killed impolitely (with SIGKILL on POSIX or TerminateProcess on Windows), it will do a complete revalidation of the chain on the next startup. This can take some minutes.
See cardano-launcher/docs/windows-clean-shutdown.md for a discussion of the issue and suggested solution.
This is the implementation in cardano-wallet - withShutdownHandler. This code is enabled when the --shutdown-handler
switch is provided to the cardano-wallet
CLI.
Metadata
Metadata
Assignees
Labels
byronRequired for a Byron mainnet: replace the old core nodes with cardano-node.Required for a Byron mainnet: replace the old core nodes with cardano-node.enhancementNew feature or requestNew feature or requestpriority highissues/PRs that MUST be addressed. The release can't happen without this;issues/PRs that MUST be addressed. The release can't happen without this;