Skip to content

Commit

Permalink
fix: use impl-serde with std.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Aug 1, 2023
1 parent 106e412 commit b6b642c
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 85 deletions.
80 changes: 45 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,31 +276,31 @@ orml-xtokens = { git = "https://github.com/open-web3-stack//open-runtime-module-

#ToDo: Change to commit id instead of master
[patch."https://github.com/paritytech/frontier"]
fc-api = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-cli = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-consensus = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-db = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-mapping-sync = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-rpc = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-rpc-core = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-storage = { git = "https://github.com/paritytech//frontier", branch = "master" }
fc-api = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-cli = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-consensus = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-db = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-mapping-sync = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-rpc = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-rpc-core = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fc-storage = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
# Frontier Primitive
fp-account = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-consensus = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-dynamic-fee = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-ethereum = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-evm = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-rpc = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-self-contained = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-storage = { git = "https://github.com/paritytech//frontier", branch = "master" }
fp-account = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-consensus = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-dynamic-fee = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-ethereum = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-evm = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-rpc = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-self-contained = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
fp-storage = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
# Frontier FRAME
pallet-base-fee = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-dynamic-fee = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-ethereum = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-evm = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-evm-chain-id = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-evm-precompile-modexp = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-evm-precompile-sha3fips = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-evm-precompile-simple = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-evm-test-vector-support = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-hotfix-sufficients = { git = "https://github.com/paritytech//frontier", branch = "master" }
pallet-base-fee = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-dynamic-fee = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-ethereum = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-evm = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-evm-chain-id = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-evm-precompile-modexp = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-evm-precompile-sha3fips = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-evm-precompile-simple = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-evm-test-vector-support = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
pallet-hotfix-sufficients = { git = "https://github.com/paritytech//frontier", rev = "22aaafe089218f6cee625898fff7b953cc793228" }
3 changes: 2 additions & 1 deletion crates/bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2021"
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "2.2.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.130", default-features = false, features = ["derive"] }
impl-serde = { version = "0.3.1", default-features = false }
sha2 = { version = "0.8.2", default-features = false }
hex = { version = "0.4.2", default-features = false }
spin = { version = "0.7.1", default-features = false }
Expand All @@ -24,12 +25,12 @@ frame-support = { git = "https://github.com/paritytech/substrate", branch = "pol
default = ["std"]
std = [
"codec/std",
"impl-serde/std",
"scale-info/std",
"serde/std",
"sha2/std",
"hex/alloc",
"primitive-types/std",
# "primitive-types/serde",
"secp256k1/std",
]
parser = []
Expand Down
Loading

0 comments on commit b6b642c

Please sign in to comment.