Skip to content

Commit

Permalink
Release pact 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Jan 25, 2025
1 parent dfc614a commit c1e4b32
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
5.0
---
### Features
- [Introduced: `(do ...)` form for sequencing evaluation of terms](https://github.com/kadena-io/pact-5/pull/160)
- 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)](https://github.com/kadena-io/pact-5/pull/208)
- New native `static-redeploy` for roundtripping existing modules into our new CBOR format (https://github.com/kadena-io/pact-5/pull/264)
- Improved execution efficiency: New interpreter and backend format yields improvements in execution from 2x to as high as 10x (Several PRs: #
- `let` and `let*` are now equivalent in execution and scope.

For details on migration, see [our migration guide](https://docs.kadena.io/smart-contracts/install/migrating-to-pact5).


4.13.0
---
### Features
Expand Down

0 comments on commit c1e4b32

Please sign in to comment.