BIP-54 bounds and ERC-721 burn records
Bitcoin developers refined quantitative limits on chain growth under proposed timewarp rules, while Ethereum contributors advanced a token standard extension for burn tracking. Both threads stayed tightly technical and focused on protocol constraints.
BIP-54 timewarp chain length bounds
Sipa and Zawy derived and refined mathematical bounds showing that BIP-54 timewarp fixes restrict how far a chain can grow under given work and time assumptions. The exchange on Delving Bitcoin examined the security implications of those limits for consensus behavior. Readers monitoring Bitcoin consensus changes gain concrete parameters for evaluating the proposal's effect on chain growth.
ERC-721 burn record extension
A proposal on Ethereum Magicians adds a burnedBy getter to ERC-721 so contracts can query the burner of a token without needing log access. Four participants discussed the interface and its utility for on-chain consumers that currently lack a standard way to retrieve that data. The change would simplify burn-aware logic in contracts that interact with NFTs.