whisper/cli: add p2p port and ip parameters#10057
Conversation
|
It looks like @gballet hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
|
Optional, rebase to master to fix |
5chdn
left a comment
There was a problem hiding this comment.
could you consider a minor version bump for the crate?
also, could you sign the CLA?
|
Please, reopen the PR once you signed the CLA. |
|
@5chdn @Tbaut @niklasad1 I finally got the authorization to sign the CLA 🎉 . Would you mind re-opening the PR, I don't seem to be able to. |
|
[clabot:check] |
|
It looks like @gballet hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, please reply to this thread with Many thanks, Parity Technologies CLA Bot |
317c69f to
3754ddd
Compare
|
@niklasad1 could you have another look please? |
|
Can you please sign the CLA? |
|
I just tried to sign it again, it says it's already done |
|
Investigating. |
|
thanks! |
|
[clabot:check] |
|
It looks like @gballet signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
|
Could you update whisper/README.md as well? Looks good otherwise. |
|
Is it possible to restart the failing builds? They failed because the build took too long. |
|
@gballet Yes, I can do it but I think the problem is the CI setup is too old. Can you merge/rebase to master instead? |
This is so that those params don't change randomly and are in sync with the URL that is displayed.
Co-Authored-By: gballet <gballet@gmail.com>
Co-Authored-By: gballet <gballet@gmail.com>
So that the enode doesn't change at every run.
Co-Authored-By: gballet <gballet@gmail.com>
Co-Authored-By: gballet <gballet@gmail.com>
Co-Authored-By: gballet <gballet@gmail.com>
154313b to
2cf76ed
Compare
|
Done |
* master: (48 commits) ethcore: remove eth social and easthub chain configs (#10531) Initial support sccache for windows build (#10520) fix(light): make `OnDemand` generic instead of using the concrete type (#10514) private-tx: replace error_chain (#10510) Add trace information to eth_estimateGas (#10519) ethcore: add clique engine (#9981) verbose flag for cpp tests (#10524) Add a more realistic Batch test (#10511) docs: add changelogs for 2.3.{6,7,8} and 2.4.{1,2,3} (#10494) fix(rpc): fix a bunch of clippy lints (#10493) fix Sha3/keccak256 hash calculation for binaries (#10509) Add additional request tests (#10503) whisper/cli: add p2p port and ip parameters (#10057) fix(time-utils): add missing license (#10497) fix(extract `timestamp_checked_add` as lib) (#10383) fix(rpc): lint `unused_extern_crates` + fix warns (#10489) fix win&mac build (#10486) Сaching through docker volume (#10477) OpenBlock::new take IntoIterator instead of mutable ref to Iterator (#10480) simplify block module and usage (#10479) ...
This is so that those params don't change randomly and are in sync with the URL that
is displayed.