-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chen Kai <[email protected]>
- Loading branch information
Showing
92 changed files
with
202 additions
and
162 deletions.
There are no files selected for viewing
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...ism/common/BlockNotIncludedException.java → ...exceptions/BlockNotIncludedException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.common; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type BlockNotIncludedException. | ||
|
2 changes: 1 addition & 1 deletion
2
.../optimism/config/ConfigLoadException.java → ...imism/exceptions/ConfigLoadException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.config; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type ConfigLoadException. | ||
|
2 changes: 1 addition & 1 deletion
2
...io/optimism/common/CriticalException.java → ...ptimism/exceptions/CriticalException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.common; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The sequencer critical exception. | ||
|
2 changes: 1 addition & 1 deletion
2
...sm/derive/stages/DecompressException.java → ...imism/exceptions/DecompressException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.derive.stages; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type DecompressException. | ||
|
2 changes: 1 addition & 1 deletion
2
.../optimism/runner/DriverInitException.java → ...imism/exceptions/DriverInitException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.runner; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type DriverInitException. | ||
|
2 changes: 1 addition & 1 deletion
2
...ommon/HildrServiceExecutionException.java → ...tions/HildrServiceExecutionException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.common; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type HildrServiceExecutionException. | ||
|
2 changes: 1 addition & 1 deletion
2
...ive/stages/InvalidFrameSizeException.java → ...exceptions/InvalidFrameSizeException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.derive.stages; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type InvalidFrameSizeException. | ||
|
2 changes: 1 addition & 1 deletion
2
...mism/config/InvalidSyncModeException.java → .../exceptions/InvalidSyncModeException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.config; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type InvalidSyncModeException. | ||
|
2 changes: 1 addition & 1 deletion
2
...erive/stages/L1InfoNotFoundException.java → ...m/exceptions/L1InfoNotFoundException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.derive.stages; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type L1InfoNotFoundException. | ||
|
2 changes: 1 addition & 1 deletion
2
...va/io/optimism/common/ResetException.java → ...o/optimism/exceptions/ResetException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.common; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The sequencer reset exception. | ||
|
2 changes: 1 addition & 1 deletion
2
...o/optimism/common/SequencerException.java → ...timism/exceptions/SequencerException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.common; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* the sequencer exception. | ||
|
2 changes: 1 addition & 1 deletion
2
...imism/runner/SyncUrlMissingException.java → ...m/exceptions/SyncUrlMissingException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.runner; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type SyncUrlMissingException. | ||
|
2 changes: 1 addition & 1 deletion
2
...o/optimism/common/TemporaryException.java → ...timism/exceptions/TemporaryException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.common; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The sequencer temporary exception. | ||
|
2 changes: 1 addition & 1 deletion
2
.../runner/TransactionNotFoundException.java → ...eptions/TransactionNotFoundException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.runner; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type TransactionNotFoundException. | ||
|
2 changes: 1 addition & 1 deletion
2
...ism/runner/TrustedPeerAddedException.java → ...exceptions/TrustedPeerAddedException.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.optimism.runner; | ||
package io.optimism.exceptions; | ||
|
||
/** | ||
* The type TrustedPeerAddedException. | ||
|
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.