2 files changed
+1
-13
lines changedLines changed: 0 additions & 12 deletions
This file was deleted.
Submodule protocol-eth updated 66 files
- README.md+23-7
- abi/Identity5.2.json+1
- abi/IdentityFactory5.2.json+1
- abi/QuickAccManager.json+1
- abi/RemainingBalancesOracle.json+1
- audits/Ambire Contest — Code 423n4.pdf
- build.sh+15-4
- contracts/DeployAmbire.sol+18
- contracts/Guardian.sol+1-1
- contracts/Identity.sol+78-76
- contracts/IdentityFactory.sol+49-14
- contracts/Migrations.sol+1-1
- contracts/OUTPACE.sol+1-1
- contracts/StakingPool.sol+1-1
- contracts/SupplyController.sol+1-1
- contracts/adx/ADXLoyaltyPool.sol+2-2
- contracts/adx/ADXToken.sol+2-2
- contracts/deposits/Depositor.sol+1-1
- contracts/deposits/Sweeper.sol+1-1
- contracts/extra/ADXFlashLoans.sol+2-2
- contracts/extra/ADXLoyaltyArbitrage.sol+1-1
- contracts/extra/AdExENSRegistrar.sol+1-1
- contracts/extra/Gasless.sol+1-1
- contracts/extra/StakingMigrator.sol+1-1
- contracts/interfaces/IADXToken.sol+1-1
- contracts/interfaces/IERC20.sol+1-1
- contracts/interfaces/IStakingPool.sol+1-1
- contracts/libs/BytesLib.sol+48
- contracts/libs/MerkleProof.sol+1-1
- contracts/libs/SafeERC20.sol+1-1
- contracts/libs/SignatureValidator.sol+1-1
- contracts/libs/SignatureValidatorV2.sol+65
- contracts/mocks/BadToken.sol+1-1
- contracts/mocks/Libs.sol+1-1
- contracts/mocks/MockChainlink.sol+1-1
- contracts/mocks/MockUniswap.sol+1-1
- contracts/mocks/Token.sol+1-1
- contracts/mocks/WorstToken.sol+1-1
- contracts/wallet/QuickAccManager.sol+206
- contracts/wallet/RemainingBalancesOracle.sol+41
- contracts/wallet/Zapper.sol+40-19
- js/Bundle.js+227
- js/Identity.js-98
- js/IdentityProxyDeploy.js+42-84
- js/index.js+8-4
- js/solc.js-5
- migrations/1_initial_migration.js-42
- package-lock.json+1.0k-939
- package.json+2-2
- resources/bytecode/Depositor.bin+1-1
- resources/bytecode/Depositor.json+1-1
- resources/bytecode/Identity5.2.bin+1
- resources/bytecode/Identity5.2.json+1
- resources/bytecode/OUTPACE.bin+1-1
- resources/bytecode/OUTPACE.json+1-1
- resources/bytecode/Sweeper.bin+1-1
- resources/bytecode/Sweeper.json+1-1
- test/TestADXToken.js+5-6
- test/TestIdentity.js+171-83
- test/TestLoyaltyPool.js+4-4
- test/TestOutpace.js+1-1
- test/TestStakingPool.js+12-18
- truffle-config.js+18-14
- v4/contracts/Identityv4.2.sol+169
- v4/test/TestADXFlashLoans.js
- v4/test/simulate.js
0 commit comments