hardhat-ignition icon indicating copy to clipboard operation
hardhat-ignition copied to clipboard

Missing unit tests

Open alcuadrado opened this issue 1 year ago • 0 comments

This is a list of modules that require further unit testing because they are either error-prone and/or critical for Ignition to work correctly

  • [ ] packages/core/src/new-api/internal/new-execution/abi.ts
  • [ ] packages/core/src/new-api/internal/new-execution/future-processor/handlers/monitor-onchain-interaction.ts
  • [ ] packages/core/src/new-api/internal/new-execution/future-processor/handlers/query-static-call.ts
  • [ ] packages/core/src/new-api/internal/new-execution/future-processor/handlers/run-strategy.ts
  • [ ] packages/core/src/new-api/internal/new-execution/future-processor/handlers/send-transaction.ts
  • [ ] packages/core/src/new-api/internal/new-execution/future-processor/helpers/network-interaction-execution.ts
  • [ ] packages/core/src/new-api/internal/new-execution/future-processor/helpers/replay-strategy.ts
  • [ ] packages/core/src/new-api/internal/new-execution/execution-strategy-helpers.ts
  • [ ] packages/core/test/new-api/new-execution/libraries.ts

alcuadrado avatar Aug 27 '23 20:08 alcuadrado