Skip to content

Commit

Permalink
Merge pull request #133 from renproject/release/1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
jazg committed Sep 7, 2022
2 parents eee3511 + b103026 commit ef4397c
Show file tree
Hide file tree
Showing 39 changed files with 2,342 additions and 7,401 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
@@ -1,3 +1,4 @@
{
"solidity.packageDefaultDependenciesContractsDirectory": ""
}
"solidity.packageDefaultDependenciesContractsDirectory": "",
"solidity.compileUsingRemoteVersion": "v0.5.17+commit.d19bba13"
}
6 changes: 0 additions & 6 deletions contracts/Bindings.sol
@@ -1,14 +1,8 @@
pragma solidity 0.5.17;

import "./DarknodePayment/ClaimRewards.sol";
import "./DarknodePayment/DarknodePayment.sol";
import "./DarknodePayment/DarknodePaymentStore.sol";
import "./DarknodeRegistry/DarknodeRegistry.sol";
import "./DarknodeRegistry/DarknodeRegistryStore.sol";
import "./DarknodeRegistry/GetOperatorDarknodes.sol";
import "./DarknodeSlasher/DarknodeSlasher.sol";
import "./RenToken/RenToken.sol";
import "./Protocol/Protocol.sol";

/// @notice Bindings imports all of the contracts for generating bindings.
/* solium-disable-next-line no-empty-blocks */
Expand Down
145 changes: 0 additions & 145 deletions contracts/DarknodePayment/ClaimRewards.sol

This file was deleted.

0 comments on commit ef4397c

Please sign in to comment.