From 29d0ef85c9f2292d74fe4ddafbecec43228feb3d Mon Sep 17 00:00:00 2001 From: David Przybilla Date: Wed, 15 Dec 2021 22:50:25 +0900 Subject: [PATCH] clean up --- ergo-chain-types/Cargo.toml | 6 ------ ergo-chain-types/src/serialization.rs | 1 - 2 files changed, 7 deletions(-) delete mode 100644 ergo-chain-types/src/serialization.rs diff --git a/ergo-chain-types/Cargo.toml b/ergo-chain-types/Cargo.toml index 7318772d2..9911d1950 100644 --- a/ergo-chain-types/Cargo.toml +++ b/ergo-chain-types/Cargo.toml @@ -16,15 +16,11 @@ crate-type = ["cdylib", "rlib"] [dependencies] k256 = { version = "0.9.6", features = ["zeroize", "arithmetic", "ecdsa"] } base16 = "0.2.1" -#thiserror = "1" derive_more = "0.99" sigma-ser = { version = "^0.3.0", path = "../sigma-ser" } elliptic-curve = {version = "0.10.6", features = ["zeroize", "ff"]} proptest-derive = {version = "0.3.0", optional = true } num-bigint = "0.4.0" -#ergotree-ir = { version = "^0.14.0", path = "../ergotree-ir", features = ["arbitrary"] } -#serde = { version = "1.0", features = ["derive"], optional = true } -#serde_json = { version = "1.0", optional = true } [dependencies.proptest] # wasm support, via https://altsysrq.github.io/proptest-book/proptest/wasm.html @@ -41,9 +37,7 @@ version = "1.9.1" features = [ "json" ] optional = true - [dev-dependencies] -sigma-test-util = { version = "^0.3.0", path = "../sigma-test-util" } rand = "0.8.3" pretty_assertions = "0.7.2" diff --git a/ergo-chain-types/src/serialization.rs b/ergo-chain-types/src/serialization.rs deleted file mode 100644 index 58f05ddac..000000000 --- a/ergo-chain-types/src/serialization.rs +++ /dev/null @@ -1 +0,0 @@ -// impl SigmaSerializable for T {...}