ethereum-oasis-op / baseline

The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and reference implementations.
https://docs.baseline-protocol.org
Other
576 stars 237 forks source link

814 sri extend the e2e test to verify the cah was created from the public inputs payload and accompanying witness #822

Closed ognjenkurtic closed 2 months ago

ognjenkurtic commented 2 months ago

Description

Extends the e2e test to verify that the CAH is stored on chain after each tx execution, and that it matches the leaf value in the state tree.

Related Issue

814

Motivation and Context

Verifies tx execution

How Has This Been Tested

Ran the e2e test

Screenshots (if appropriate)

Types of changes

Checklist

ognjenkurtic commented 2 months ago

@Therecanbeonlyone1969 ready