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

feat: add support for recurring payments #85

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

Commits on Aug 29, 2023

  1. feat: add support for recurring payments

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b9273fe View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix: add onlyRecurringPayments modifier

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b955533 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    362b29d View commit details
    Browse the repository at this point in the history
  2. fix: tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ab4a467 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. feat(rp): add tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    28eec51 View commit details
    Browse the repository at this point in the history
  2. chore: clarify addTo behavior

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    cbdf479 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update contracts/test/contract.test.ts

    Co-authored-by: Theo Butler <[email protected]>
    tmigone and Theodus authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    89f83ba View commit details
    Browse the repository at this point in the history
  2. Update contracts/test/contract.test.ts

    Co-authored-by: Theo Butler <[email protected]>
    tmigone and Theodus authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d65598b View commit details
    Browse the repository at this point in the history
  3. chore: fix typos

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    27776ab View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix: when extending make sure user does not pay for time in the past …

    …(0xM H-01) (#86)
    
    * fix: when extending make sure user does not pay for time in the past (0xM H-01)
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: revert when extending if amount is not multiple of rate (0xM L-02) (#87)
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    435c700 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. chore: deployment files for new contract (#90)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    00870dd View commit details
    Browse the repository at this point in the history