Releases: thirdweb-dev/engine
Releases · thirdweb-dev/engine
v0.0.22
What's Changed
- chore: add 10% min on gas retries by @arcoraven in #425
- Add cancel-listing endpoint to API docs by @kien-ngo in #429
- Updated contract/read response types by @farhanW3 in #430
- config updates + retry update by @farhanW3 in #434
- updated retry query by @farhanW3 in #435
- re-added the gas check as checkout needs this check by @farhanW3 in #436
- reverted back the configs to original config as per chain it varies by @farhanW3 in #438
Full Changelog: v0.0.21...v0.0.22
v0.0.21
What's Changed
- config/transactions updates by @farhanW3 in #410
- Client Analytics by @farhanW3 in #394
- spelling update by @farhanW3 in #415
- Updated Usage Report + MinedTxListener by @farhanW3 in #416
- feat: clean up auth flows by @arcoraven in #411
- minedTxListener by @farhanW3 in #417
- removed multi-cron run check by @farhanW3 in #418
- Fix Build Issues by @farhanW3 in #419
- Urls Updated for No usage reporting by @farhanW3 in #420
- Not reporting OPTIONS by @farhanW3 in #421
- Adds signTypedData Route to Sign EIP712 Messages with Backend Wallets by @gregfromstl in #414
- fix: fall back if block not found when checking mined by @arcoraven in #426
- fix: server crash when async fetch call times out by @arcoraven in #427
- fix: minor catch typo by @arcoraven in #428
New Contributors
- @gregfromstl made their first contribution in #414
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- chore: set server 60s timeout by @arcoraven in #406
- optimization: use raw calls for some calls by @arcoraven in #404
- Updated SDK by @farhanW3 in #407
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- support utf8 signMessage by @IDubuque in #403
- chore: moved simulation to queueRawTx by @gerrysaporito in #402
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- updated SDK & chains package by @farhanW3 in #391
- fix: update routes that require auth by @arcoraven in #392
- fix: Use a single Node entrypoint by @arcoraven in #397
- Added Headers Details to sign End-points by @farhanW3 in #395
- updated GH flow by @farhanW3 in #398
- Dockerfile Updates by @farhanW3 in #399
- updated dockefile with dependencies by @farhanW3 in #400
Full Changelog: v0.0.17...v0.0.18
v0.0.17
Handle more chains and CORS/security updates
What's Changed
- fix: fetch chains from API to support newer chains by @arcoraven in #384
- fix: Append env cors to make it backward compatible with db cors list by @arcoraven in #385
Full Changelog: v0.0.15...v0.0.16
v0.0.15
v0.0.14
What's Changed
- Fix For Local Docker by @farhanW3 in #363
- Configuration + Webhooks : PG Notify/Trigger by @farhanW3 in #361
- Properly await webhook requests by @adam-maj in #367
- fix: disallow localhost webhooks by @arcoraven in #368
- feat: Reset nonces on server start, add endpoint by @arcoraven in #366
- Update webhook status notifications & prevent duplicates by @adam-maj in #369
- chore: update getChainByChainId -> getChainByChainIdAsync by @gerrysaporito in #370
- Fixed Websockets Issue by @farhanW3 in #373
- ACCESS_CONTROL_ALLOW_ORIGIN into Config by @farhanW3 in #372
- Add support for cancelling smart account transactions by @adam-maj in #374
- Add backwards compatibility for access control allow origin by @adam-maj in #375
- fixed doubling of requests by @farhanW3 in #377
- Websocket event updates fixed by @farhanW3 in #376
- CORS Origin : Regex Support by @farhanW3 in #378
- Make access control allow origin backwards compatible by @adam-maj in #379
New Contributors
- @gerrysaporito made their first contribution in #370
Full Changelog: v0.0.13...v0.0.14
Claim-Condition + SDK Updates
What's Changed
- Add queue status system endpoint by @adam-maj in #351
- [Breaking] Remove simulation on queueTx by @adam-maj in #352
- Update accuracy of sentAt timing by @adam-maj in #353
- processTx should block processing until nonce lock is acquired by @adam-maj in #354
- Add nonce incrementing on nonce too low by @adam-maj in #355
- fix: remove trailing slash in origins; add unit test framework by @arcoraven in #356
- fix: allowedContracts should be optional when creating relayer by @arcoraven in #357
- Claim Condition End-points by @farhanW3 in #358
- Claim End-point Updates by @farhanW3 in #359
- SDK Updates by @farhanW3 in #360
Full Changelog: v0.0.12...v0.0.13