hedera-sdk-js icon indicating copy to clipboard operation
hedera-sdk-js copied to clipboard

Add CI Support for testing with the Solo Project

Open 0xivanov opened this issue 1 year ago • 1 comments

Problem

Currently, the SDK is tested against the Hedera Local Node in the CI pipeline. To enhance the coverage for DAB tests and ensure compatibility with the Solo project, we need to integrate testing for Solo into the CI workflow.

Solution

  • Setup the Solo Project locally and determine appropriate run steps. (https://github.com/hashgraph/solo)
  • Update SDK test configurations if needed.
  • Update the CI configuration of the SDK repo to include testing against the Solo project.
  • Ensure that the pipeline supports testing for both the Hedera Local Node and the Solo project.
  • Determine the appropriate CI structure. Could be a separate workflow, separate jobs in the same workflow, or a matrix strategy.

0xivanov avatar Jan 09 '25 09:01 0xivanov

We will be merging the PR related to this when the Solo action has been thoroughly tested in the other SDKs.

ivaylonikolov7 avatar Jun 25 '25 11:06 ivaylonikolov7