Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LGLO committed Jan 27, 2025
1 parent cc7238d commit 765fdfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ This changelog is based on [Keep A Changelog](https://keepachangelog.com/en/1.1.
* smart-contracts commands and offchain tests now use WebSockets implementation of Ogmios client
* Updated to polkadot-stable2409-3 (aka v1.16.3).
* `local-environment` now uses the `partner-chains-node` based container for the smart-contracts setup.
* `partner-chains-cli` separate binary is transformed to a library crated and integreted in `partner-chains-node-commands` library crate.
Every invocation of `partner-chains-cli` should be replaced with `<node> wizards` subcommand of the node built with Partner Chains SDK.
The only other change is that "node executable path" configuration is not present in `partner-chains-cli-resources.json` anymore, because it is not needed anymore.
Code will always invoke "self" executable instead.
Since this change, all functionality of Partner Chains is available in the one executable of the node.

## Removed

Expand Down

0 comments on commit 765fdfd

Please sign in to comment.