v0.5.5
Usage related changes
- Account classes use OpenZeppelin v0.1.0 and Argent v0.2.1 (new versions coming soon, but better late than never)
- Easier getting of account address (
account.address
) - In CLI commands,
--signature
is fixed and now accepts multiple values url
property made optional for hardhat network configsdockerizedVersion
defaults to cairo-lang 0.8.2- Integrated-devnet uses uses starknet-devnet v0.2.2 by default
- Voyager has recently updated its verification API, so the
starknet-verify
command will not work with this and older versions of the plugin
Development related changes
- Read account artifacts from the plugin itself (part of npm package, used to be fetched from the example repo)
Merged PRs
- Make url optional for hardhat network config by @FabijanC in #105
- Add account artifacts [skip ci] by @FabijanC in #107
- Multiple signatures by @badurinantun in #109
- Added getter for starknetContract.address in Account class by @ivpavici in #110
- Cairo lang 0.8.2 by @FabijanC in #111
- Adapt Account to OpenZeppelin 0.1.0 and Argent 0.2.1 by @FabijanC in #108
- Release v0.5.5 by @FabijanC in #112
New Contributors
Full Changelog: v0.5.4...v0.5.5