5.0
Features
- Introduced:
(do ...)
form for sequencing evaluation of terms - Revamped gas model for more accurate gas charging and lower gas costs across the board (Several PRs: #270, #276, #257, #208, #175)
- New native
acquire-module-admin
introduced for acquiring admin-related priviledges for module operations (on the basis that the caller owns module governance) - New native
static-redeploy
for roundtripping existing modules into our new CBOR format (#264) - Improved execution efficiency: New interpreter and backend format yields improvements in execution from 2x to as high as 10x (Several PRs: #
let
andlet*
are now equivalent in execution and scope.
For details on migration, see our migration guide.