Skip to content

Instantly share code, notes, and snippets.

@feuGeneA
Last active April 17, 2019 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feuGeneA/a0671a66b70b07955dc8b0f64587b74a to your computer and use it in GitHub Desktop.
Save feuGeneA/a0671a66b70b07955dc8b0f64587b74a to your computer and use it in GitHub Desktop.
*** exchange_forwarder_compiler_settings.txt 2019-04-17 19:28:36.613540707 -0400
--- sol-doc_compiler_settings.txt 2019-04-17 19:28:49.653825108 -0400
***************
*** 1,26 ****
! 0x-monorepo/contracts/exchange-forwarder$ yarn build
...
! Compiling 1 contracts (src/Forwarder.sol) with Solidity v0.4.24, with compiler settings {
"optimizer": {
"enabled": true,
"runs": 1000000,
"details": {
"yul": true,
"deduplicate": true,
"cse": true,
"constantOptimizer": true
}
},
"outputSelection": {
"*": {
"*": [
"abi",
! "evm.bytecode.object",
! "evm.bytecode.sourceMap",
! "evm.deployedBytecode.object",
! "evm.deployedBytecode.sourceMap"
]
}
},
! "evmVersion": "constantinople"
}...
--- 1,31 ----
! 0x-monorepo/packages/sol-doc$ yarn generate-v2-protocol-docs
...
! Compiling 2 contracts (exchange-forwarder/contracts/src/Forwarder.sol,multisig/contracts/src/AssetProxyOwner.sol) with Solidity v0.4.24, with compiler settings {
"optimizer": {
"enabled": true,
"runs": 1000000,
"details": {
"yul": true,
"deduplicate": true,
"cse": true,
"constantOptimizer": true
}
},
"outputSelection": {
"*": {
"*": [
"abi",
! "devdoc"
]
}
},
! "evmVersion": "constantinople",
! "remappings": [
! "@0x/contracts-exchange-libs=/home/gene/dev/0x-monorepo/node_modules/@0x/contracts-exchange-libs",
! "@0x/contracts-utils=/home/gene/dev/0x-monorepo/node_modules/@0x/contracts-utils",
! "@0x/contracts-erc1155=/home/gene/dev/0x-monorepo/node_modules/@0x/contracts-erc1155",
! "@0x/contracts-erc20=/home/gene/dev/0x-monorepo/node_modules/@0x/contracts-erc20",
! "@0x/contracts-erc721=/home/gene/dev/0x-monorepo/node_modules/@0x/contracts-erc721",
! "@0x/contracts-exchange=/home/gene/dev/0x-monorepo/node_modules/@0x/contracts-exchange"
! ]
}...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment