This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.1.22
User related changes
- Fixed interaction of Starknet CLI and hardhat plugin when they are using the
--wallet
functionality. - Fixed syscall
get_block_timestamp
Developer related changes
- Used code from cairo-lang that handles contract function calling - temporary solution.
- Improved testing (timestamps, tx_version).
- Added CircleCI step which checks devnet versioning consisntency across the project.
- Changed the way error messages are handled (jsonify).
PRs merged
- JSON Error response by @Nathan-SL in #81
- Contract call by @badurinantun in #84
- Fix block timestamp by @badurinantun in #85
- Add versioning consistency check by @FabijanC in #87
- Test tx version by @badurinantun in #86
New Contributors
- @Nathan-SL made their first contribution in #81
Full Changelog: v0.1.21...v0.1.22