Hacker News new | ask | show | jobs
by makomk 1895 days ago
Looks like some really subtle and (as far as I can tell) undocumented aspect of Ethereum internals tripped them up.
1 comments

They didn't properly implement EIP-2929 (https://eips.ethereum.org/EIPS/eip-2929). I looked at the first section of the code diff in the PR and it matched up with stuff already documented in the EIP, so I wouldn't assume the issue was because of undocumented stuff. Multiple other Ethereum implementations managed to implement the EIP-2929 spec correctly.