-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from valory-xyz/remove_staking
test: removing staking functionality tests
- Loading branch information
Showing
4 changed files
with
93 additions
and
315 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
Submodule autonolas-tokenomics
updated
25 files
+2 −1 | contracts/Depository.sol | |
+2 −31 | contracts/Dispenser.sol | |
+84 −0 | contracts/DonatorBlacklist.sol | |
+17 −8 | contracts/GenericTokenomics.sol | |
+300 −224 | contracts/Tokenomics.sol | |
+0 −9 | contracts/TokenomicsConstants.sol | |
+41 −0 | contracts/TokenomicsProxy.sol | |
+56 −19 | contracts/Treasury.sol | |
+10 −0 | contracts/interfaces/IDonatorBlacklist.sol | |
+19 −1 | contracts/interfaces/IErrorsTokenomics.sol | |
+5 −12 | contracts/interfaces/ITokenomics.sol | |
+3 −3 | contracts/interfaces/ITreasury.sol | |
+28 −31 | contracts/test/MockTokenomics.sol | |
+4 −22 | contracts/test/ReentrancyAttacker.sol | |
+2 −0 | hardhat.config.js | |
+1 −1 | lib/forge-std | |
+1 −0 | package.json | |
+12 −10 | test/Depository.js | |
+541 −215 | test/Dispenser.js | |
+72 −0 | test/DonatorBlacklist.js | |
+266 −38 | test/Tokenomics.js | |
+37 −0 | test/TokenomicsProxy.js | |
+39 −9 | test/Treasury.js | |
+3 −2 | test/Treasury.t.sol | |
+19 −0 | yarn.lock |
Oops, something went wrong.