...的 rollup 基础设施。
- [解决长期](https://github.com/ethereum/EIPs/issues/726#:~:text=Currently any of these applications would require essentially creating a full ethereum client inside EVM code%2C which would add an unacceptably high amount of overhead.)以来就让人难以接受的的...
...标准:https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
* 以及`EIP191`:https://eips.ethereum.org/EIPS/eip-191`
* 添加"\x19Ethereum Signed Message:\n32"字段,防止签名的是可执行交易。
*
*/
function toEthSignedMessageHash(bytes32 hash) public pure re...