Skip to content
Snippets Groups Projects
Commit 199d4bcb authored by Millicent Billette's avatar Millicent Billette
Browse files

v3.4.2

FIX: a little bit too mutch end2end in gva-client test.
parent 25061b56
No related branches found
No related tags found
No related merge requests found
Pipeline #17795 passed with warnings
...@@ -4,7 +4,7 @@ import * as app from './gva-client.mjs'; ...@@ -4,7 +4,7 @@ import * as app from './gva-client.mjs';
// TODO: handle GVASUB in gva-ws-client.mjs // TODO: handle GVASUB in gva-ws-client.mjs
// subscription{newBlocks{number}} // subscription{newBlocks{number}}
test('gva real server request', async t => { test.skip('gva real server request', async t => {
const hosts = ['https://g1.librelois.fr/gva']; const hosts = ['https://g1.librelois.fr/gva'];
const query = '{"query":"query($pubkey: PkOrScriptGva!) { balance(script: $pubkey) { amount }}","variables":{"pubkey":"2sZF6j2PkxBDNAqUde7Dgo5x3crkerZpQ4rBqqJGn8QT"}}'; const query = '{"query":"query($pubkey: PkOrScriptGva!) { balance(script: $pubkey) { amount }}","variables":{"pubkey":"2sZF6j2PkxBDNAqUde7Dgo5x3crkerZpQ4rBqqJGn8QT"}}';
// Unused result example : `{ "data": { "balance": { "amount": 0 } } }` // Unused result example : `{ "data": { "balance": { "amount": 0 } } }`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment