-
Notifications
You must be signed in to change notification settings - Fork 19
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
cli: add command to list PublicOffer #303
cli: add command to list PublicOffer #303
Conversation
Codecov Report
@@ Coverage Diff @@
## main #303 +/- ##
=====================================
Coverage 15.2% 15.2%
=====================================
Files 27 27
Lines 6587 6604 +17
=====================================
+ Hits 1004 1007 +3
- Misses 5583 5597 +14
Continue to review full report at Codecov.
|
Do you need something else in core for this? Otherwise you can release |
the public offers are in info, you can check how its done there |
farcaster-node/src/farcasterd/runtime.rs Line 634 in 13529be
|
0dbb1c0
to
42fe818
Compare
I've comment the So now the CLI has only farcaster-node/src/farcasterd/runtime.rs Line 634 in 13529be
|
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.
tACK 42fe818
@Lederstrumpf, @h4sh3d can we call swap-cli ls still? if not can u add that? |
@Lederstrumpf maybe there is some sort of "alias" in clap you can use to make |
yes, its called short |
can u please fix that and rebase? |
will be used longterm (more efficient for doing incremental updates of frontend listing), but not used for now.
42fe818
to
e36d527
Compare
Now we can use |
there is mixed semantics here: either ls means list or list-swaps, but not both in different contexts |
or
or
I prefer the latter, because the gain in characters are minimal in the others |
73f92b0
to
e36d527
Compare
Lists public offer ids. First step towards addressing #287.
Requires merge of farcaster-project/farcaster-core#195.