engine icon indicating copy to clipboard operation
engine copied to clipboard

The most powerful backend engine for web3 apps.

Results 13 engine issues
Sort by recently updated
recently updated
newest added

Issue: If you have CS setup but no redis, it will not run on startup, but if the configuration table values are updated, we catch the update & restart all...

Unable to render this definition The provided definition does not specify a valid version field. Please indicate a valid Swagger or OpenAPI version field. Supported version fields are swagger: "2.0"...

## PR-Codex overview The focus of this PR is to add functionality to backfill contract subscriptions with missed webhooks or new events. ### Detailed summary - Added `getContractSubscription` function to...

Bumps the npm_and_yarn group with 1 update in the /sdk directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...

dependencies

Part of my issue is processing transactions from same wallet by order. I can verify from engine code that queued transactions are fetched from db with asc queuedAt it means...

## PR-Codex overview This PR updates the logging system from `pino` to `winston` for better log management and customization. ### Detailed summary - Replaced `pino` with `winston` for logging -...

## PR-Codex overview This PR focuses on removing unused files, updating dependencies, adding new functions, and enhancing SDK configuration. ### Detailed summary - Removed unused files and functions - Updated...

do not merge

Hello While looking through your docs found some errors. Hope it helps. --- ## PR-Codex overview This PR focuses on improving consistency and clarity of comments and strings in the...

The code changes introduce support for external metadata in transaction requests. This metadata can be included in the transaction request and will be returned to webhook listeners. --- ## PR-Codex...

Asserts type validation matching ABIType schema. Tested by pasting in an entire [NFT contract ABI](https://contract.thirdweb.com/abi/84532/0xBe98166C528Ab837770dCA844bba66eA206deCFf). ## PR-Codex overview This PR focuses on updating the handling of `ABI` (Application Binary Interface)...