Skip to content

v4.10.1

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 09 Apr 00:14
ec4ce3e

What's Changed

  • [WebGL] Upgraded bridge, includes optimizations and improved smart wallet transaction simulation (less silent reverts).
  • [Native] Added low level Contract.ReadRaw for parsing complex tuples into a Nethereum code generated style output type, useful when basic dynamic invocation/deserialization is not good enough for your use case.
  • [Native] Wallet.GetAllActiveSigners() now also returns admins, you may iterate through the output and check isAdmin to differentiate admins from basic session keys.