Skip to content

chore: assess number of eccvm rows before accumulation#21839

Open
iakovenkos wants to merge 14 commits intonextfrom
si/goblin-flush-infra
Open

chore: assess number of eccvm rows before accumulation#21839
iakovenkos wants to merge 14 commits intonextfrom
si/goblin-flush-infra

Conversation

@iakovenkos
Copy link
Contributor

.

// Overflow — flush then transplant
if shared_queue.get_num_rows() + app_rows + KERNEL_ECCVM_ROWS > ECCVM_CAPACITY:
flush_goblin()
insert_flush_kernel()
Copy link
Contributor

Choose a reason for hiding this comment

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

This is probably going to be some sort of boolean flags, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, hopefully just raising flags

@iakovenkos iakovenkos added the ci-full Run all master checks. label Mar 23, 2026
@iakovenkos iakovenkos marked this pull request as ready for review March 23, 2026 12:41
@@ -0,0 +1,120 @@
# Goblin Reset Design
Copy link
Contributor

Choose a reason for hiding this comment

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

We're getting there 👍

@AztecBot
Copy link
Collaborator

Flakey Tests

🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/72c6432f874956b7�72c6432f874956b78;;�): yarn-project/scripts/run_test.sh ethereum/src/l1_tx_utils/l1_fee_analyzer.test.ts (75s) (code: 0) group:e2e-p2p-epoch-flakes
\033FLAKED\033 (8;;http://ci.aztec-labs.com/d66b2e373c6db689�d66b2e373c6db6898;;�):  yarn-project/end-to-end/scripts/run_test.sh simple src/e2e_epochs/epochs_mbps.pipeline.parallel.test.ts "pipelining builds blocks using slot plus 1 proposer and proves them" (276s) (code: 0) group:e2e-p2p-epoch-flakes

@iakovenkos iakovenkos marked this pull request as draft March 23, 2026 14:34
@iakovenkos iakovenkos marked this pull request as ready for review March 23, 2026 15:01
Base automatically changed from merge-train/barretenberg to next March 24, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-full Run all master checks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants