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

light-client: add missing RPC endpoint and extend handler/supervisor #449

Merged
merged 15 commits into from
Jul 16, 2020

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    02f1bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dee0ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d14f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Add info output and fix main output

     - from `synced to block {} 1234` to `synced to block: 1234`
    liamsi committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d4f3489 View commit details
    Browse the repository at this point in the history
  2. Fix some typos while debugging

    liamsi committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d09ed05 View commit details
    Browse the repository at this point in the history
  3. Fix #450 🎉 thanks @OStevan 🙏

    liamsi committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f064d54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20fd8b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e4b63 View commit details
    Browse the repository at this point in the history
  6. Update Changelog

    liamsi committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    07aedb0 View commit details
    Browse the repository at this point in the history
  7. Fix example in README.md

    liamsi committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d16dcd7 View commit details
    Browse the repository at this point in the history
  8. Update CHANGES.md

    liamsi authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    58af578 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    316eb58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31d32a2 View commit details
    Browse the repository at this point in the history
  11. Always return a status instead

    liamsi committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    bc8a635 View commit details
    Browse the repository at this point in the history
  12. Fix paste err (thx @xla)

    liamsi authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d830c28 View commit details
    Browse the repository at this point in the history