-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'interledger:main' into backend-case-insensitiveness
- Loading branch information
Showing
104 changed files
with
4,422 additions
and
1,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
bruno/collections/Rafiki/Rafiki Admin APIs/Get Accounting Ledger Transfers.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
meta { | ||
name: Get Accounting Ledger Transfers | ||
type: graphql | ||
seq: 1 | ||
} | ||
|
||
post { | ||
url: {{RafikiGraphqlHost}}/graphql | ||
body: graphql | ||
auth: none | ||
} | ||
|
||
body:graphql { | ||
query AccountingTransfers($id: String!, $limit: Int) { | ||
accountingTransfers(id: $id, limit: $limit) { | ||
debits { | ||
id | ||
debitAccountId | ||
creditAccountId | ||
amount | ||
transferType | ||
ledger | ||
createdAt | ||
} | ||
credits { | ||
id | ||
debitAccountId | ||
creditAccountId | ||
amount | ||
transferType | ||
ledger | ||
createdAt | ||
} | ||
} | ||
} | ||
|
||
} | ||
|
||
body:graphql:vars { | ||
{ | ||
// Provide a 'ledger account identifier' (id): | ||
"id": "{{assetIdTigerBeetle}}" | ||
} | ||
} | ||
|
||
script:pre-request { | ||
const scripts = require('./scripts'); | ||
|
||
scripts.addApiSignatureHeader(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
vars { | ||
clientWalletAddress: https://ilp.rafiki.money/d99f0eee | ||
clientKeyId: e9a47ee7-99b3-4656-b85f-12431dbc16b9 | ||
senderWalletAddress: null | ||
receiverWalletAddress: https://ilp.rafiki.money/d99f0eee | ||
clientWalletAddress: https://ilp.rafiki.money/d99f0eee | ||
clientKeyId: e9a47ee7-99b3-4656-b85f-12431dbc16b9 | ||
RafikiGraphqlHost: http://localhost:3001 | ||
RafikiAuthGraphqlHost: http://localhost:3003 | ||
PeerGraphqlHost: http://localhost:4001 | ||
PeerAuthGraphqlHost: http://localhost:4003 | ||
cloudNineWalletWebhookUrl: http://localhost:3030/webhooks | ||
happyLifeBankWebhookUrl: http://localhost:3031/webhooks | ||
signatureUrl: https://kxu5d4mr4blcthphxomjlc4xk40rvdsx.lambda-url.eu-central-1.on.aws/ | ||
clientPrivateKey: LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1DNENBUUF3QlFZREsyVndCQ0lFSUUvMmFwQXduMlJPek5WNWd1L2ltZzdpT05rOWE1Ui9yakFxWVlUWHozZzgKLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQ== | ||
gfranklinWalletAddress: https://cloud-nine-wallet-backend/accounts/gfranklin | ||
bhamchestWalletAddress: https://cloud-nine-wallet-backend/accounts/bhamchest | ||
wbdcWalletAddress: https://cloud-nine-wallet-backend/accounts/wbdc | ||
pfryWalletAddress: https://happy-life-bank-backend/accounts/pfry | ||
planexWalletAddress: https://happy-life-bank-backend/accounts/planex | ||
asmithWalletAddress: https://happy-life-bank-backend/accounts/asmith | ||
larsWalletAddress: https://happy-life-bank-backend/accounts/lars | ||
davidWalletAddress: https://happy-life-bank-backend/accounts/david | ||
withdrawalTimeout: 60 | ||
backendApiSignatureVersion: 1 | ||
backendApiSignatureSecret: iyIgCprjb9uL8wFckR+pLEkJWMB7FJhgkvqhTQR/964= | ||
authApiSignatureVersion: 1 | ||
authApiSignatureSecret: rPoZpe9tVyBNCigm05QDco7WLcYa0xMao7lO5KG1XG4= | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.