Merge branch 'development' into auth #820
Annotations
10 errors
test/request.test.ts > requests > request with body contains the correct headers:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.checkMeltQuote src/CashuMint.ts:326:31
❯ CashuWallet.checkMeltQuote src/CashuWallet.ts:786:37
❯ test/request.test.ts:43:16
|
test/request.test.ts > requests > global custom headers can be set:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.checkMeltQuote src/CashuMint.ts:326:31
❯ CashuWallet.checkMeltQuote src/CashuWallet.ts:786:37
❯ test/request.test.ts:68:16
|
test/request.test.ts > requests > request with body contains the correct headers:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.checkMeltQuote src/CashuMint.ts:326:31
❯ CashuWallet.checkMeltQuote src/CashuWallet.ts:786:37
❯ test/request.test.ts:43:16
|
test/request.test.ts > requests > global custom headers can be set:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.checkMeltQuote src/CashuMint.ts:326:31
❯ CashuWallet.checkMeltQuote src/CashuWallet.ts:786:37
❯ test/request.test.ts:68:16
|
test/wallet.test.ts > test fees > test melt quote fees:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.checkMeltQuote src/CashuMint.ts:326:31
❯ CashuWallet.checkMeltQuote src/CashuWallet.ts:786:37
❯ test/wallet.test.ts:167:28
|
test/wallet.test.ts > receive > test receive encoded token:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.swap src/CashuMint.ts:122:31
❯ CashuWallet.receive src/CashuWallet.ts:316:42
❯ test/wallet.test.ts:193:18
|
test/wallet.test.ts > receive > test receive raw token:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.swap src/CashuMint.ts:122:31
❯ CashuWallet.receive src/CashuWallet.ts:316:42
❯ test/wallet.test.ts:219:18
|
test/wallet.test.ts > receive > test receive custom split:
src/CashuMint.ts#L60
Error: No more proofs to pop
❯ CashuMint.popBlindAuthToken src/CashuMint.ts:60:10
❯ CashuMint.swap src/CashuMint.ts:122:31
❯ CashuWallet.receive src/CashuWallet.ts:316:42
❯ test/wallet.test.ts:255:18
|
test/wallet.test.ts > receive > test receive tokens already spent:
test/wallet.test.ts#L277
AssertionError: expected Error: No more proofs to pop to deeply equal Error: tokens already spent. Secret: asda…
- Expected
+ Received
- [Error: tokens already spent. Secret: asdasdasd]
+ [Error: No more proofs to pop]
❯ test/wallet.test.ts:277:18
|
test/wallet.test.ts > receive > test receive could not verify proofs:
test/wallet.test.ts#L290
AssertionError: expected Error: No more proofs to pop to deeply equal Error: could not verify proofs.
- Expected
+ Received
- [Error: could not verify proofs.]
+ [Error: No more proofs to pop]
❯ test/wallet.test.ts:290:18
|