Commit Graph

28 Commits

Author SHA1 Message Date
sinu
faba8c6b3c run singlethreaded 2024-06-27 07:28:58 -07:00
sinu
b0e99cd3b1 giving up for now 2024-06-26 14:35:42 -07:00
sinu
84398d81dd run prover in worker 2024-06-26 13:03:26 -07:00
Hendrik Eeckhaut
353b3981ca Config logging (#51)
* feat: Configurable logging

#48

* feat: allow to set logging filter at start of app

* chore: fix linter

---------

Co-authored-by: tsukino <0xtsukino@gmail.com>
2024-05-21 09:27:20 -04:00
tsukino
42dd75526e fix: parse version from notary url (#45)
* fix: parse version from notary url

* fix: rename variable

* fix: bump version in demo

* fix: change version in quickstart.md
2024-04-09 12:44:28 -04:00
tsukino
73c2a2b631 fix: fix url in prover.rs 2024-04-09 23:50:58 +08:00
Hendrik Eeckhaut
672bd79cec Changes for alpha5 release (#44)
* WIP: preparing for alpha5 release

* Put version number in notary url

* chore: updating deps for alpha-5 release

* refactor: updated prover and request options for alpha-5

* chore: adding tracing crate back

* feature: max_sent_data set to the length of the request as per sinu

---------

Co-authored-by: Tanner Shaw <traumaaa@gmail.com>
2024-04-09 09:44:00 -04:00
Hendrik Eeckhaut
e2940efd9e Set up a tracing subscriber to push TLSN logs to the console #34 (#42)
feat: Use tracing_web instead of web_sys logging

#34
2024-03-29 08:33:51 +01:00
Hendrik Eeckhaut
36e9a9fcf4 Update Hyper dependency (#33)
chore: Update hyper dependency to 1.1

Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
2024-03-12 14:13:02 +01:00
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
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
68c4a23598 test: added Rust WASM test for the Verifier
+ Run WASM test with GitHub actions
2024-03-08 11:54:50 +01: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
238a64bf2b feat: Improve order of operations to avoid server timeouts (#19)
#18
2024-02-16 04:59:23 -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
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
Kevin Mai-Husan Chia
bbceb9f485 fix: replace functions that panic (#3) 2024-01-06 22:13:41 -05: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
3eaba9477b update wasm 2023-11-15 08:23:15 +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