Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tendermint-light-client-js crate #812

Merged
merged 17 commits into from
Mar 9, 2021

Commits on Feb 13, 2021

  1. Add first working iteration of tendermint-light-client-js crate

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    db22f0d View commit details
    Browse the repository at this point in the history
  2. Serialize/deserialize verification verdicts

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4824f1d View commit details
    Browse the repository at this point in the history
  3. Ignore NodeJS bloat

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    7d1f876 View commit details
    Browse the repository at this point in the history
  4. Fix incorrect comment changes

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    d120293 View commit details
    Browse the repository at this point in the history
  5. Update README with screenshots

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    d5f9488 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Merge latest changes from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a7c7a1b View commit details
    Browse the repository at this point in the history
  2. Fix contributors for verifier-web example

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7994f62 View commit details
    Browse the repository at this point in the history
  3. Update example package details

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    b26b18d View commit details
    Browse the repository at this point in the history
  4. Update README with example usage

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    884a615 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Add PartialEq trait to light client Verdict to allow for comparison

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    68d38e3 View commit details
    Browse the repository at this point in the history
  2. Add tests for JavaScript verify interface

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2c334ce View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    11b3bc2 View commit details
    Browse the repository at this point in the history
  4. Add CI job for headless browser testing

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2f5ee05 View commit details
    Browse the repository at this point in the history
  5. Merge latest changes from master

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    dc8b57d View commit details
    Browse the repository at this point in the history
  6. Specify path to light-client-js crate for wasm-pack test

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    e0c3b6e View commit details
    Browse the repository at this point in the history
  7. Turn off clippy warning for panic hook

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1cac068 View commit details
    Browse the repository at this point in the history
  8. Implement Eq trait for verification verdict and related types

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    009b839 View commit details
    Browse the repository at this point in the history