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

[IIP-13] implement liquid staking indexer #3853

Closed
wants to merge 54 commits into from

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    60c5e9a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    d8b96d0 View commit details
    Browse the repository at this point in the history
  2. use generic func

    envestcc committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    17fc477 View commit details
    Browse the repository at this point in the history
  3. refactor

    envestcc committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ed2fc4e View commit details
    Browse the repository at this point in the history
  4. refactor

    envestcc committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0a910a8 View commit details
    Browse the repository at this point in the history
  5. add data to dirty write

    envestcc committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    120cd8d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. add index cache

    envestcc committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    deaf0ae View commit details
    Browse the repository at this point in the history
  2. add proto

    envestcc committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b32acfc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. refactor

    envestcc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1e72ee3 View commit details
    Browse the repository at this point in the history
  2. add GetBuckets

    envestcc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8177ec6 View commit details
    Browse the repository at this point in the history
  3. add real abi

    envestcc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3772efa View commit details
    Browse the repository at this point in the history
  4. refactor

    envestcc committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    73dd916 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. add test

    envestcc committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7e531a4 View commit details
    Browse the repository at this point in the history
  2. use indexed event field

    envestcc committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c3fe925 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. add test

    envestcc committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0491059 View commit details
    Browse the repository at this point in the history
  2. refactor

    envestcc committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2eb8ce1 View commit details
    Browse the repository at this point in the history
  3. refactor

    envestcc committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    44a4a22 View commit details
    Browse the repository at this point in the history
  4. refactor

    envestcc committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d4b92cf View commit details
    Browse the repository at this point in the history
  5. remove indexed merge param

    envestcc committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3850ccd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. add withdraw test

    envestcc committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    6438929 View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    envestcc committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7fb8041 View commit details
    Browse the repository at this point in the history
  3. refactor

    envestcc committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    883ddb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    901d768 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    6c1fb8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe39ad View commit details
    Browse the repository at this point in the history
  3. fix bugs

    envestcc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    883fc96 View commit details
    Browse the repository at this point in the history
  4. refactor cache

    envestcc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    65dece3 View commit details
    Browse the repository at this point in the history
  5. fix test

    envestcc committed May 4, 2023
    Configuration menu
    Copy the full SHA
    769c2f8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    c47e20a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. add comments

    envestcc committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8172003 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. use staking.VoteBucket

    envestcc committed May 9, 2023
    Configuration menu
    Copy the full SHA
    81a7706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4611ad7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. add BucketsByIndices & TotalBucketCount

    refactor delta
    envestcc committed May 12, 2023
    Configuration menu
    Copy the full SHA
    72b736c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. add concurrency safety TODO

    envestcc committed May 13, 2023
    Configuration menu
    Copy the full SHA
    0cb057d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    084b3c8 View commit details
    Browse the repository at this point in the history
  2. make cache thread-safe

    envestcc committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7d40875 View commit details
    Browse the repository at this point in the history
  3. remove thread-safety todo

    envestcc committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0140551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ba506 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    13f59c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95dee45 View commit details
    Browse the repository at this point in the history
  3. add get bucket types

    envestcc committed May 16, 2023
    Configuration menu
    Copy the full SHA
    d7c6999 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. address comments

    envestcc committed May 17, 2023
    Configuration menu
    Copy the full SHA
    56f60bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2989933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562976e View commit details
    Browse the repository at this point in the history
  4. fix test

    envestcc committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c369d19 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd5887c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a2037 View commit details
    Browse the repository at this point in the history
  3. add BucketsByCandidate

    envestcc committed May 18, 2023
    Configuration menu
    Copy the full SHA
    0133dad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc1ee1e View commit details
    Browse the repository at this point in the history
  5. use only one mutex

    envestcc committed May 18, 2023
    Configuration menu
    Copy the full SHA
    e7d8c7b View commit details
    Browse the repository at this point in the history
  6. add test & fix

    envestcc committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4896243 View commit details
    Browse the repository at this point in the history
  7. add tests

    envestcc committed May 18, 2023
    Configuration menu
    Copy the full SHA
    1cc71b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84e8da0 View commit details
    Browse the repository at this point in the history
  9. acid for commit

    envestcc committed May 18, 2023
    Configuration menu
    Copy the full SHA
    43867a4 View commit details
    Browse the repository at this point in the history