nahmii / nahmii-2-sdk

The `@nahmii/sdk` package is an SDK to interact with Nahmii 2.0.
https://www.nahmii.io/
1 stars 2 forks source link

Deposit/withdrawals integration tests #19

Open HDauven opened 2 years ago

HDauven commented 2 years ago

Is your feature request related to a problem? Please describe. The current SDK lacks testing for all the edge cases that exist for deposit and withdrawals, requiring at minimum a round of manual testing after each change in that domain.

There currently exists a suite of integration tests for the flows within this package, but for both the sake of stability and documentation it makes sense to add a robust set of tests.

Describe the solution you'd like Integration tests that encompass the whole flow of a deposit and withdrawal.

Additional context Testing on a live network is slow. It should be taken into consideration that there are potentially two test environments:

Stepwise breakdown

Definition of done