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!: Unique L1 to L2 messages #9492

Merged
merged 9 commits into from
Oct 30, 2024
Prev Previous commit
Next Next commit
Fix simulator unit test
spalladino committed Oct 30, 2024

Unverified

No user is associated with the committer email.
commit 0a93684e301f3b01def94a3f628c040e403bff27
Original file line number Diff line number Diff line change
@@ -596,7 +596,7 @@ describe('Private Execution test suite', () => {
const artifact = getFunctionArtifact(TestContractArtifact, 'consume_mint_private_message');
let bridgedAmount = 100n;

const l1ToL2MessageIndex = 1;
const l1ToL2MessageIndex = 0;
const secretHashForRedeemingNotes = new Fr(2n);
let secretForL1ToL2MessageConsumption = new Fr(1n);