mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-02 03:00:18 -04:00
Update to alpha.9 + added way to co-develop tlsn-wasm (#99)
This commit is contained in:
@@ -85,7 +85,7 @@ const { init, Prover, Presentation }: any = Comlink.wrap(
|
||||
console.log('presentation:', await presentation.serialize());
|
||||
console.timeEnd('prove');
|
||||
const json = await presentation.json();
|
||||
assert(json.version === '0.1.0-alpha.8');
|
||||
assert(json.version === '0.1.0-alpha.9');
|
||||
assert(new URL(json.meta.notaryUrl!).protocol === 'http:');
|
||||
|
||||
console.time('verify');
|
||||
|
||||
Reference in New Issue
Block a user