this post was submitted on 14 Nov 2023
1 points (100.0% liked)
Ethereum
5 readers
1 users here now
Resources
- Website & Blog
- White Paper & Yellow Paper
- Documentation & Stack Exchange
- Learn Solidity
- Source Code on Github
- Bounty program
- Chat on Gitter
- Network Status & Gas Price Market
- List of DApps
- Meetups
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You're essentially describing a long range attack. That is the tradeoff that PoS makes over PoW's full objectivity, in that a node who comes online for the first time (or after being offline for a while) cannot fully-objectively distinguish between the real fork and an attacker's fork who simulated years of attestations.
It's where the term "weak subjectivity" comes into play, you just need a recent state root from a node you trust (be it a friend running a node or a block explorer or whatever) and that's what will tell your node which fork is the real one, and from there you can just keep following attestations from real validators and the long-range attackers can't hurt you
Perfect response. Learnt something good today.