Skip to content

turbo#617

Closed
Dargon789 wants to merge 1 commit into
masterfrom
0xsequence/master
Closed

turbo#617
Dargon789 wants to merge 1 commit into
masterfrom
0xsequence/master

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

@Dargon789 Dargon789 commented May 23, 2026

Summary by Sourcery

Add generated Turbo build/test logs and compiled contract output artifacts to the repository.

Chores:

  • Check in Turbo daemon preferences and per-package Turbo build/test/lint/typecheck log files.
  • Add compiled signals-implicit-mode contract build JSON artifacts to version control.

@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented May 23, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/dargon789-forge?upgradeToPro=build-rate-limit

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 23, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR checks in a large number of generated artifacts, including Turbo build/test/lint/typecheck logs across multiple packages and compiled JSON ABIs/build-info for the signals-implicit-mode Solidity contracts.

File-Level Changes

Change Details Files
Checked in Turbo daemon and per-package build/test/lint/typecheck log artifacts.
  • Added Turbo daemon logs under project-level .turbo/daemon and preferences configuration for the TUI.
  • Added Turbo build/lint/typecheck logs for extras/docs and extras/web.
  • Added Turbo build/test/typecheck logs for multiple backend service packages and wallet-related packages.
  • Added Turbo lint/typecheck logs for the repo UI.
  • Added Turbo build logs for several Vercel temporary deployment directories.
.turbo/daemon/24e27c0712364aca-turbo.log.2025-11-20
.turbo/daemon/24e27c0712364aca-turbo.log.2025-11-24
.turbo/daemon/358f015c34996b37-turbo.log.2025-11-20
.turbo/preferences/tui.json
extras/docs/.turbo/turbo-build.log
extras/docs/.turbo/turbo-lint.log
extras/docs/.turbo/turbo-typecheck.log
extras/web/.turbo/turbo-build.log
extras/web/.turbo/turbo-lint.log
extras/web/.turbo/turbo-typecheck.log
packages/services/api/.turbo/turbo-build.log
packages/services/api/.turbo/turbo-test.log
packages/services/api/.turbo/turbo-typecheck.log
packages/services/builder/.turbo/turbo-build.log
packages/services/builder/.turbo/turbo-test.log
packages/services/builder/.turbo/turbo-typecheck.log
packages/services/guard/.turbo/turbo-build.log
packages/services/guard/.turbo/turbo-test.log
packages/services/guard/.turbo/turbo-typecheck.log
packages/services/identity-instrument/.turbo/turbo-build.log
packages/services/identity-instrument/.turbo/turbo-test.log
packages/services/indexer/.turbo/turbo-build.log
packages/services/indexer/.turbo/turbo-test.log
packages/services/indexer/.turbo/turbo-typecheck.log
packages/services/marketplace/.turbo/turbo-build.log
packages/services/marketplace/.turbo/turbo-test.log
packages/services/marketplace/.turbo/turbo-typecheck.log
packages/services/metadata/.turbo/turbo-build.log
packages/services/metadata/.turbo/turbo-test.log
packages/services/metadata/.turbo/turbo-typecheck.log
packages/services/relayer/.turbo/turbo-build.log
packages/services/relayer/.turbo/turbo-typecheck.log
packages/utils/abi/.turbo/turbo-build.log
packages/utils/abi/.turbo/turbo-test.log
packages/utils/abi/.turbo/turbo-typecheck.log
packages/wallet/core/.turbo/turbo-build.log
packages/wallet/core/.turbo/turbo-test.log
packages/wallet/core/.turbo/turbo-typecheck.log
packages/wallet/dapp-client/.turbo/turbo-build.log
packages/wallet/dapp-client/.turbo/turbo-typecheck.log
packages/wallet/primitives-cli/.turbo/turbo-build.log
packages/wallet/primitives-cli/.turbo/turbo-lint.log
packages/wallet/primitives-cli/.turbo/turbo-typecheck.log
packages/wallet/primitives/.turbo/turbo-build.log
packages/wallet/primitives/.turbo/turbo-test.log
packages/wallet/primitives/.turbo/turbo-typecheck.log
packages/wallet/wdk/.turbo/turbo-build.log
packages/wallet/wdk/.turbo/turbo-typecheck.log
repo/ui/.turbo/turbo-lint.log
repo/ui/.turbo/turbo-typecheck.log
vercel/v10/tmp/_tmp_1210640_11cd8ca49780b7c5aaa9a5f0f4076495/.turbo/turbo-build.log
vercel/v10/tmp/_tmp_1210640_3a14409d5de174aeff15bca99179df87/.turbo/turbo-build.log
vercel/v10/tmp/_tmp_1210640_8f261f9509699b92854611cbd1e608aa/.turbo/turbo-build.log
vercel/v10/tmp/_tmp_1210640_aab55c21ab628b8874515a58792e63d5/.turbo/turbo-build.log
vercel/v10/tmp/_tmp_1210640_eafdaaa9e8b8b40741e8a41f51c2c440/.turbo/turbo-build.log
Checked in compiled JSON artifacts for the signals-implicit-mode Solidity contracts and related libraries/tests.
  • Added ABI/bytecode JSON artifacts for core contracts such as SignalsImplicitMode, ImplicitProjectRegistry, and related interfaces.
  • Added JSON artifacts for supporting libraries including LibAttestation, LibBytes, Payload, and various std libraries.
  • Added build-info JSON files for the signals-implicit-mode compilation outputs, including test contracts and helpers.
lib/signals-implicit-mode/out/Attestation.sol/LibAttestation.json
lib/signals-implicit-mode/out/Base.sol/CommonBase.json
lib/signals-implicit-mode/out/Base.sol/ScriptBase.json
lib/signals-implicit-mode/out/Base.sol/TestBase.json
lib/signals-implicit-mode/out/Deploy.s.sol/Deploy.json
lib/signals-implicit-mode/out/ERC165.sol/ERC165.json
lib/signals-implicit-mode/out/IERC165.sol/IERC165.json
lib/signals-implicit-mode/out/IImplicitProjectRegistry.sol/IImplicitProjectRegistry.json
lib/signals-implicit-mode/out/IImplicitProjectValidation.sol/IImplicitProjectValidation.json
lib/signals-implicit-mode/out/IMulticall3.sol/IMulticall3.json
lib/signals-implicit-mode/out/ISignalsImplicitMode.sol/ISignalsImplicitMode.json
lib/signals-implicit-mode/out/ISingletonFactory.sol/ISingletonFactory.json
lib/signals-implicit-mode/out/ImplicitProjectRegistry.sol/ImplicitProjectRegistry.json
lib/signals-implicit-mode/out/ImplicitProjectRegistry.t.sol/ImplicitProjectRegistryTest.json
lib/signals-implicit-mode/out/LibBytes.sol/LibBytes.json
lib/signals-implicit-mode/out/Payload.sol/Payload.json
lib/signals-implicit-mode/out/Script.sol/Script.json
lib/signals-implicit-mode/out/SignalsImplicitMode.sol/SignalsImplicitMode.json
lib/signals-implicit-mode/out/SignalsImplicitMode.t.sol/SignalsImplicitModeTest.json
lib/signals-implicit-mode/out/SignalsImplicitModeMock.sol/SignalsImplicitModeMock.json
lib/signals-implicit-mode/out/SingletonDeployer.s.sol/SingletonDeployer.json
lib/signals-implicit-mode/out/StdAssertions.sol/StdAssertions.json
lib/signals-implicit-mode/out/StdChains.sol/StdChains.json
lib/signals-implicit-mode/out/StdCheats.sol/StdCheats.json
lib/signals-implicit-mode/out/StdCheats.sol/StdCheatsSafe.json
lib/signals-implicit-mode/out/StdConstants.sol/StdConstants.json
lib/signals-implicit-mode/out/StdError.sol/stdError.json
lib/signals-implicit-mode/out/StdInvariant.sol/StdInvariant.json
lib/signals-implicit-mode/out/StdJson.sol/stdJson.json
lib/signals-implicit-mode/out/StdMath.sol/stdMath.json
lib/signals-implicit-mode/out/StdStorage.sol/stdStorage.json
lib/signals-implicit-mode/out/StdStorage.sol/stdStorageSafe.json
lib/signals-implicit-mode/out/StdStyle.sol/StdStyle.json
lib/signals-implicit-mode/out/StdToml.sol/stdToml.json
lib/signals-implicit-mode/out/StdUtils.sol/StdUtils.json
lib/signals-implicit-mode/out/Test.sol/Test.json
lib/signals-implicit-mode/out/TestHelper.sol/TestHelper.json
lib/signals-implicit-mode/out/Vm.sol/Vm.json
lib/signals-implicit-mode/out/Vm.sol/VmSafe.json
lib/signals-implicit-mode/out/build-info/c08ca214f50efb5e.json
lib/signals-implicit-mode/out/build-info/fac03bf294c3c997.json
lib/signals-implicit-mode/out/console.sol/console.json
lib/signals-implicit-mode/out/safeconsole.sol/safeconsole.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 23, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • This PR is adding a lot of generated artifacts (Turbo logs, build outputs under .turbo/, vercel/v10/tmp, and lib/signals-implicit-mode/out JSONs); these should generally be gitignored rather than committed to keep the repo clean and avoid noisy diffs.
  • Consider adding appropriate patterns to .gitignore (e.g. .turbo/, vercel/**/tmp/, and the Solidity build output directory) so these files are not reintroduced in future commits.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- This PR is adding a lot of generated artifacts (Turbo logs, build outputs under `.turbo/`, `vercel/v10/tmp`, and `lib/signals-implicit-mode/out` JSONs); these should generally be gitignored rather than committed to keep the repo clean and avoid noisy diffs.
- Consider adding appropriate patterns to `.gitignore` (e.g. `.turbo/`, `vercel/**/tmp/`, and the Solidity build output directory) so these files are not reintroduced in future commits.

Fix all in Cursor


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Dargon789 Dargon789 force-pushed the 0xsequence/master branch from a4d6066 to 318af47 Compare May 23, 2026 07:11
@vercel vercel Bot temporarily deployed to Preview – sequence-js-docs May 23, 2026 07:11 Inactive
@vercel vercel Bot temporarily deployed to Preview – sequence-js-web May 23, 2026 07:11 Inactive
@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sequence-js-docs Canceled Canceled May 23, 2026 7:11am
sequence-js-web Canceled Canceled May 23, 2026 7:11am

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request incorrectly includes transient build artifacts, logs, and compiled contract JSONs that should be excluded from version control. Reviewer feedback identifies that these committed logs reveal critical build issues, specifically a dependency resolution error in the primitives-cli package and a TypeScript safety violation in dapp-client. It is recommended to remove these artifacts, update the .gitignore file, and resolve the underlying code errors identified.

Comment thread .turbo/daemon/24e27c0712364aca-turbo.log.2025-11-20
Comment thread lib/signals-implicit-mode/out/Attestation.sol/LibAttestation.json
Comment thread packages/wallet/primitives-cli/.turbo/turbo-typecheck.log
Comment thread packages/wallet/dapp-client/.turbo/turbo-build.log
@Dargon789 Dargon789 closed this May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants