Skip to content

v3.0.0-beta.10

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 22 Aug 06:04
e2b88f3

What's Changed

  • [Native] Bugfixes and additional support for non-standard tokens with < 18 decimals transfers/claiming.
  • [Native] Less restrictive type conversion for Contract.Read:
    • Single return values: attempts to deserialize into passed type, and if it fails attempts to use IConvertible if available.
    • Complex results: if passed type is List/Array, will attempt to deserialize; if Class/Struct is passed, attempts to fill in fields and properties, a mix of both is now supported, so long as the total amount of properties/fields in your class/struct is equal to the solidity values count returned.
  • Fix Thirdweb Wallet Disconnect Null Reference by @jeffgamedev in #106