Skip to content

7 bug release workflow failed#527

Closed
Dargon789 wants to merge 14 commits into
mainfrom
7-bug-release-workflow-failed
Closed

7 bug release workflow failed#527
Dargon789 wants to merge 14 commits into
mainfrom
7-bug-release-workflow-failed

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

Motivation

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

console_sol,
)
raw_sigs = [s.strip().strip('"') for s in sig_strings]
sigs = [
s.replace("string", "string memory").replace("bytes)", "bytes memory)")
re.sub(r"(\w+\[\])", r"\1 memory", s)
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.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 300 files, and this pull request has 475

@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 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

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 7, 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

@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 introduces several significant updates, including the addition of Tempo-specific wallet and virtual address registry commands, enhancements to the Anvil backend for multi-endpoint fork support, and improvements to the cast CLI. The review identified a critical issue where call scopes were silently ignored on pre-T3 hardforks, a potential division-by-zero error in the nightly benchmark regression script, and a race condition in the virtual address log watcher. The suggested improvements for these issues have been incorporated into the feedback.

Comment thread crates/cast/src/cmd/keychain.rs
Comment thread .github/scripts/compare-nightly.sh Outdated
Comment thread crates/cast/src/cmd/vaddr/watch.rs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@vercel

This comment was marked as resolved.

Base automatically changed from master to main May 7, 2026 02:31
@Dargon789 Dargon789 closed this May 7, 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.

3 participants