Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 12:54
· 402 commits to master since this release

Highlights

Added protostar multicall command

Multicall executes multiple calls as a single transaction. If one call fails, the entire operation is aborted. Use it to prevent leaving your system in an inconsistent state.

Changed protostar deploy to use Universal Deployer Contract

protostar deploy invokes a Universal Deployer Contract, which deploys the contract with the given class hash and constructor arguments.

Removed deprecated protostar migrate

The migrations functionality has been removed in favor of using JSON outputs of the commands, and creating the deployment scripts in a language of your choice.

Changelog