This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
v0.1.7
What's Changed
Usage
- Prevent
Internal Server Error
from arising on deployment failure. Instead store the failed transaction and have it available for later queries. - Add disclaimer to Readme.
- Reduce startup logging.
- Store salt after deployment transactions.
- Adapt to Alpha v4:
- Use cairo-lang v0.6.0.
- Use block hash instead of block id.
- Add dummy support for
get_transaction_receipt
(not yet functional).
- Bump version to v0.1.7.
Dev
- Read cairo-lang version form
pyproject.toml
(reduce specifying the version in multiple locations in the project). - When setting up test example, stop copying
hardhat.config.ts
, use the default one. starknet-deploy
was temporarily disabled in tests. Enable it back.
Full Changelog: v0.1.6...v0.1.7