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

Evaluator Rewards #47

Merged
merged 27 commits into from
Jul 21, 2023
Merged

Evaluator Rewards #47

merged 27 commits into from
Jul 21, 2023

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    4a7fde5 View commit details
    Browse the repository at this point in the history
  2. feat(214): 2 new fields on ProjectMetadata:

    - mainnet_token_max_supply
    - funding_destination_account
    JuaniRios committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    4e7629d View commit details
    Browse the repository at this point in the history
  3. feat(214): Finished project now accepts empty remainder buys, and so …

    …ends the funding immediately.
    
    Thought out values added to rewards function on FinishedProject instantiation based on the knowledge hub example.
    JuaniRios committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    955ebea View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat(214): evaluator rewards full test written. Actual implementation…

    … of the protocol pending
    JuaniRios committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    caa1b53 View commit details
    Browse the repository at this point in the history
  2. feat(214): bids at higher average price are taken at the average. Tes…

    …t not passing yet due to tiny decimal inconsistency
    JuaniRios committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fb34cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. wip(214): tests failing

    JuaniRios committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a0e74aa View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. wip(214)

    JuaniRios committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4384b1e View commit details
    Browse the repository at this point in the history
  2. feat(214): cleanup field to keep track of success or failure remainin…

    …g operations inside on_idle
    JuaniRios committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    aebd8d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c17c9e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. wip(214)

    JuaniRios committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b200673 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

    JuaniRios committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8f04bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. feat(214): Fixed most tests. Unbonding tests are now failing due to n…

    …ew implementation pending.
    
    Logic for reward calculation is now correct. But the extrinsic implementation is still pending...
    JuaniRios committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6950a98 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    aee2032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a16dcbc View commit details
    Browse the repository at this point in the history
  3. chore(214): remove warnings

    JuaniRios committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    58705c5 View commit details
    Browse the repository at this point in the history
  4. chore(214): cargo fmt

    JuaniRios committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9c24c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. wip: save

    JuaniRios committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    57bc62d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    c3ad9e1 View commit details
    Browse the repository at this point in the history
  2. feat(214): tried to add final price check on new_with for CommunityFu…

    …ndingProject but it is already implemented if the caller adds it in teh BidInfoFilter
    JuaniRios committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2c3e0c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7d73ce View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. chore(214): fix warnings

    JuaniRios committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1b525ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de9946 View commit details
    Browse the repository at this point in the history
  3. chore(214): cargo fmt

    JuaniRios committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b5731b1 View commit details
    Browse the repository at this point in the history
  4. chore(214): unsafe math fix

    JuaniRios committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a71195f View commit details
    Browse the repository at this point in the history