-
Notifications
You must be signed in to change notification settings - Fork 990
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bat/feature/stop-at-height' (#1189)
* bat/feature/stop-at-height: changelog: #1189 [fix]: Suspending and halting now works for syncing the chain [fix]: Addressing review comments [fix]: Removed double boxing of futures Update apps/src/lib/node/ledger/shims/abcipp_shim.rs [feat]: Added e2e tests covering the new features [feat]: Fixed graceful shutdown after suspension. Added more logging [temp]: Trying to shutdown ledger gracefully post-suspension [fix]: Fixed a lifetimes issue in the futures [feat]: Refactoring suspend to allow queries other than consensus to remain responsive [feat]: Add commands to halt/suspend chain at specified block height
- Loading branch information
Showing
8 changed files
with
372 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- Introduced a new ledger sub-command: `run-until`. Then, at the provided block | ||
height, the node will either halt or suspend. If the chain is suspended, only | ||
the consensus connection is suspended. This means that the node can still be | ||
queried. This is useful for debugging purposes. | ||
([#1189](https://github.com/anoma/namada/pull/1189)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.