Skip to content

v4.12.0

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 16 Apr 23:43
1d277cf

What's Changed

Providing new ways for devs to sponsor transactions, powered by Engine!

  • [Cross-Platform] Added support for the thirdweb Engine Relayer
    • This relayer is a service provided by thirdweb for an alternative way to sponsor transactions on behalf of users through Engine.
    • When using Transaction.Send or Transaction.SendAndWaitForTransactionResult you may specify whether to use this gasless feature or not, other higher level APIs will default to the gasless flow if you have the relayer set up.
    • Replaces OpenZeppelin Defender Options.
    • We still recommend using Account Abstraction for gasless sponsorship features through Smart Wallets, however in some cases a relayer is needed!
  • [Native] Improved Contract.Write flow.
    • Better gas limit/price/fees estimations when not provided, similar to other APIs.
    • Now uses the gasless relayer by default if it is set up in your ThirdwebManager, similar to other higher level APIs.

b3239638a30c2ff165d7c05477da1372

Visit our documentation portal to learn more at https://portal.thirdweb.com/unity