tests: Add browser WASM tests for evm_client
This commit is contained in:
		| @@ -32,7 +32,7 @@ pub struct KeyEntry { | ||||
|     pub metadata: Option<KeyMetadata>, | ||||
| } | ||||
|  | ||||
| #[derive(Debug, Clone, serde::Serialize, serde::Deserialize)] | ||||
| #[derive(Debug, Clone, PartialEq, serde::Serialize, serde::Deserialize)] | ||||
| pub enum KeyType { | ||||
|     Secp256k1, | ||||
|     Ed25519, | ||||
|   | ||||
| @@ -12,7 +12,7 @@ mod session; | ||||
|  | ||||
| mod utils; | ||||
|  | ||||
| use kvstore::KVStore; | ||||
| pub use kvstore::traits::KVStore; | ||||
| use data::*; | ||||
| use error::VaultError; | ||||
| use crate::crypto::random_salt; | ||||
|   | ||||
| @@ -1 +0,0 @@ | ||||
| tempfile = "3.10" | ||||
		Reference in New Issue
	
	Block a user