refactor: use reqwest client

Using reqwest reduced code duplication since it can be used for both
wasm and non wasm targets.
This commit is contained in:
thesimplekid
2024-04-12 22:00:32 +01:00
parent ce207953a1
commit 391692e332
7 changed files with 114 additions and 505 deletions

View File

@@ -63,6 +63,9 @@ jobs:
build-args:
[
-p cdk,
-p cdk --no-default-features,
-p cdk --no-default-features --features wallet,
-p cdk --no-default-features --features all-nuts,
]
steps:
- name: Checkout