Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Captainzik/SureX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Captainzik/SureX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zanicar
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 19, 2021

  1. claims: added zClaims.sol

    - added clean claim contract for assessors and voting
    - should be merged with existing claim contract
    zanicar committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    68b929b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. contracts: added late payment mechanism

    - Master contract now receives 3 parameters:
        1. operations fee rate in BIPS;
        2. default risk rate in BIPS;
        3. overdue fee rate in BIPS;
    - Policies Handler minor refactor;
    - Policy now includes:
        * PolicyStatus (status tracking);
        * operator for migration purposes;
        * overdue fee rate;
        * new modifiers to limit functions to operator or policy holder;
    - minor refactor of calculate functions;
    - payPolicy now includes overdue fees if applicable;
    - payPolicy will update policy status if final payment is received;
    
    TODO:
    - emit applicable events;
    - move fees and payments to appropriate contracts / capital pools;
    zanicar committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    4c17c83 View commit details
    Browse the repository at this point in the history
Loading