Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 07:05
· 2874 commits to main since this release
1003d5d

Bug Fixes:

  • Added diagnostics for if cond not bool. #3027
  • Added diagnostics for multiple definitions of fns in impls and traits. #3033
  • Fixed debug print python hint. #3115

New Features:

  • feat: Support generic types in Derive statements by @wraitii in #2964
  • Add keccak_uint256s_be. #3006
  • Add tx_info context setters for testing by @ericnordelo in #3005
  • Added panic reasons to revert-reason in interoperabily sim. #3007
  • feat: impl Into<T,T> by @greged93 in #3036
  • Added BitNot operation. #3021
  • Formatter Improvements.
  • feat: u256 literal by @greged93 in #3038
  • Add a .nvmrc file and update the README with info about NVM by @stefanalfbo in #3012
  • Add u128_byte_reverse. #2839
  • Added u256 try_into felt252. #3055
  • Added print function for u256 to debug by @robertkodra in #3047
  • Fixed casm test for pythonic print. #3116
  • Added widemul for u256. #3108
  • Add starknet::get_block_number by @tensojka in #2838
  • Added u512_divmod_by_u256. #3112
  • Add member completions for the language server.

New Contributors

Full Changelog: v1.0.0...v1.1.0