Viewing profile — 0xfoobar
0xfoobar
HN member- Joined
- Thu, Jul 07, 2022, 2:38 PM UTC
- HN karma
- 140
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About 0xfoobar
No profile information was provided.
Recent public activity
-
comment
Comment #32848819
Agreed that conceptual simplicity is always best, and the current Casper FFG + LMD-GHOST doesn't have provable guarantees yet (though seems to be working in practice). I'm excited …
-
comment
Comment #32848403
Indeed! :)
-
comment
Comment #32848308
For those interested in understanding the tech rather than the typical bashing things as beneath them, I wrote up a detailed technical explainer of how Ethereum PoS works: https://…
-
comment
Comment #32015839
Great question, it's not timestamps but attestations (signed validator votes for pairs of checkpoint blocks) that determines the canonical chain head. This fork choice rule, known …
-
comment
Comment #32015548
The Solend drama was at the app-layer rather than the protocol-layer. Solana also runs PoS but its variant is a bit more handwavy and weaker imo, slashing rules are applied in a po…
-
comment
Comment #32015320
Great question, PoS actually has stronger guarantees against double-spending than PoW does. For PoW you just need to temporarily rent enough hashpower to do a mild reorg. PoS has a…
-
comment
Comment #32015233
Article author here. PoS validators have the power to propose new blocks and attest to the chain head. They cannot change the state transition function to allow false payments, jus…
-
comment
Comment #32014870
Article author here. The tradeoffs between centralized control and permissionless primitives are better explored elsewhere, but the dangerously high costs of depending on a fickle …
-
comment
Comment #32014771
Article author here. Supermajority attestations and block finalization, as well as withdrawal queues, prevent long-range attacks. To attempt to reorg a finalized block (blocks are …
-
comment
Comment #32014734
Article author here. Great questions, should have explored the randomness beacon more. Ethereum uses [RANDAO]( https://github.com/randao/randao ), which is a distributed commit-rev…