-
Notifications
You must be signed in to change notification settings - Fork 107
Feat/ledger latest #2046
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
Feat/ledger latest #2046
Conversation
62850e7 to
4a29a43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. One question inline.
f77d32c to
3952264
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple small requests inline.
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
1fb1ded to
fb396ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small tweaks suggested, otherwise looks great 👍🏻
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com>
What
Add a
stellar ledger latestcommand to get the latest ledger for the given network. Defaults to testnet.It also defaults to the
textoutput, which looks like this:--output jsonand--output json-formattedare also available.Why
To allow for users to easily look up that latest ledger from the CLI.
Known limitations
N/A