-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move old processor/src directory to processor/TODO
- Loading branch information
1 parent
5a2a278
commit 862ab5c
Showing
10 changed files
with
18 additions
and
16 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
2 changes: 2 additions & 0 deletions
2
processor/src/tests/addresses.rs → processor/TODO/tests/addresses.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use core::{time::Duration, pin::Pin, future::Future}; | ||
use std::collections::HashMap; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/batch_signer.rs → processor/TODO/tests/batch_signer.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use std::collections::HashMap; | ||
|
||
use rand_core::{RngCore, OsRng}; | ||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/cosigner.rs → processor/TODO/tests/cosigner.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use std::collections::HashMap; | ||
|
||
use rand_core::{RngCore, OsRng}; | ||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/key_gen.rs → processor/TODO/tests/key_gen.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use std::collections::HashMap; | ||
|
||
use zeroize::Zeroizing; | ||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/literal/mod.rs → processor/TODO/tests/literal/mod.rs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// TODO | ||
|
||
use std::sync::OnceLock; | ||
|
||
mod key_gen; | ||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/scanner.rs → processor/TODO/tests/scanner.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use core::{pin::Pin, time::Duration, future::Future}; | ||
use std::sync::Arc; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/signer.rs → processor/TODO/tests/signer.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use core::{pin::Pin, future::Future}; | ||
use std::collections::HashMap; | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
processor/src/tests/wallet.rs → processor/TODO/tests/wallet.rs
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,3 +1,5 @@ | ||
// TODO | ||
|
||
use core::{time::Duration, pin::Pin, future::Future}; | ||
use std::collections::HashMap; | ||
|
||
|