Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: native tmux-based network e2e #9036

Merged
merged 36 commits into from
Oct 8, 2024
Merged

feat: native tmux-based network e2e #9036

merged 36 commits into from
Oct 8, 2024

Conversation

ludamad
Copy link
Collaborator

@ludamad ludamad commented Oct 6, 2024

For debugging
Screenshot 2024-10-06 at 10 17 30 PM

import subprocess
import json
import heapq

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bundled because useful

export VALIDATOR_DISABLED="true"
export SEQ_MAX_SECONDS_BETWEEN_BLOCKS="0"
export SEQ_MIN_TX_PER_BLOCK="1"
export P2P_TCP_ANNOUNCE_ADDR="0.0.0.0:40400"
Copy link
Member

Choose a reason for hiding this comment

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

I recall in the past i had issues where the announce addresses was not 127.0.0.1. But I cannot recall why - writing this just incase

@ludamad ludamad marked this pull request as ready for review October 7, 2024 19:42
Copy link
Contributor

github-actions bot commented Oct 8, 2024

Changes to circuit sizes

Generated at commit: f41f8121e9572cf195df9aa5063fe7ff94069a04, compared to commit: 97e4b9b2e0d37575b6b5e4c7a22f85b60d1f418b

🧾 Summary (100% most significant diffs)

Program ACIR opcodes (+/-) % Circuit size (+/-) %
rollup_block_root -32 ✅ -0.76% -32 ✅ -0.00%
public_kernel_tail +750 ❌ +0.29% -253 ✅ -0.01%
rollup_block_root_empty -32 ✅ -25.60% -32 ✅ -1.10%
rollup_block_merge -21,280 ✅ -51.23% -51,786 ✅ -2.61%
rollup_root -21,280 ✅ -51.25% -51,786 ✅ -2.61%

Full diff report 👇
Program ACIR opcodes (+/-) % Circuit size (+/-) %
rollup_block_root 4,154 (-32) -0.76% 2,837,120 (-32) -0.00%
public_kernel_tail 259,172 (+750) +0.29% 2,269,986 (-253) -0.01%
rollup_block_root_empty 93 (-32) -25.60% 2,875 (-32) -1.10%
rollup_block_merge 20,255 (-21,280) -51.23% 1,931,570 (-51,786) -2.61%
rollup_root 20,239 (-21,280) -51.25% 1,931,554 (-51,786) -2.61%

@ludamad ludamad enabled auto-merge (squash) October 8, 2024 12:57
@@ -25,7 +25,7 @@ export class DeployProvenTx<TContract extends Contract = Contract> extends Prove
*/
public override send(): DeploySentTx<TContract> {
const promise = (() => {
return this.wallet.sendTx(this);
return this.wallet.sendTx(this.getPlainDataTx());
Copy link
Member

Choose a reason for hiding this comment

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

just checking that this was meant to be in this PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, this is needed to fix serialization. Signed off by grego

@ludamad ludamad merged commit f9fc73a into master Oct 8, 2024
50 checks passed
@ludamad ludamad deleted the ad/native-tmux-e2e branch October 8, 2024 16:11
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