-
Notifications
You must be signed in to change notification settings - Fork 906
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
createonion
to accept an optional custom onion_size
#4519
Conversation
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.
Nice! Textbook commit, with changelog and docs and everything!
Minor comments only, happy to tweak if you don't want to go around again?
4971fd9
to
2cf2a32
Compare
Addressed your two comments. Please feel free to tweak other things if necessary! |
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.
Ack 2cf2a32
Perfect!
@cdecker Wanted to write some tests to make sure this works as expected... |
Got bored waiting, added test. (It passed :) |
Nice. Next week we'll need a |
e9c8bb7
to
d4a2b27
Compare
Trivial rebase on master with CI fixes. Twice. Ack 9f9432d |
Changelog-Added: `createonion` RPC command now accepts an optional `onion_size`.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
d4a2b27
to
9f9432d
Compare
I'm trying to make a trampoline routing plugin and I'm hoping this very small change will be enough to allow me to make the custom trampoline onions to be built without me having to reimplement onion-making functions from scratch.