File tree Expand file tree Collapse file tree 12 files changed +16
-20
lines changed
Expand file tree Collapse file tree 12 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 1- all :; dapp --use solc:0.6.7 build
2- # build :; SOLC_FLAGS="--libraries src/MathLib.sol:MathLib:0x987dc24Dd903F626E8C55769BFc684871Fa28E24" dapp --use solc:0.6.7 build --extract
3- build :; dapp --use solc:0.6.7 build --extract
1+ all :; dapp --use solc:0.6.11 build
2+ # build :; SOLC_FLAGS="--libraries src/MathLib.sol:MathLib:0x987dc24Dd903F626E8C55769BFc684871Fa28E24" dapp --use solc:0.6.11 build --extract
3+ build :; dapp --use solc:0.6.11 build --extract
44clean :; dapp clean
55test :; ./test.sh
66# KOVAN 0x987dc24Dd903F626E8C55769BFc684871Fa28E24
7- # deploy :; SOLC_FLAGS="--optimize --optimize-runs 200 --libraries src/MathLib.sol:MathLib:0x987dc24Dd903F626E8C55769BFc684871Fa28E24" dapp --use solc:0.6.7 create DssExecLib
8- deploy :; dapp --use solc:0.6.7 create DssExecLib
7+ # deploy :; SOLC_FLAGS="--optimize --optimize-runs 200 --libraries src/MathLib.sol:MathLib:0x987dc24Dd903F626E8C55769BFc684871Fa28E24" dapp --use solc:0.6.11 create DssExecLib
8+ deploy :; dapp --use solc:0.6.11 create DssExecLib
Original file line number Diff line number Diff line change 1- pragma solidity ^ 0.6.7 ;
1+ pragma solidity ^ 0.6.11 ;
22
33struct CollateralOpts {
44 bytes32 ilk;
Original file line number Diff line number Diff line change 1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
20- pragma solidity ^ 0.6.7 ;
21- pragma experimental ABIEncoderV2;
20+ pragma solidity ^ 0.6.11 ;
2221
2322import "./CollateralOpts.sol " ;
2423
Original file line number Diff line number Diff line change 1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
20- pragma solidity ^ 0.6.7 ;
20+ pragma solidity ^ 0.6.11 ;
2121
2222interface PauseAbstract {
2323 function delay () external view returns (uint256 );
Original file line number Diff line number Diff line change 1616//
1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
19- pragma solidity ^ 0.6.7 ;
19+ pragma solidity ^ 0.6.11 ;
2020
2121import "./DssExec.sol " ;
2222
Original file line number Diff line number Diff line change 1616//
1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
19- pragma solidity ^ 0.6.7 ;
19+ pragma solidity ^ 0.6.11 ;
2020
2121import "./MathLib.sol " ;
2222
Original file line number Diff line number Diff line change 1616//
1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
19- pragma solidity ^ 0.6.7 ;
19+ pragma solidity ^ 0.6.11 ;
2020
2121library MathLib {
2222
Original file line number Diff line number Diff line change 1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
20- pragma solidity ^ 0.6.7 ;
20+ pragma solidity ^ 0.6.11 ;
2121
2222import "ds-test/test.sol " ;
2323import "ds-token/token.sol " ;
Original file line number Diff line number Diff line change 1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
20- pragma solidity ^ 0.6.7 ;
21- pragma experimental ABIEncoderV2;
20+ pragma solidity ^ 0.6.11 ;
2221
2322import "ds-test/test.sol " ;
2423import "ds-math/math.sol " ;
Original file line number Diff line number Diff line change 1717// You should have received a copy of the GNU Affero General Public License
1818// along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
20- pragma solidity ^ 0.6.7 ;
21- pragma experimental ABIEncoderV2;
20+ pragma solidity ^ 0.6.11 ;
2221
2322import "ds-test/test.sol " ;
2423import "ds-math/math.sol " ;
You can’t perform that action at this time.
0 commit comments