File tree
5 files changed
+154
-30
lines changed- lib
- sentry/src
- db
- routes
5 files changed
+154
-30
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
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
312 | 325 |
| |
313 | 326 |
| |
314 | 327 |
| |
|
Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
| 204 | + | |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
219 | 221 |
| |
220 |
| - | |
221 |
| - | |
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
|
Lines changed: 125 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
292 | 293 |
| |
293 | 294 |
| |
294 | 295 |
| |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
295 | 339 |
| |
296 | 340 |
| |
297 | 341 |
| |
| |||
903 | 947 |
| |
904 | 948 |
| |
905 | 949 |
| |
906 |
| - | |
| 950 | + | |
907 | 951 |
| |
908 | 952 |
| |
909 | 953 |
| |
910 | 954 |
| |
911 | 955 |
| |
912 |
| - | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
913 | 959 |
| |
914 | 960 |
| |
915 | 961 |
| |
| |||
1249 | 1295 |
| |
1250 | 1296 |
| |
1251 | 1297 |
| |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
1252 | 1375 |
|
0 commit comments