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

Switches to using new eth_getLogs by blockHash RPC. #25

Merged
merged 3 commits into from
Nov 5, 2018
Merged

Commits on Sep 19, 2018

  1. Switches to using new eth_getLogs by blockHash RPC.

    This resolves a major source of pain with Blockstream, though it does mean that it depends on very new versions of Geth/Parity that have this functionality.
    MicahZoltu committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    aea74d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Fixes a bug where parsing an int would result in proceeding with `NaN…

    …` rather than throwing an error.
    
    `parseInt` is terrible and refuses to ever throw if something goes wrong, instead preferring to return "something reasonable" (which often times is completely unreasonable).  This change doesn't solve all of parseInt's problems, but it at least stops it from returning `NaN` or `Infinity`.
    MicahZoltu committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    d80cee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Add docs for EIP-234 support

    epheph committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    b0d6d9e View commit details
    Browse the repository at this point in the history