mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 09:47:13 +01:00
fix solidity version
This commit is contained in:
parent
54bb4c4b3c
commit
b0bca7fc36
@ -9,7 +9,7 @@
|
|||||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity ^0.5.8;
|
pragma solidity 0.5.17;
|
||||||
|
|
||||||
import "./Tornado.sol";
|
import "./Tornado.sol";
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity ^0.5.8;
|
pragma solidity 0.5.17;
|
||||||
|
|
||||||
import "./Tornado.sol";
|
import "./Tornado.sol";
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity ^0.5.8;
|
pragma solidity 0.5.17;
|
||||||
|
|
||||||
library Hasher {
|
library Hasher {
|
||||||
function MiMCSponge(uint256 in_xL, uint256 in_xR) public pure returns (uint256 xL, uint256 xR);
|
function MiMCSponge(uint256 in_xL, uint256 in_xR) public pure returns (uint256 xL, uint256 xR);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.5.8;
|
pragma solidity 0.5.17;
|
||||||
|
|
||||||
contract ERC20Basic {
|
contract ERC20Basic {
|
||||||
uint public _totalSupply;
|
uint public _totalSupply;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pragma solidity ^0.5.8;
|
pragma solidity 0.5.17;
|
||||||
|
|
||||||
import '../MerkleTreeWithHistory.sol';
|
import '../MerkleTreeWithHistory.sol';
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity ^0.5.8;
|
pragma solidity 0.5.17;
|
||||||
|
|
||||||
import "./MerkleTreeWithHistory.sol";
|
import "./MerkleTreeWithHistory.sol";
|
||||||
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
|
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
|
||||||
|
@ -86,7 +86,7 @@ module.exports = {
|
|||||||
// Configure your compilers
|
// Configure your compilers
|
||||||
compilers: {
|
compilers: {
|
||||||
solc: {
|
solc: {
|
||||||
version: '0.5.11', // Fetch exact version from solc-bin (default: truffle's version)
|
version: '0.5.17', // Fetch exact version from solc-bin (default: truffle's version)
|
||||||
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
|
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
|
||||||
settings: { // See the solidity docs for advice about optimization and evmVersion
|
settings: { // See the solidity docs for advice about optimization and evmVersion
|
||||||
optimizer: {
|
optimizer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user