JeChain v0.20.1
- Fixed bugs in Jelscript: jump will be aborted if label does not exist, blockhash will return the parent block's hash rather than current block's hash.
- Did smarter transaction verification: weakly verify transactions (everything except state replay) when adding them to transaction pool, only do state replay in block production.