Skip to content

JeChain v0.20.1

Compare
Choose a tag to compare
@nguyenphuminh nguyenphuminh released this 27 Oct 06:34
· 79 commits to main since this release
5bcdff4
  • 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.