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

Add rebalancing token #21

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Dec 26, 2023

  1. Add rebalancing token

    red-swan committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a2c15f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Delete .vscode/settings.json

    Woops!
    red-swan authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c17dba5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add approve/transfer events

    red-swan committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dc20b0a View commit details
    Browse the repository at this point in the history
  2. Add mapping key/value names

    Also changes `allowance` variable to `allowances`
    red-swan committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3cff535 View commit details
    Browse the repository at this point in the history
  3. Fix address

    red-swan committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    371345c View commit details
    Browse the repository at this point in the history
  4. Change 0x00 to 0

    red-swan committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2e2a73c View commit details
    Browse the repository at this point in the history
  5. Change allowances variable name back to allowance

    I forgot I did this to get around writing an allowance function and
    had changed it to allowances to make the name more accurate. Woops.
    red-swan committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7b04736 View commit details
    Browse the repository at this point in the history