Skip to content

Commit

Permalink
docs(changelogs): add breaking changes for v27 (#3453)
Browse files Browse the repository at this point in the history
* docs(changelogs): add breaking changes for v27

* Update changelog.md

Co-authored-by: skosito <[email protected]>

---------

Co-authored-by: skosito <[email protected]>
  • Loading branch information
lumtis and skosito authored Feb 3, 2025
1 parent aec7b70 commit 1034da4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## v27.0.0

### Breaking Changes

* Universal contract calls from Bitcoin and Solana now follow the Protocol Contract V2 workflow.
* For `depositAndCall` and `call` operations, the `onCall` method is invoked on the Universal Contract from the gateway, replacing the previous behavior where `onCrossChainCall` was triggered by the `systemContract`.
* The interfaces of both functions remain the same.

### Features

* [3353](https://github.com/zeta-chain/node/pull/3353) - add liquidity cap parameter to ZRC20 creation
Expand Down

0 comments on commit 1034da4

Please sign in to comment.