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

HIP-30: Emission split #4497

Merged
merged 15 commits into from
Sep 2, 2023
Merged

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    d1a7776 View commit details
    Browse the repository at this point in the history
  2. update comments

    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c18d6c4 View commit details
    Browse the repository at this point in the history
  3. goimports

    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    6726974 View commit details
    Browse the repository at this point in the history
  4. HIP-30: minimum validator commission of 7%

    Based on harmony-one#4495, which must be merged before this PR. This PR should be
    rebased with dev after harmony-one#4495 is merged to retain atomicity of changes by
    pull request.
    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    d7bd483 View commit details
    Browse the repository at this point in the history
  5. goimports

    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    41e911a View commit details
    Browse the repository at this point in the history
  6. HIP-30: Emission split implementation

    Note that the allocated split of the emission goes directly to the
    recipient (and not via the Reward). This is because rewards are indexed
    by validator and not by delegator, and the recipient may/may not have
    any delegations which we can reward. Even if one was guaranteed to
    exist, it would mess up the math of the validator.
    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a5f41ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e99fb7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ceda543 View commit details
    Browse the repository at this point in the history
  9. update test

    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c3ca02f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9bebe0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75cf652 View commit details
    Browse the repository at this point in the history
  12. update test

    MaxMustermann2 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f0cfd83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fc0bed View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update mainnet.go

    ONECasey committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d6c6704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ca47a View commit details
    Browse the repository at this point in the history