-
selsta
.merge+ 7017 7069
-
xmr-pr
Added
-
ErCiccione[m]
I see that recently it's all double PRs, one for master and one for the branch, isn't that a bit annoying for everybody? Shouldn't master and branch be even at this point? Double PRs that get reviewed twice, two different commits for the same thing and unnecessary notifications. Is there a better way to deal with that?
-
selsta
ErCiccione[m]: not all PRs are double
-
selsta
but bug fixes have to be applied to both master and branch
-
ErCiccione[m]
yeah i see. I was asking myself if there isn't a better way to deal with that, like cherry-picking the needed commits instead of opening two PRs
-
selsta
the problem is that master and branch diverge
-
selsta
so maintainers would have to solve merge conflicts
-
selsta
which is something we don't want
-
selsta
the original author should make sure it applies cleanly
-
selsta
that's why opening 2 PRs is the best solution right now
-
ErCiccione[m]
got it.
-
sethsimmons
Writing up some details on the ongoing network attacks for a blog post, and trying to piece together an accurate timeline and have some questions, but wasn’t sure if it’s best to ask here or over DM to someone more in the know
-
sethsimmons
Questions like: Was this PR targeted at the attacks —
monero-project/monero #6916?
-
sethsimmons
Or if it’s generally a better idea to keep details to a minimum I can go that route, just thought it would be helpful to have a third-party post about it for those interested in an “unofficial” account of whats been going on and whats been done about.
-
xiphon
sethsimmons "Was this PR targeted at the attacks" -> it was
-
sethsimmons
Thanks, I’ll toss some more questions in here as I work through it 🙂
-
xiphon
the PR was aimed to reduce a chance of complete node isolation
-
sethsimmons
Yeah, eclipse attack was one of the first noticed attacks IIRC
-
selsta
v0.17.1.6 merge list: 7054 7063 7065 (maybe 7067) 7069 7071 7073
-
sethsimmons
Was this one of the mitigations to the attack, vtnerd xiphon
-
sethsimmons
-
sethsimmons
And does anyone know the PR that is helping to let wallets sync when some peers report block height +2?
-
selsta
7066 / 7067 but not sure if we will merge it
-
selsta
7018 tries to avoid selecting attacker nodes during Dandelion++ stem phase
-
sethsimmons
Ah, ok, saw that one but seemed conflicted so wasn't sure
-
sethsimmons
I think this is a complete list then and timeline of the fixes:
-
sethsimmons
-
sethsimmons
But I could be missing some, and not sure if the attack was noticed earlier/other symptoms were noticed that I've missed
-
sethsimmons
Also not sure when this was first spotted: - ~11/10/2020 - User's notice that wallet will not sync as malicious nodes are reporting a block height of +2 to the
-
sethsimmons
actual height
-
sethsimmons
That's a rough estimate but couldn't track down a first sighting
-
selsta
would add -> "proposed to prevent malicious nodes spamming large peer list"
-
sethsimmons
Thanks, updated :)
-
sech1
"11/10/2020" is it MM-DD-YYYY format?
-
sethsimmons
Yeah, sorry, US with our backward dates over here
-
sech1
I prefer YYYY-MM-DD as a programmer, but normal people are not familiar with it :D
-
selsta
.merge+ 7070 7071 7072 7073
-
xmr-pr
Added
-
selsta
.merges
-
xmr-pr
7017 7030 7043 7068 7069 7070 7071 7072 7073
-
selsta
.merge+ 7062 7063
-
xmr-pr
Added
-
selsta
7070 and 7072 would benefit from a second review
-
selsta
.merge- 7069
-
xmr-pr
Removed
-
selsta
we need some more eyes on 7054, 7070, 7072
-
selsta
.merge+ 7065
-
xmr-pr
Added
-
selsta
.merge+ 7076
-
xmr-pr
Added
-
selsta
.merges
-
xmr-pr
7017 7030 7043 7062 7063 7065 7068 7070 7071 7072 7073 7076
-
hyc
always use ISO dates. YYYY-MM-DD.
-
moneromooo
Should have months on 4 digits, to be safe from 988 more emperors adding a month with their name.
-
selsta
Snipa: please wait with 7054, 7070, 7072 (and master equivalents)
-
Snipa
I'd seen, will note them.
-
selsta
they are ready but maybe good to get some more reviews
-
selsta
I meant branch equivalents*
-
selsta
.merge- 7070 7071 7072 7073
-
xmr-pr
Removed
-
selsta
the others are fine to merge
-
Snipa
Woohoo! Maximum laziness.
-
Snipa
.merges
-
xmr-pr
7017 7030 7043 7062 7063 7065 7068 7076
-
selsta
:D
-
lh1008
Hello everyone :), selsta I added the wallet-cli.log too to the issue. You can check it out :). Both in files, rpcpayserver.log and monero-wallet-cli.log. Here is the direct link for the issue (
monero-project/monero #7041). Thanks
-
lh1008
If you need anything else from me let know. :)
-
moneromooo
I guess we should have mentioned that they should have been *matching* logs.
-
lh1008
okay, I cut only the part where the error shows up. Let me put the whole log. :/
-
lh1008
The file is 99,4 MB, github doesn't let me paste it. Now I remember, I had to cut it because of that. That's the reason.
-
lh1008
I could paste less lines, let me know. But is the log that connects to the server, I connect from my local machine to the outreach's server, so not sure if someone is already connecting to the server too. We shared it already to the public in some public location.
-
lh1008
Maybe that's why they look different? Not sure.
-
moneromooo
You can cut just one part with an error, as long as it's the same time frame, and not two unrelated logs.
-
lh1008
How can I know they are unrelated?
-
lh1008
let me check them out
-
moneromooo
There are timestamps at the beginning of each line.
-
iDunk
sethsimmons: AHPs from OVH subnets were first noticed in early July 2019. IIRC, 5732/5733 and 5737/5738 were the first mitigations.
-
sethsimmons
Oh wow, that’s much earlier than I realized.
-
sethsimmons
I’ll add a note of that, thanks!