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

indexer-common: Implement stake feasibility check #579

Merged
merged 11 commits into from
Jan 31, 2023

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    7f8c6c6 View commit details
    Browse the repository at this point in the history
  2. common: Sort Actions by GRT balance

    Since accessing GRT values for unallocation is expensive, this commit
    introduces the ResolvedAction wrapper interface, which aims to cache
    GRT values of Unnalocate Actions as well storing its GRT balance
    during the validation process.
    tilacog committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    07b4f95 View commit details
    Browse the repository at this point in the history
  3. common: fix wrong comments

    tilacog committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3e1f549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    360b33e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. common: fix typo

    tilacog committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    993c341 View commit details
    Browse the repository at this point in the history
  2. common: Refactor allocation retrieval

    Encapsulates all allocation fetching inside  AllocationManager into a
    dedicated function.
    tilacog committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    aa00dba View commit details
    Browse the repository at this point in the history
  3. common: remove TODO comments

    We decided to stick with error code IE013 for signaling batch stake
    insufficiency. Also, we will tackle gasLimits on a new PR.
    tilacog committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    845a02d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

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

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    e01966b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1b695 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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