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

[Draft] Integrate TACo app rewards #780

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[Draft] Integrate TACo app rewards #780

wants to merge 2 commits into from

Commits on Sep 18, 2024

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

Commits on Sep 24, 2024

  1. Calculate available rewards using contract instead of events

    Rewards are cumulative, so anything that has already been claimed needs
    to be subtracted to get the current available amount. This commit gets
    the claimed amount by calling `cumulativeClaimed` on the merkle
    contract. This is more reliable than scanning for claimed events.
    
    Fixes #765
    theref committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5e7a41f View commit details
    Browse the repository at this point in the history