Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1 api #110

Merged
merged 67 commits into from
Mar 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
2b8352c
adjust getKeys
callebtc Nov 29, 2023
a5affdc
mint works
callebtc Nov 29, 2023
f790539
add some tests
callebtc Nov 29, 2023
35a7455
try docker-compose
callebtc Nov 29, 2023
d071952
remove node version
callebtc Nov 29, 2023
00f1c0d
try again
callebtc Nov 29, 2023
aaf7842
remove newkeys
callebtc Nov 29, 2023
6d04486
slowly fixing tests
callebtc Nov 29, 2023
7630d74
generate only hex secrets
callebtc Nov 29, 2023
a94e42c
mostly working but something is wrong with crypto
callebtc Nov 29, 2023
83b1693
load keys before receive
callebtc Nov 29, 2023
a84cc18
generate 64 character hex string
callebtc Nov 29, 2023
100ae41
renamed requestTokens->mintTokens and payLnInvoice->meltTokens
callebtc Nov 29, 2023
f3a998a
remove unused imports
callebtc Nov 29, 2023
0f46b99
check docker
callebtc Nov 29, 2023
dc507b6
start mint?
callebtc Nov 29, 2023
6b7887b
fix
callebtc Nov 29, 2023
a109881
fix
callebtc Nov 29, 2023
5945e3e
add curl
callebtc Nov 29, 2023
042c8d0
trigger CI
callebtc Nov 29, 2023
8215328
trigger CI
callebtc Nov 29, 2023
6e6fdf0
trigger CI
callebtc Nov 29, 2023
d0b28d4
gotta try it
callebtc Nov 29, 2023
a891cc5
gotta try it
callebtc Nov 29, 2023
a5615d6
trigger CI
callebtc Nov 29, 2023
077697d
trigger CI
callebtc Nov 29, 2023
11b32d5
trigger CI
callebtc Nov 29, 2023
36b326c
trigger CI
callebtc Nov 29, 2023
0e2c951
trigger CI
callebtc Nov 29, 2023
0d16b3f
trigger CI
callebtc Nov 29, 2023
fbb8395
trigger CI
callebtc Nov 29, 2023
0093db0
trigger CI
callebtc Nov 29, 2023
5f34392
trigger CI
callebtc Nov 29, 2023
fc38b0f
trigger CI
callebtc Nov 29, 2023
3508bbf
trigger CI
callebtc Nov 29, 2023
90c7a31
trigger CI
callebtc Nov 29, 2023
f1685ed
trigger CI
callebtc Nov 29, 2023
22242bc
trigger CI
callebtc Nov 29, 2023
84d6cfa
try macos
callebtc Nov 29, 2023
3f2e8a0
try macos
callebtc Nov 29, 2023
66be50b
disable docker pipeline
callebtc Nov 29, 2023
848a0f5
tests on push
callebtc Nov 30, 2023
2fce7d7
Merge branch 'main' into v1_api
callebtc Feb 23, 2024
e53a248
Merge branch 'staging' into v1_api
callebtc Feb 24, 2024
91a66cb
merge staging
callebtc Feb 24, 2024
f9f56e2
Merge branch 'development' into v1_api
callebtc Feb 24, 2024
43fea05
reenable integration test
callebtc Feb 24, 2024
77702da
Node JS CI for all pushes
callebtc Feb 24, 2024
0a7a546
try integration test without docker compose
callebtc Feb 24, 2024
a39c058
try system docker
callebtc Feb 24, 2024
fa6b149
add sleep
callebtc Feb 24, 2024
40b5f81
CI
callebtc Feb 24, 2024
2f4d58c
fix all API changes
callebtc Feb 24, 2024
f57757f
format
gandlafbtc Feb 27, 2024
6bee3b3
fix custom requests
gandlafbtc Feb 27, 2024
60ddb73
add keyset test and type
gandlafbtc Feb 27, 2024
77c8b5f
change param to keysetId for consistencey
gandlafbtc Feb 27, 2024
598ec08
Token state check with Y, https://github.com/cashubtc/nuts/pull/93
callebtc Mar 7, 2024
a2c3954
rename integration test
callebtc Mar 7, 2024
31c1af3
Merge branch 'v1_api' of https://github.com/cashubtc/cashu-ts into v1…
callebtc Mar 7, 2024
f46001b
fix Y response
callebtc Mar 7, 2024
086f896
use nutshell 0.15.1
callebtc Mar 17, 2024
6a2544b
fixes for keyset
gandlafbtc Mar 21, 2024
b2fe1d2
remove some unused imports
gandlafbtc Mar 21, 2024
8d92c51
fix info response type
gandlafbtc Mar 23, 2024
322a7f0
add doc to new type
gandlafbtc Mar 23, 2024
152ade8
format
gandlafbtc Mar 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try macos
  • Loading branch information
callebtc committed Nov 29, 2023
commit 3f2e8a0f9f174aa3e99227e4cf6876f0a82cde0d
5 changes: 3 additions & 2 deletions .github/workflows/nutshell-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
runs-on: macos-latest
steps:
- name: Set up Docker Compose
uses: adambirds/docker-compose-action@v1.3.0
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Checkout Nutshell repository
uses: actions/checkout@v2
with:
repository: 'cashubtc/nutshell'
ref: 'docker-network-mode-host'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build and start mint
Expand Down
Loading