-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into ETH-623_maxOperator…
…s_value * origin/master: build: generate function selector list to selectors.txt (#671) ETH-293: Added numeric precision to StakeWeightedAllocationPolicy (#670) test: add a longer "scenario" test to Sponsorship (#667) StreamrConfig test (#666) ETH-617: Voter selection and pseudorandomness cleanup (#665) Activate delegationPolicy and undelegationPolicy in _transfer (#658) feat: pay for slashing by burning operator's self-delegation (#657) Clean up tokenomics contract tests' imports (#664)
- Loading branch information
Showing
28 changed files
with
1,844 additions
and
461 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
packages/network-contracts/contracts/OperatorTokenomics/IRandomOracle.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
// SPDX-License-Identifier: MIT | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
interface IRandomOracle { | ||
function getRandomBytes32() external returns (bytes32); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.