Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fix pubsub new_blocks notifications to include all blocks #9987

Merged
merged 20 commits into from
Dec 19, 2018

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    2c897dc View commit details
    Browse the repository at this point in the history
  2. improve docs

    mattrutherford committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    eb79dca View commit details
    Browse the repository at this point in the history
  3. more docs and example

    mattrutherford committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    04443a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1905a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca24622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1d7d49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa76eab View commit details
    Browse the repository at this point in the history
  8. feat: Implement Defalt, From. derive Debug

    Remove load_is_empty
    mattrutherford committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    251e156 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b80ad95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e90432f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. fix: rm old file

    mattrutherford committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8d49308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c2d19 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. fix cargo.toml

    mattrutherford committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    766a8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4165454 View commit details
    Browse the repository at this point in the history
  3. fix: new blocks notifications sometimes missing in pubsub RPC

    Implement new struct to pass to new_blocks() with extra
    parameter - processing_is_empty, which was previously
    used to determine whether the notificaiton should be
    sent. Now it's up to each implementation to decide.
    
    Updated all implementations to behave as before,
    except eth_pubsub, which ignores processing_is_empty.
    
    Update original tests for new_blocks
    mattrutherford committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    bbfe7a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6e87f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. style: improve

    mattrutherford committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    23cd3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c8beaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfbdccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f307c5e View commit details
    Browse the repository at this point in the history