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

SRI - Fix errors in e2e tests #769

Open skosito opened 10 months ago

skosito commented 10 months ago

Overview

Running e2e tests has 2 problems:

  1. error message even though tests pass Failed execution of transaction with id <uuid>. Error: NotImplementedException: Not Implemented

  2. hangs after execution, currently fixed with --forceExit

Acceptance

  1. Error message should not appear during e2e tests execution
  2. Ideally we should not use --forceExit flag, check if possible to somehow fix jest hanging.
ognjenkurtic commented 7 months ago

@biscuitdey could you please open the remaining issues that are necessary to make the e2e test green?