Open Kodylow opened 8 months ago
We need a tests script that will:
start a regtest federation like we do in devimint, see fedimint/ui for an example
start a fedimint-http client and connect it to the devimint federation
Go through all of the exposed endpoints: admin, mint, ln, and onchain hitting them with mock data and asserting the correct responses.
Report which endpoints fail.
Then for each of the sdks we'll make a tests script that creates an sdk-client and hits all the same methods and asserts the same responses.
We need a tests script that will:
start a regtest federation like we do in devimint, see fedimint/ui for an example
start a fedimint-http client and connect it to the devimint federation
Go through all of the exposed endpoints: admin, mint, ln, and onchain hitting them with mock data and asserting the correct responses.
Report which endpoints fail.
Then for each of the sdks we'll make a tests script that creates an sdk-client and hits all the same methods and asserts the same responses.