Nneumoinneumo.hashnode.dev·Apr 2, 2025 · 9 min readTotal NEAR ShutdownIntroduction On November 4th, 2024, 100proof and I sent a vulnerability report to NEAR Protocol's bug bounty program on Hacken Proof. The issue we found allowed an attacker to completely shut down the NEAR blockchain—all the nodes of all the shards—b...00
Nneumoinneumo.hashnode.dev·Mar 18, 2025 · 17 min readA questionable design choice in Stacks/ClarityFri 14 March 2025 by 100proof TL;DR Most Clarity contracts use a form of authentication similar to Solidity's tx.origin for sensitive/"owner only" functions. This is a known "bad thing" in the Ethereum community. This authentication method interact...00