Skip to content

Commit

Permalink
Merge pull request ProjectOpenSea#516 from ProjectOpenSea/transfer-he…
Browse files Browse the repository at this point in the history
…lper-cleanup

Address TransferHelper comments
  • Loading branch information
stephankmin authored Jul 22, 2022
2 parents 1a59284 + 16f5802 commit 4a46d8d
Show file tree
Hide file tree
Showing 33 changed files with 6,183 additions and 348 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "lib/murky"]
path = lib/murky
url = https://github.com/dmfxyz/murky
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
10 changes: 10 additions & 0 deletions config/.solcover-reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,15 @@ module.exports = {
"test/TestERC20.sol",
"test/TestERC721.sol",
"test/TestZone.sol",
"test/TestERC20Panic.sol",
"test/TestERC20Revert.sol",
"test/InvalidERC721Recipient.sol",
"test/ERC721ReceiverMock.sol",
"test/ConduitControllerMock.sol",
"test/ConduitMock.sol",
"test/ConduitMockErrors.sol",
"test/ConduitMockInvalidMagic.sol",
"test/ConduitMockRevertBytes.sol",
"test/ConduitMockRevertNoReason.sol",
],
};
10 changes: 10 additions & 0 deletions config/.solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ module.exports = {
"test/TestERC20.sol",
"test/TestERC721.sol",
"test/TestZone.sol",
"test/TestERC20Panic.sol",
"test/TestERC20Revert.sol",
"test/InvalidERC721Recipient.sol",
"test/ERC721ReceiverMock.sol",
"test/ConduitControllerMock.sol",
"test/ConduitMock.sol",
"test/ConduitMockErrors.sol",
"test/ConduitMockInvalidMagic.sol",
"test/ConduitMockRevertBytes.sol",
"test/ConduitMockRevertNoReason.sol",
],
configureYulOptimizer: true,
solcOptimizerDetails: {
Expand Down
Loading

0 comments on commit 4a46d8d

Please sign in to comment.