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

Remove map pintracker #944

Merged
merged 26 commits into from
Dec 12, 2019
Merged

Remove map pintracker #944

merged 26 commits into from
Dec 12, 2019

Commits on Oct 23, 2019

  1. Remove map pintracker

    Use stateless pintracker everywhere
    Kishan Mohanbhai Sagathiya committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    51a917c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Remove the Sync operations from everywhere

    Kishan Mohanbhai Sagathiya committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6b0b8ff View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Modify pintracker to use a state.ReadOnly instead of rpc calls

    remove sync operations from rpc policy
    Kishan Mohanbhai Sagathiya committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    fe8c13c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. check if state is nil and tests

    Kishan Mohanbhai Sagathiya committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b6382e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Use the consensus component directly instead of using state

    Kishan Mohanbhai Sagathiya committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    6d70bcd View commit details
    Browse the repository at this point in the history
  2. remove mockState

    Kishan Mohanbhai Sagathiya committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1d98bfd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Remove util package, add tests

    some other small modifications
    Kishan Mohanbhai Sagathiya committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    f92a300 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Use state instead of consensus

    - Keep setting state at certain intervals until you find it non empty
    - Clean up operation for remote pins immediately
    - Tests
    Kishan Mohanbhai Sagathiya committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    68970e6 View commit details
    Browse the repository at this point in the history
  2. remove ipfs sync interval, state sync body

    Kishan Mohanbhai Sagathiya committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    12c4c7f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Merge branch 'master' into task/remove-mappintracker

    Kishan Mohanbhai Sagathiya committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    a05039e View commit details
    Browse the repository at this point in the history
  2. Set state when consesus is ready, use CallContext instead of Call

    Kishan Mohanbhai Sagathiya committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9f41f12 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. temp

    Kishan Mohanbhai Sagathiya committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    000895a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Addressed reviews

    - remove setstate
    - undo changes to operation shard tracking
    - undo comments changed
    Kishan Mohanbhai Sagathiya committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fe0b01e View commit details
    Browse the repository at this point in the history
  2. Remove mockCluster

    Kishan Mohanbhai Sagathiya committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    53259d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Fix stateless New call in cluster test

    Kishan Mohanbhai Sagathiya committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    0613142 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into task/remove-mappintracker

    Kishan Mohanbhai Sagathiya committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    02e9d65 View commit details
    Browse the repository at this point in the history
  3. Remove blocking ready check

    Kishan Mohanbhai Sagathiya committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    44cc96f View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Used dsstate instead of mockstate

    Kishan Mohanbhai Sagathiya committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    bf758d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7985ae View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Removing unwanted changes

    Kishan Mohanbhai Sagathiya committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    157e994 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    ea595d6 View commit details
    Browse the repository at this point in the history
  2. Maintenance to stateless pintracker

    Rewrite some code, remove expensive defer statements, fix some comments.
    hsanjuan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    496ea4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5844b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9ed188 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98a603b View commit details
    Browse the repository at this point in the history
  6. pintracker: golint

    hsanjuan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a39a165 View commit details
    Browse the repository at this point in the history