-
Notifications
You must be signed in to change notification settings - Fork 992
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea4a5b6
commit 4a174d9
Showing
1 changed file
with
5 additions
and
0 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)) |