v0.3.0
What's Changed
Usage
- Enable passing constructor arguments (possible to pass them when calling
deploy
of a contract factory). - Enable signing transactions.
- Rely on JS
BigInt
because Cairo'sfelt
type might be too big for ordinary JSNumber
. - Enforce typed/structured input and output (no more single-string function results; no more blindly passing sequences of numbers as function inputs).
- Fix Mac (OS X) support (when interacting with gateways listening on localhost, such as the devnet).
- Bump version to v0.3.0.
Examples
Dev
- Update dependencies.
- Tests in CI are set to use branch
plugin
instarknet-hardhat-example
.
Full Changelog: v0.2.7...v0.3.0