Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
d2933a35
Commit
d2933a35
authored
Jun 14, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove authorship
parent
1adf626c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
FaultDisputeGame.sol
.../contracts-bedrock/contracts/dispute/FaultDisputeGame.sol
+0
-2
LibClock.sol
...ages/contracts-bedrock/contracts/dispute/lib/LibClock.sol
+0
-1
LibHashing.sol
...es/contracts-bedrock/contracts/dispute/lib/LibHashing.sol
+0
-1
LibPosition.sol
...s/contracts-bedrock/contracts/dispute/lib/LibPosition.sol
+0
-1
No files found.
packages/contracts-bedrock/contracts/dispute/FaultDisputeGame.sol
View file @
d2933a35
...
@@ -17,8 +17,6 @@ import "../libraries/DisputeErrors.sol";
...
@@ -17,8 +17,6 @@ import "../libraries/DisputeErrors.sol";
/**
/**
* @title FaultDisputeGame
* @title FaultDisputeGame
* @author clabby <https://github.com/clabby>
* @author protolambda <https://github.com/protolambda>
* @notice An implementation of the `IFaultDisputeGame` interface.
* @notice An implementation of the `IFaultDisputeGame` interface.
*/
*/
contract FaultDisputeGame is IFaultDisputeGame, Clone {
contract FaultDisputeGame is IFaultDisputeGame, Clone {
...
...
packages/contracts-bedrock/contracts/dispute/lib/LibClock.sol
View file @
d2933a35
...
@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
...
@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/**
/**
* @title LibClock
* @title LibClock
* @author clabby <https://github.com/clabby>
* @notice This library contains helper functions for working with the `Clock` type.
* @notice This library contains helper functions for working with the `Clock` type.
*/
*/
library LibClock {
library LibClock {
...
...
packages/contracts-bedrock/contracts/dispute/lib/LibHashing.sol
View file @
d2933a35
...
@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
...
@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/**
/**
* @title Hashing
* @title Hashing
* @author clabby <https://github.com/clabby>
* @notice This library contains all of the hashing utilities used in the Cannon contracts.
* @notice This library contains all of the hashing utilities used in the Cannon contracts.
*/
*/
library LibHashing {
library LibHashing {
...
...
packages/contracts-bedrock/contracts/dispute/lib/LibPosition.sol
View file @
d2933a35
...
@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
...
@@ -5,7 +5,6 @@ import "../../libraries/DisputeTypes.sol";
/**
/**
* @title LibPosition
* @title LibPosition
* @author clabby <https://github.com/clabby>
* @notice This library contains helper functions for working with the `Position` type.
* @notice This library contains helper functions for working with the `Position` type.
*/
*/
library LibPosition {
library LibPosition {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment