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

(VDB-955) Associate diffs with headers #6

Merged
merged 5 commits into from
Nov 26, 2019
Merged

Commits on Nov 21, 2019

  1. (VDB-955) Associate diffs with headers

    - Queue diffs if matching header not found
    rmulhol committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    48b6915 View commit details
    Browse the repository at this point in the history
  2. Update storage repository to accept headerID

    - replaces block number and block hash
    - make corresponding update to storage transformer
    rmulhol committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    5c9a054 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Convert hex to hash before comparing header hash

    - When determining equality between diff and db
    - Prevents false negatives derived from presence/absence of 0x prefix
    rmulhol committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    d73a988 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Add tests for logging in storage watcher

    - verify logging when transformer execution fails
    rmulhol committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    e5973ea View commit details
    Browse the repository at this point in the history
  2. Add tests for queuing in the storage watcher

    - Verify that rows aren't deleted when parsing queue fails
    rmulhol committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b30c2cb View commit details
    Browse the repository at this point in the history