94 Commits

Author SHA1 Message Date
Hendrik Eeckhaut
0bc25357de feat: Simplified fetch method (Rust wasm_bindgen) 2024-03-12 10:10:29 +01:00
Hendrik Eeckhaut
a94b82462c refactor: Split Prover and Verifier in separate files
# Conflicts:
#	wasm/prover/src/lib.rs
2024-03-12 10:10:29 +01:00
Hendrik Eeckhaut
cac7ae4ce6 ci: Update versions in GitHub build action + correct cache setting 2024-03-12 10:04:13 +01:00
sinu
6e5184b8aa enable deferred decryption a bit later 2024-03-11 15:03:34 +01:00
sinu
dd6edfc8a3 feat: enable deferred decryption 2024-03-11 15:03:34 +01:00
Hendrik Eeckhaut
c286586fce Update readme.md 2024-03-11 08:59:52 +01:00
Hendrik Eeckhaut
68c4a23598 test: added Rust WASM test for the Verifier
+ Run WASM test with GitHub actions
2024-03-08 11:54:50 +01:00
Hendrik Eeckhaut
5d67c5bd08 ci: Updated github actions 2024-03-08 11:54:50 +01:00
Hendrik Eeckhaut
cf0c3a8a7e ci: Disable Typescript tests for now 2024-03-08 11:54:50 +01:00
tsukino
06189d6bdf chore: version update 2024-02-22 09:35:43 -07:00
tsukino
bc93d4e46b fix(wasm): change commit_sent to commit_recv (#23)
* fix(wasm): change commit_sent to commit_recv

* fix: fix tests (alpha4)

* test: Test redactions

* fix: skip puppeteer chrome install

* chore: fix linter

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-02-22 10:54:35 -05:00
Hendrik Eeckhaut
9eeb1914af feat: Better logging in prover task
# Conflicts:
#	wasm/prover/src/lib.rs
2024-02-22 12:02:05 +01:00
Hendrik Eeckhaut
1415792f9e fix: correct tlsn-js dependency + add wasm to build result (#21) 2024-02-18 04:36:20 -05:00
tsukino
644ece89e3 chore: fix test specs (#20) v0.1.0-alpha.4 2024-02-16 05:03:00 -05:00
Hendrik Eeckhaut
238a64bf2b feat: Improve order of operations to avoid server timeouts (#19)
#18
2024-02-16 04:59:23 -05:00
tsukino
829b59df81 chore: add react/typescript demo and quick start (#14)
* chore: add react/typescript demo and quick start

# Conflicts:
#	package.json

* doc: improve quickstart

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-02-15 05:52:50 -05:00
Hendrik Eeckhaut
afe9e48740 Update tlsn-js to use tlsn alpha4 (#17)
* build: Update tlsn dependency to v0.1.0-alpha.4

* chore: resolve lint warnings
2024-02-15 01:06:50 -05:00
tsukino
079f1a314c chore: add unit test using puppeteer (#12)
* chore: add unit test using puppeteer

* chore: add package-lock

* chore: add package-lock

* fix: temporary workaround for issue in time crate

* experimenting with tests

* chore: make testRunner more modular

* feat: add simple-verify test

* chore: add test to github action

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-02-08 21:45:31 -05:00
tsukino
b8d76aa9bc chore: update package-lock 2024-02-01 10:37:32 +08:00
tsukino
7603b3de13 feat: add public key override to verify (#13) 2024-01-31 21:33:34 -05:00
tsukino
e7f46fc41b Revert "fix: api change in SessionProof" (#11) 2024-01-30 09:48:19 -05:00
Hendrik Eeckhaut
3ba4269fdc fix: api change in SessionProof (#7) 2024-01-30 09:42:01 -05:00
Hendrik Eeckhaut
6933e16ca6 docs: added note on wasm compilation with clang to README (#9) 2024-01-30 09:41:14 -05:00
tsukino
4f9c6f3ee6 fix: enable error catching for wasm module (#10)
* wip: testing error catching

* chore: version update

* chore: add mocha test boilerplate

* chore: fix linter
2024-01-30 09:38:18 -05:00
Hendrik Eeckhaut
015dd1b358 build: Set TLSN dependencies to a fixed version (tag) (#8)
* build: Set fixed versions for TLSN dependencies

* Format Cargo file
2024-01-20 23:31:08 -05:00
tsukino
a401d7830c update readme 2024-01-08 18:11:26 -04:00
tsukino
866d1b746f new build for error catching (#6) 2024-01-08 17:08:48 -05:00
Kevin Mai-Husan Chia
bbceb9f485 fix: replace functions that panic (#3) 2024-01-06 22:13:41 -05:00
Hendrik Eeckhaut
8ee0992be2 Merge pull request #5 from mhchia/chore/update-ws-stream-wasm
Update ws_stream_wasm link
2023-12-29 15:43:02 +01:00
Hendrik Eeckhaut
e3550b4778 Merge pull request #2 from tlsnotary/githubactions
Added GitHub workflows
2023-12-29 11:42:13 +01:00
mhchia
98cedbdc17 chore: update ws_stream_wasm link 2023-12-29 18:24:14 +08:00
Hendrik Eeckhaut
bf40c33e29 Added GitHub build workflow
lint at the end of the build workflow

# Conflicts:
#	package.json
#	src/worker.ts
2023-12-29 11:13:06 +01:00
Hendrik Eeckhaut
b8d22393f4 Merge pull request #4 from mhchia/build/add-vscode-settings
Add vscode settings for rust-analyzer
2023-12-29 10:22:14 +01:00
mhchia
aaaaba18de chore: add vscode settings for rust-analyzer 2023-12-29 15:10:43 +08:00
tsukino
ddcf75fc5f v0.0.2 2023-12-19 21:11:10 -08:00
0xtsukino
c9b53219f2 finish package 2023-12-15 02:07:48 -05:00
0xtsukino
d43ede2d49 fix wasm build 2023-11-16 09:46:19 +03:00
0xtsukino
3eaba9477b update wasm 2023-11-15 08:23:15 +03:00
0xtsukino
1295207681 fix test script 2023-11-14 09:51:48 +03:00
0xtsukino
13c673dc0c version 0.0.1 2023-11-14 09:42:02 +03:00
0xtsukino
92d70032d9 add read me and remove comlink 2023-11-14 09:41:01 +03:00
0xtsukino
d20878400f add prover and verifier wasm libs 2023-11-14 09:19:56 +03:00
0xtsukino
a9fa4151ac basic setup 2023-11-14 07:10:20 +03:00
0xtsukino
93ab8fb0e8 initial commit 2023-11-11 15:29:57 -08:00