...f (vchPushValue.size() == 32) {
// Argument should be == 0x20 -- will fail later anyways
if (!CheckMinimalPush(vchPushValue, argument)) {
return set_error(serror, SCRIPT_ERR_MINIMALDATA);
}
// If multiple inputs allo...
...
基本是回顾和展望。
首荐是Danny 的《Eth2的发展现状 (2021年1月)》([The State of Eth2, Jan 2021](https://blog.ethereum.org/2021/01/20/the-state-of-eth2-january-2021/)),里面有很多洞见。同时还有一些客户端团队的文章,从不同的角度阐述相近的...