WIP: Lib_p2p: rename point state's info "greylist" into "reconnection_delay"
The greylist term was ambiguous as it was used for the greylist tables, which concern temporarily banned addresses and peers, and a "greylist" mechanism which prevents the reconnection to a node shortly after its deconnection.
This MR changes:
-
greylisting_config
type name and field name intoreconnection_delay_config
-
greylisted_until
field intoreconnection_delayed_until
-
greylisting_delay
field intoreconnection_delay
-
greylisting_end
field intoreconnection_delay_end
-
greylisted
function intoreconnection_delayed
-
set_greylisted
function intoset_reconnection_delayed
Merge request reports
Activity
Thank you for your contribution
, I have one remark:-
Commit messages should be ≤ 70 characters:- →
fa332a69
:Lib_p2p: rename point state's info "greylist" into "reconnection_delay"
- →
0d9e4371
:Lib_p2p: rename point state's info "greylist" into "reconnection_delay"
- →
I,
, ran this inspection onMon, 30 Mar 2020 22:13:00 0000
. I usually run inspections every 6 hours and will try to edit my own comment if I have any updates. For more information see the Tezos documentation.Edited by Tezos Merbocop-
added p2p 🌐 label
added 156 commits
-
16d4cc82...51465386 - 154 commits from branch
tezos:master
- fa332a69 - Lib_p2p: rename point state's info "greylist" into "reconnection_delay"
- 0d9e4371 - Lib_p2p: rename point state's info "greylist" into "reconnection_delay"
-
16d4cc82...51465386 - 154 commits from branch
Data encoding transition is a bit hackish, a better solution would be to have support for this in data-encoding nomadic-labs/data-encoding#6 .
no, these are not related to this rpc
Edited by pietro
mentioned in merge request !1934 (merged)
assigned to @julien.t
added shell label
Hi. has not been updated in almost a year. @julien.t do you plan on having it merge anytime soon, or can we close it for nom? Of course, in the latter case, you could always reopen it when you’d find the time to work on it again.