v0.56.0
What's Changed
- Remove
contract_id()
in favor ofContractId::this()
by @bitzoic in #5867 - chore: fix some typos in comments by @yudrywet in #5855
- Update docs on how to disable LSP by @sdankel in #5877
- Refactor read and write access to namespace modules. by @tritao in #5868
- feat!: add
call_with_function_selector
version for new encoding by @hal3e in #5869 - Use GM opcode to fetch the base_asset_id by @bitzoic in #5806
- docs: Wallet Example Clarification by @calldelegation in #5878
- Fixes missing error when using trait constraint. by @esdrubal in #5882
- Fixes type inference on inlined method applications. by @esdrubal in #5823
- Adds test that proves unexpected error no longer occcurs. by @esdrubal in #5910
- Allow conversions between native u types and U128 by @SwayStar123 in #5825
- Refactor: Split use synonyms into separate maps for glob and item imports by @jjcnn in #5914
- Simplify Asset Transfer and Mint Functions by @bitzoic in #5891
- set new encoding as true by default and allow it to be disabled by @xunilrj in #5915
- Disabling run_external by @xunilrj in #5918
- chore: fix some comments by @toofooboo in #5880
- Bump to v0.56.0 by @IGI-111 in #5919
New Contributors
- @yudrywet made their first contribution in #5855
- @toofooboo made their first contribution in #5880
Full Changelog: v0.55.0...v0.56.0