Skip to content

Conversation

gballet
Copy link
Member

@gballet gballet commented Jul 24, 2020

Move Whisper to its own repo.

@gballet gballet marked this pull request as ready for review August 3, 2020 10:16
@gballet gballet requested review from karalabe and ligi as code owners August 3, 2020 10:16
github.com/golang/snappy v0.0.2-0.20200707131729-196ae77b8a26
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989
github.com/gorilla/websocket v1.4.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is actually going from 1.4.1+ back to 1.4.1, no?
I think in general, you seem have updated the go modules in 'wildcard mode'? While that may be good (or not), I think deps-updates should be done more deliberately in a separate PR.

Comment on lines -196 to -201
whisperFlags = []cli.Flag{
utils.WhisperEnabledFlag,
utils.WhisperMaxMessageSizeFlag,
utils.WhisperMinPOWFlag,
utils.WhisperRestrictConnectionBetweenLightClientsFlag,
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be better to leave the flags, but put them in 'DeprecatedFlags' and just issue warnings whenever any one of them is used. "The flag xxx has been deprecated; whisper has been moved to a separate repository (link)." Otherwise nodes which uses these flags will just fail to come up again after an update.

@gballet
Copy link
Member Author

gballet commented Aug 25, 2020

Replaced by #21487.

@gballet gballet closed this Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants