Skip to content

Releases: tlsnotary/tlsn-extension

0.1.0.5

09 Apr 16:51
9890604
Compare
Choose a tag to compare
0.1.0.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.0.4...0.1.0.5

0.1.0.4

22 Feb 16:34
220c138
Compare
Choose a tag to compare
0.1.0.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.1.0.3...0.1.0.4

0.1.0.4 - Release Candidate 1

16 Feb 16:50
fec058f
Compare
Choose a tag to compare
Pre-release

⚠️ Known Issues

  • Cannot redact response body on some request (#44 )

What's Changed

Full Changelog: 0.1.0.3...0.1.0.4

TLSN Extension 0.1.0.3

09 Jan 04:44
Compare
Choose a tag to compare
Pre-release

Due to strict versioning requirement in extension manifest file, This release is intended to match version 0.1.0-alpha.3 on tlsn.

Known Issues

After making a notarization request, the extension stops working and the notarization request hangs forever

Since tlsn-js has limited error handling ability for now, some errors in wasm are not surfacing to the js side. Reloading the extension will make it work again.

Pre-Alpha Release

08 Nov 16:09
Compare
Choose a tag to compare
Pre-Alpha Release Pre-release
Pre-release

Here is Pre-Alpha release for TLS Notary Extension

Please note that this is a pre-alpha release and should not be used for production

To run a TLS Proxy server

$ git clone https://github.com/novnc/websockify && cd websockify
$ ./docker/build.sh
$ docker run -it --rm -p 55688:80 novnc/websockify 80 api.twitter.com:443

To Load the Extension

  1. Unzip tlsn-extension-0.0.1.zip
  2. Go to chrome://extensions
  3. click Load unpacked
  4. select the build directory

Note: If you are running the notary-server locally, you will need to navigate to https://127.0.0.1:7047 in your browser and manually trust your local server.

Screen Shot 2023-11-10 at 1 02 20 AM