-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add Random Activity to README and CLI Options #125
Conversation
95362d9
to
06b45fd
Compare
Including the alias improvements in #103 in the readme here so that we can do all our fancy updates in one do, so this PR is a dependent. |
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.
👍🏿
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 pretty good. I left some comments inline.
README.md
Outdated
} | ||
``` | ||
|
||
Nodes can be identified by an arbitrary string ("Alice", "CLN1" etc) or |
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.
missing comma after "CLN1"
README.md
Outdated
will be sent by nodes, randomness will be introduced such that larger | ||
nodes send a wider variety of payment sizes around this expectation. | ||
* `--capacity-multiplier`: the number of times over that each node in | ||
the network sends their capacity in a calendar month - 2 indicating |
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.
Using -
style here reads pretty weird
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.
Meaning, don't use ` to make it a code block?
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.
Oh no, I mean "- 2 indicating ..."
Looks like you're talking to minus two
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.
ah gotcha!
README.md
Outdated
sim-cli --config config.json | ||
``` | ||
Activity source nodes may be reference by id string | ||
or public key (as specified in `nodes`), but destin |
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.
Is this an unfinished, probably old, rephased sentence?
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.
Whoop, yeah should be deleted!
06b45fd
to
fa3a1cf
Compare
Updated to include #130 as well |
9e719cd
to
7066853
Compare
Surface so that end users can configure these values. Note that expected payment amount is intentionally called "avg" in the user config because that's a more user friendly / recognizable term, but we keep expected payment amount elsewhere in the code base since it's the expectation we provide for our distribution.
Add sections for each "type" of config. Also move getting started up so that we have something actionable before the long/difficult configuration part.
7066853
to
3e8b1db
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.
LGTM
This PR is a small follow up for #113 adding:
multiplier
+expected_payment_amount
.