Tanner
0ee23111e9
feat: added matomo event for attestation verifications ( #46 )
2025-04-29 08:24:16 +02:00
tsukino
95e4e63cf3
feat: alpha.9 ( #44 )
2025-04-01 10:35:53 +02:00
Tanner
1ae41917de
Matomo tracking ( #41 )
...
* feat: adding matomo tracking to explorer
* Avoid build problem
---------
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org >
2025-03-05 18:54:28 -08:00
tsukino
b6294a222e
fix: remove logs and add back remove pair logic; fixed ws server ( #38 )
2024-11-06 05:49:28 -05:00
tsukino
047185906c
chore: disable delete pair for debugging ws server ( #37 )
2024-11-06 05:25:12 -05:00
tsukino
76a1fa717c
chore: add more logs for debugging ws server ( #36 )
2024-11-06 02:32:17 -05:00
tsukino
ce18598daf
chore: add log for debugging ws server ( #35 )
2024-11-06 02:15:28 -05:00
tsukino
cd4b22a6f0
feat: add rendezvous server for p2p prover via websocket ( #34 )
2024-11-06 01:44:09 -05:00
tsukino
abf3720f5f
fix: replace localhost with 127.0.0.1 ( #32 )
...
* fix: replace localhost with 127.0.0.1
* fix: handle notary server down
2024-10-31 07:25:18 -04:00
tsukino
fee516edb2
fix: check port number for notary url ( #31 )
2024-10-10 09:23:34 -04:00
Tanner
24cbc6a3ca
Implementing alpha.7 ( #30 )
2024-10-10 07:50:53 -04:00
sinu.eth
890094554a
Update readme.md ( #29 )
2024-10-07 08:54:08 +02:00
tsukino
3538f87ec9
fix: add alpha.6 build to docker ( #28 )
2024-08-20 02:18:57 -04:00
tsukino
259f8136eb
feat: integrate with v0.1.0-alpha.6 ( #27 )
2024-08-16 07:37:42 -04:00
tsukino
ec163171cb
fix: use svg instead of puppeteer for image generation ( #24 )
2024-06-13 04:51:06 -04:00
tsukino
b5bd2bb7ac
fix: try-catch on render ( #23 )
2024-06-11 10:55:24 -04:00
tsukino
bc32d1b74e
Revert "fix: add build step to build wasm ( #21 )" ( #22 )
...
This reverts commit 4144099c2b .
2024-06-11 10:18:04 -04:00
tsukino
4144099c2b
fix: add build step to build wasm ( #21 )
2024-06-11 10:04:34 -04:00
Hendrik Eeckhaut
7aff3485d8
docs: Add license information ( #17 )
2024-06-11 10:02:45 -04:00
tsukino
31875ee874
fix: localhost pubkey fetch error ( #20 )
...
* fix: localhost pubkey fetch error
* chore: remove dead code
2024-06-11 08:43:40 -04:00
Tanner
8403c286b0
Merge pull request #19 from tlsnotary/bug-fix
...
chore: fixing bug
2024-05-10 16:42:57 -07:00
Tanner Shaw
bccdb06a36
chore: fixing bug
2024-05-10 16:41:13 -07:00
Tanner
395106a1d4
Merge pull request #18 from tlsnotary/bug-fix
...
Changing EXPLORER_URL to fix proof upload
2024-05-10 16:34:33 -07:00
Tanner Shaw
a5cadca03b
refactor: trying to fix proof upload
2024-05-10 16:31:22 -07:00
tsukino
d8037d4e2a
fix: use correct explorer url
2024-04-16 15:37:32 +02:00
tsukino
242729e1ae
feat: implement new ux ( #15 )
...
* wip
* new pubkey input
* wip
* restyle upload to ipfs
* finish restyling
2024-04-16 09:17:07 -04:00
ntampakas
a44f2b46b7
Automated deployment on AWS Fargate ( #13 )
...
* Create Dockerfile for app
* Add deployment workflow
* Add aux scripts needed to build/deploy
2024-04-16 06:56:13 -04:00
Tanner
853edd726d
Merge pull request #11 from tlsnotary/pubkey-fetch
...
Public key fetched from notaryUrl in proofs
2024-04-15 20:39:58 +02:00
Tanner
76ad732431
Merge branch 'main' into pubkey-fetch
2024-04-15 20:39:48 +02:00
Tanner
c99453b425
Alpha 5 release ( #12 )
...
* chore: bump tlsn-js version to alpha.5
* chore: bump tlsn-js version to alpha.5
* chore: bumping tlsn-js version
---------
Co-authored-by: John Shaw <codetrauma@Johns-MacBook-Pro.local >
2024-04-09 12:53:19 -04:00
tsukino
ea732bbb6e
fix: allow ts in node modules when building ui
2024-04-05 23:19:19 +08:00
Tanner Shaw
f8f0707924
chore: fixing previous commit
2024-04-01 13:36:59 -07:00
Tanner Shaw
870af2ebeb
chore: fixing previous commit
2024-04-01 13:35:39 -07:00
Tanner Shaw
6d8357390d
refactor: added uploading state to proof uploading and fixed notary key store default state
2024-04-01 13:27:20 -07:00
tsukino
13cde40e6d
feat: implement server side render and img preview data ( #10 )
...
* wip: refactor SharedProof to enable ssr
* wip: add fetch file before rendering
* feat: add nodejs verifier
* feat: add image preview
2024-03-26 05:36:02 -04:00
Tanner Shaw
51dc0ef351
feature: fetch public key from notaryUrl in proof on upload
2024-03-21 10:37:30 -07:00
Tanner Shaw
9ef42e2c41
feature: fetch public key from notaryUrl in proof on shared proofs
2024-03-21 10:11:09 -07:00
tsukino
45322e33cc
feat: replace Helia with Pinata ( #9 )
...
* wip: testing pinata
* fix: replace helia with pinata.cloud
* chore: update gitignore
* feat: replace ipfs with pinata
2024-03-15 03:42:23 -04:00
Tanner
68de583281
feat: Upload/Get Proofs from IPFS ( #8 )
...
* feature: adding cid to proof store
* refactor: stringify cid on server side
* feature: route for /:cid to display proof details of shared proofs
* chore: removing clogs
* refactor: update imports and added useNotaryKey() hook
* refactor: adding store action to update selectedProof.IpfsCID
* refactor: proof is only uploaded to IPFS after user accepts now
* refactor: updated uploadFileToIpfs thunk
* refactor: refactored modal component to use createPortal
* feature: updated to alpha 4
* refactor: integrated modal component from tlsn-extension
* chore: changing port
* refactor: more styling
* refactor: fixed error on proof share if initial notary key doesn't verify proof
---------
Co-authored-by: John Shaw <codetrauma@Johns-MacBook-Pro.local >
2024-03-15 02:56:25 -04:00
tsukino
4b90377cb3
chore(server): update readme
2024-02-21 20:59:53 -05:00
tsukino
144c896c29
feat(server): add ipfs upload and retrieval
2024-02-21 20:59:53 -05:00
tsukino
1c0f8fb7c5
feat(server): add ipfs upload
2024-02-21 20:59:53 -05:00
tsukino
6f7e4a35bb
feat(server): add static file serving
2024-02-21 20:59:53 -05:00
tsukino
7ddd5674ca
refactor: directory structure for server and web
2024-02-21 20:59:53 -05:00
tsukino
2b7b747266
wip: add server boilerplate
2024-02-21 20:59:53 -05:00
Tanner Shaw
aa0e6ecf0a
refactor: moved keys to seperate json file
2024-02-20 08:38:16 -05:00
Tanner Shaw
98d96b9af8
feat: added ability to select between different uploaded proofs
2024-02-20 08:38:16 -05:00
Tanner Shaw
202fdde9a0
feat: added component and store to select and switch between different proofs
2024-02-20 08:38:16 -05:00
Tanner Shaw
fcae28df88
refactor: isValidPEMKey not returning false on errors
2024-02-20 08:38:16 -05:00
Tanner Shaw
416568d9a0
refactor: added errors to notary key component
2024-02-20 08:38:16 -05:00