Skip to content

Commit

Permalink
Merge pull request AztecProtocol#192 from AztecProtocol/janb/removed-set
Browse files Browse the repository at this point in the history
chore: removed dysfunctional Set bridge
  • Loading branch information
benesjan authored Aug 2, 2022
2 parents ccb3c0e + 2ad190e commit b1c0ce8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 369 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"clean": "rm -rf ./cache ./dest ./out ./artifacts ./typechain-types ./client-dest",
"test": "yarn test:contracts && yarn test:clients",
"test:clients": "yarn compile:typechain && jest test",
"test:pinned:14000000": "forge test --fork-block-number 14000000 --match-contract 'Element|Set|OracleHelper' -vvv --fork-url https://mainnet.infura.io/v3/9928b52099854248b3a096be07a6b23c",
"test:pinned:14000000": "forge test --fork-block-number 14000000 --match-contract 'Element|OracleHelper' -vvv --fork-url https://mainnet.infura.io/v3/9928b52099854248b3a096be07a6b23c",
"test:pinned:14970000": "forge test --fork-block-number 14970000 -m 'testRedistributionSuccessfulSwap|testRedistributionExitWhenICREqualsMCR' -vvv --fork-url https://mainnet.infura.io/v3/9928b52099854248b3a096be07a6b23c",
"test:pinned:14972000": "forge test --fork-block-number 14972000 -m 'testRedistributionFailingSwap' -vvv --fork-url https://mainnet.infura.io/v3/9928b52099854248b3a096be07a6b23c",
"test:pinned:15000000": "forge test --fork-block-number 15220000 --match-contract 'StabilityPoolBridge' -vvv --fork-url https://mainnet.infura.io/v3/9928b52099854248b3a096be07a6b23c",
"test:pinned": "yarn test:pinned:14000000 && yarn test:pinned:14970000 && yarn test:pinned:14972000 && yarn test:pinned:15000000",
"test:contracts:block": "forge test --fork-block-number",
"cast": "cast",
"test:contracts": "forge test --no-match-contract 'Element|Set|AceOfZk|StabilityPoolBridge' --no-match-test 'testRedistribution' -vvv && yarn test:pinned",
"test:contracts": "forge test --no-match-contract 'Element|AceOfZk|StabilityPoolBridge' --no-match-test 'testRedistribution' -vvv && yarn test:pinned",
"build": "yarn clean && yarn compile:typechain && yarn compile:client-dest",
"formatting": "yarn prettier --write .",
"formatting:check": "prettier --check .",
Expand Down
127 changes: 0 additions & 127 deletions src/bridges/set/IssuanceBridge.sol

This file was deleted.

240 changes: 0 additions & 240 deletions src/test/bridges/set/SetUnit.t.sol

This file was deleted.

0 comments on commit b1c0ce8

Please sign in to comment.