forked from autonity/autonity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NTN Inflation mechanism (autonity#979)
* WIP Inflation controller contract * Implement reward mechanism for inflation * New transitory inflation formula Signed-off-by: yazzaoui <[email protected]> * Added inflation reserve check Signed-off-by: yazzaoui <[email protected]> * WIP: Genesis sequence Signed-off-by: yazzaoui <[email protected]> * Genesis Deployment sequence Building and seems working OK Signed-off-by: yazzaoui <[email protected]> * Code review fixes and test fixes Signed-off-by: yazzaoui <[email protected]> * Correction for time based calculation Signed-off-by: yazzaoui <[email protected]> * Include inflation NTN for slashing rewards Signed-off-by: yazzaoui <[email protected]> * Progress test fixes Signed-off-by: yazzaoui <[email protected]> * Progress test fixes Signed-off-by: yazzaoui <[email protected]> --------- Signed-off-by: yazzaoui <[email protected]>
- Loading branch information
Showing
41 changed files
with
3,077 additions
and
659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ compiler: | |
- "*package-lock.json" | ||
- "*tsconfig.json" | ||
- "bindings.sol" | ||
- "./*.sol" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.