mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
chore: split-out vault code from teepot
in teepot-vault
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
63c16b1177
commit
f8bd9e6a08
61 changed files with 450 additions and 308 deletions
|
@ -21,6 +21,6 @@ tokio.workspace = true
|
|||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
url.workspace = true
|
||||
zksync_basic_types.workspace = true
|
||||
zksync_types.workspace = true
|
||||
zksync_web3_decl.workspace = true
|
||||
zksync_basic_types = "=0.1.0"
|
||||
zksync_types = "=0.1.0"
|
||||
zksync_web3_decl = "=0.1.0"
|
||||
|
|
|
@ -9,13 +9,13 @@ use secp256k1::{
|
|||
Message, SECP256K1,
|
||||
};
|
||||
use teepot::{
|
||||
client::TcbLevel,
|
||||
ethereum::{public_key_to_ethereum_address, recover_signer},
|
||||
prover::reportdata::ReportData,
|
||||
quote::{
|
||||
error::QuoteContext, tee_qv_get_collateral, verify_quote_with_collateral,
|
||||
QuoteVerificationResult, Report,
|
||||
},
|
||||
sgx::TcbLevel,
|
||||
};
|
||||
use tracing::{debug, info, trace, warn};
|
||||
use zksync_basic_types::{L1BatchNumber, H256};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue