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

Remove Router #112

Merged
merged 61 commits into from
Sep 28, 2022
Merged

Remove Router #112

merged 61 commits into from
Sep 28, 2022

Commits on Jul 19, 2022

  1. added state machine contract

    Ramarti committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c62dcda View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Aug 2, 2022

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

Commits on Aug 10, 2022

  1. deploying SlashingController

    Ramarti committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8989eb5 View commit details
    Browse the repository at this point in the history
  2. fix state machine creation

    Ramarti committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    352f69e View commit details
    Browse the repository at this point in the history
  3. - Added stake freezing side effects to SlashingController

    - Proposing slash checks for subject existence, unified interface isRegistered in AgentRegistry
    - Fixed typos in docs (XXXRegistry reference to ERC1155 should be ERC721)
    Ramarti committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    475b00c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. WIP: slashing calculations

    Ramarti committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    298a7d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. test slashing amounts

    Ramarti committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2f77a00 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. evidence handling

    Ramarti committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d6df48a View commit details
    Browse the repository at this point in the history
  2. added tests and comments

    Ramarti committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    3e540a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    b8a1274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc7b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0e72a5 View commit details
    Browse the repository at this point in the history
  4. SlashController: fix wrong next states size, removed unnecesary check…

    …s, reused error message MissingRole, tests
    Ramarti committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1d8db6a View commit details
    Browse the repository at this point in the history
  5. FortaStaking: comments

    Ramarti committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    319df78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a1d141 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4457c88 View commit details
    Browse the repository at this point in the history
  8. linting

    Ramarti committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1b75afc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2c6722 View commit details
    Browse the repository at this point in the history
  10. SlashController: removed MAX_STAKE penalty mode, since it will always…

    … be the max possible stake
    Ramarti committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    15985d2 View commit details
    Browse the repository at this point in the history
  11. fix tests

    Ramarti committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f74bd7a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Update contracts/components/staking/SlashingController.sol

    Co-authored-by: Hadrien Croubois <[email protected]>
    Ramarti and Amxx authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    672edf4 View commit details
    Browse the repository at this point in the history
  2. Update contracts/components/staking/SlashingController.sol

    reentrancy fix returning deposit
    
    Co-authored-by: Hadrien Croubois <[email protected]>
    Ramarti and Amxx authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e7bec8b View commit details
    Browse the repository at this point in the history
  3. Update contracts/components/staking/SlashingController.sol

    reentrancy protection on slash deposit
    
    Co-authored-by: Hadrien Croubois <[email protected]>
    Ramarti and Amxx authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8106a59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6ed756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2c50a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc8c22c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    322681f View commit details
    Browse the repository at this point in the history
  2. StateMachines attribution

    Ramarti committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    d6f2a5a View commit details
    Browse the repository at this point in the history
  3. SlashingController and FortaStaking: reverted to accessControl SLASHE…

    …R_ROLE for slash and freeze
    Ramarti committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    49569c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    051d8c6 View commit details
    Browse the repository at this point in the history
  2. fix escrow test

    Ramarti committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    786c0d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    5840c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7fa93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4d65ac View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    82d19bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bcb30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc5bbd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    99127ba View commit details
    Browse the repository at this point in the history
  2. test upgrade FortaStaking

    Ramarti committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ceb011c View commit details
    Browse the repository at this point in the history
  3. remove stray only

    Ramarti committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    4246d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d6ad47 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

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

Commits on Sep 22, 2022

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

Commits on Sep 26, 2022

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

Commits on Sep 27, 2022

  1. Update contracts/components/BaseComponentUpgradeable.sol

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    264dcf2 View commit details
    Browse the repository at this point in the history
  2. Update contracts/components/BaseComponentUpgradeable.sol

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    01a940b View commit details
    Browse the repository at this point in the history
  3. Update contracts/components/utils/Routed.sol

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3b03615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea94274 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a30940 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f1d36 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Update README.md

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1495c18 View commit details
    Browse the repository at this point in the history
  2. Update test/components/upgrades.test.js

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    6d6badc View commit details
    Browse the repository at this point in the history
  3. Update test/components/upgrades.test.js

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3cdfb22 View commit details
    Browse the repository at this point in the history
  4. Update test/components/upgrades.test.js

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7475986 View commit details
    Browse the repository at this point in the history
  5. Update test/components/upgrades.test.js

    Co-authored-by: Francisco <[email protected]>
    Ramarti and frangio authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ed1d7ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fed729 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa0cc3e View commit details
    Browse the repository at this point in the history
  8. fix tests

    Ramarti committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7c7edc2 View commit details
    Browse the repository at this point in the history