This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree 12 files changed +16
-20
lines changed
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
4
4
clean :; dapp clean
5
5
test :; ./test.sh
6
6
# 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 ;
2
2
3
3
struct CollateralOpts {
4
4
bytes32 ilk;
Original file line number Diff line number Diff line change 17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- pragma solidity ^ 0.6.7 ;
21
- pragma experimental ABIEncoderV2;
20
+ pragma solidity ^ 0.6.11 ;
22
21
23
22
import "./CollateralOpts.sol " ;
24
23
Original file line number Diff line number Diff line change 17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- pragma solidity ^ 0.6.7 ;
20
+ pragma solidity ^ 0.6.11 ;
21
21
22
22
interface PauseAbstract {
23
23
function delay () external view returns (uint256 );
Original file line number Diff line number Diff line change 16
16
//
17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
- pragma solidity ^ 0.6.7 ;
19
+ pragma solidity ^ 0.6.11 ;
20
20
21
21
import "./DssExec.sol " ;
22
22
Original file line number Diff line number Diff line change 16
16
//
17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
- pragma solidity ^ 0.6.7 ;
19
+ pragma solidity ^ 0.6.11 ;
20
20
21
21
import "./MathLib.sol " ;
22
22
Original file line number Diff line number Diff line change 16
16
//
17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
- pragma solidity ^ 0.6.7 ;
19
+ pragma solidity ^ 0.6.11 ;
20
20
21
21
library MathLib {
22
22
Original file line number Diff line number Diff line change 17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- pragma solidity ^ 0.6.7 ;
20
+ pragma solidity ^ 0.6.11 ;
21
21
22
22
import "ds-test/test.sol " ;
23
23
import "ds-token/token.sol " ;
Original file line number Diff line number Diff line change 17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- pragma solidity ^ 0.6.7 ;
21
- pragma experimental ABIEncoderV2;
20
+ pragma solidity ^ 0.6.11 ;
22
21
23
22
import "ds-test/test.sol " ;
24
23
import "ds-math/math.sol " ;
Original file line number Diff line number Diff line change 17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- pragma solidity ^ 0.6.7 ;
21
- pragma experimental ABIEncoderV2;
20
+ pragma solidity ^ 0.6.11 ;
22
21
23
22
import "ds-test/test.sol " ;
24
23
import "ds-math/math.sol " ;
Original file line number Diff line number Diff line change 17
17
// You should have received a copy of the GNU Affero General Public License
18
18
// along with this program. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- pragma solidity ^ 0.6.7 ;
21
- pragma experimental ABIEncoderV2;
20
+ pragma solidity ^ 0.6.11 ;
22
21
23
22
import "../DssAction.sol " ;
24
23
Original file line number Diff line number Diff line change 1
- pragma solidity ^ 0.6.7 ;
1
+ pragma solidity ^ 0.6.11 ;
2
2
3
3
contract Rates {
4
4
You can’t perform that action at this time.
0 commit comments