This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
0.3.0
What's Changed
- remove storage module by @juanbono in #752
- chore: Bump starknet deps to 2.0.0 by @SantiagoPittella in #755
- Fix declare miscalculation by @mmsc2 in #760
- fix: generate
program_json
directly from program string by @MegaRedHand in #764 - chore: remove starknet-contract-class by @MegaRedHand in #766
- Change order of class storage to store after charge fee by @mmsc2 in #765
- bugfix: Mark program extra data as accessed by @fmoletta in #774
- Add docs for hash_utils by @matias-gonz in #771
- Doc StarknetRunner by @mmsc2 in #776
- refactor: change compute hinted_class_hash on ContractClass init by @SantiagoPittella in #775
- ERC20 test with cairo2 by @SantiagoPittella in #767
- Add documentation to transaction/mod module by @mmsc2 in #761
- Add documentation for declare v2 by @mmsc2 in #763
- Allow redeclare class by @matias-gonz in #769
- feat: reexport whole
felt
module by @MegaRedHand in #781 - feat: improve
ContractClass
parsing by @MegaRedHand in #779 - Update verify_version by @matias-gonz in #777
- fix: change order of arguments in fee transfer's calldata by @MegaRedHand in #783
- Add documentation for gas_usage by @matias-gonz in #778
- DeclareV2 class hash fix by @kkovaacs in #788
- BlockHashDoc by @mmsc2 in #785
- InvokeDoc by @mmsc2 in #782
- Adds tests related to class hash: by @SantiagoPittella in #801
- Add hash_value to l1 handler new by @SantiagoPittella in #802
- perf: move arg for to_cairo_runner_program by @Oppen in #793
- New method for StateDIff by @mmsc2 in #809
- New methods for tx creation w hash by @SantiagoPittella in #805
- add new_with_hinted_class_hash method for contract class by @SantiagoPittella in #806
- fix message fee estimation by @SantiagoPittella in #811
- Deploy Doc by @mmsc2 in #804
- Remove unneeded dependencies by @kkovaacs in #812
- Add CASM class hash by @SantiagoPittella in #814
- refactor: separate DeclareV2::new_with_sierra_class_hash by @Oppen in #807
- Document InMemoryStateReader by @matias-gonz in #818
- changed failedHash to hashError by @fguthmann in #817
- Add documentation to the syscall_request module by @xqft in #820
- Add version query by @mmsc2 in #810
- Add class hash check for declarev2 by @SantiagoPittella in #819
- Add new constructor declare v2 by @SantiagoPittella in #823
- Fix query version bit flag being unsupported in versions other than 0 by @xqft in #825
- Add reverted transactions by @matias-gonz in #813
- Update charge fee and add n_steps for reverted transactions by @matias-gonz in #787
New Contributors
- @fguthmann made their first contribution in #817
Full Changelog: 0.2.0...0.3.0