Skip to content

[Cadence Compiler/VM] Sync master#8593

Merged
turbolent merged 1401 commits into
feature/cadence-vmfrom
bastian/sync-cadence-vm-2
Jul 13, 2026
Merged

[Cadence Compiler/VM] Sync master#8593
turbolent merged 1401 commits into
feature/cadence-vmfrom
bastian/sync-cadence-vm-2

Conversation

@turbolent

@turbolent turbolent commented Jun 30, 2026

Copy link
Copy Markdown
Member

turbolent and others added 30 commits March 20, 2026 14:19
…-flow-go-to-fix-nodejs-20-deprecation-messages

Upgrade actions versions to replace deprecated Node.js 20
[Access] Export scheduled tx extended indexer types
…ytearrayconversionfuncs

[EVM] Use optimized byte slice conversion funcs in EVM
This commit caches EVM drycall results within a single transaction,
preventing redundant execution of identical read-only EVM calls.

The cache is invalidated within a transaction when EVM state-mutation
operations occur, such as Run(), BatchRun(), and similar methods.

The cache is reset at transaction boundaries using SwappableEnvironment
onSwap callbacks, triggered when the runtime is borrowed from or
returned to the runtime pool.
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 81879a1e-2a64-4b24-94ba-639471e35dca

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bastian/sync-cadence-vm-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@blacksmith-sh

This comment has been minimized.

@turbolent turbolent mentioned this pull request Jul 8, 2026
6 tasks
@turbolent turbolent marked this pull request as ready for review July 13, 2026 17:01
@turbolent turbolent requested a review from a team as a code owner July 13, 2026 17:01
@turbolent turbolent requested a review from SupunS July 13, 2026 17:02
@turbolent turbolent requested a review from a team July 13, 2026 17:31

@janezpodhostnik janezpodhostnik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I spot checked the conflict resolution. Thank you for providing it!

@turbolent turbolent merged commit 765f16c into feature/cadence-vm Jul 13, 2026
66 checks passed
@turbolent turbolent deleted the bastian/sync-cadence-vm-2 branch July 13, 2026 17:52
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.