Skip to content

Commit

Permalink
Update CHANGELOG.md (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria authored Jun 28, 2023
1 parent da0b1f7 commit ca883fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.10.0] - 2023-06-20

### Added
## Added

- Third-party fee payer accounts for deployment transactions can be used across multiple projects [#424](https://github.com/o1-labs/zkapp-cli/pull/424)
- A new `zk config` option creates or selects a third-party fee payer account.

- Add new config option to create or select a third party fee payer account. [#424] (https://github.com/o1-labs/zkapp-cli/pull/424)
- Update the interact.ts script to run with the third party fee payer.
## Fixed

- A fee payer tries to pay the fee using signature authorization (proofs are not supported). If the zkApp account is used as fee payer after deployment, the transaction was rejected because the permissions of the account would be violated, breaking all re-deployments and the interact.ts script in the template project. [#424](https://github.com/o1-labs/zkapp-cli/pull/424)
## [0.9.1] - 2023-06-17

### Changed
Expand Down

0 comments on commit ca883fc

Please sign in to comment.