You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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