espace 编写合约时,发现不支持 `blockhash(number)`方法

发现合约层面问题:
espace不支持 blockhash(number)方法

function getHash() view public returns(uint256,uint256,bytes32){
    return (block.number,uint256(keccak256(abi.encode(blockhash(block.number-1)))) % 5,blockhash(block.number-1));
  }

rinkeby网络调用结果
image
espace testnet调用结果
image

CIP-98 是修这个的,需要等下一次 hardfork.