Skip to content

Releases: thirdweb-dev/engine

Claim-Condition + SDK Updates

02 Jan 15:32
fc9407e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.12...v0.0.13

v0.0.12

13 Dec 22:53
6a92699
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11

07 Dec 14:57
afd03a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

01 Dec 22:16
6a527ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

27 Nov 20:09
c33ed20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

20 Nov 21:28
ea6de2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.08

v0.0.7

14 Nov 03:08
bde0b2d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

Write End-point + Throughput Updates

01 Nov 17:08
dd4ad4f
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Optimize transaction throughput using batch requests by @adam-maj in #278
  • chore: update readme to point to portal by @arcoraven in #279
  • updated write end-point to have support for all types by @farhanW3 in #280

Full Changelog: v0.0.5...v0.0.6

Docker Updates

31 Oct 00:27
24fdb47
Compare
Choose a tag to compare
Docker Updates Pre-release
Pre-release

What's Changed

  • Docker Image size reduced from ~900 MB (compressed) to ~190 MB (compressed)

Changelog

Full Changelog: v0.0.4...v0.0.5

Smart Wallets

29 Sep 19:32
1d9790f
Compare
Choose a tag to compare
Smart Wallets Pre-release
Pre-release

Whats New

Support for smart wallets:

  • Deploy a smart wallet account factory
  • Deploy accounts from an account factory for your users
  • Control permissions and sessions on smart accounts
  • Send user operations from a smart account controlled by your backend wallet

Breaking Changes

  • All contract deployment endpoints moved from /deployer to /deploy
  • All endpoints at /network moved to /chain
    -x-wallet-address header renamed to x-backend-wallet-address
    -/wallet endpoints renamed to /backend-wallet
  • All endpoints moved from camelCase to hyphen-case
  • All write endpoints use result.queueId to return the queued transaction id instead of previous mix of queueId and queuedId inside result, or using result directly.

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2