mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 21:01:03 +00:00
Move offchain worker http helpers to sr-primitives. (#3733)
* Move offchain helpers to sr-primitives. * Add some docs and fix tests. * Refresh cargo.lock * Bump runtime. * Don't run offchain http example.
This commit is contained in:
committed by
Bastian Köcher
parent
3907582457
commit
90df6b3c6c
@@ -19,9 +19,6 @@ environmental = { version = "1.0.1", optional = true }
|
||||
substrate-state-machine = { path = "../state-machine", optional = true }
|
||||
trie = { package = "substrate-trie", path = "../trie", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-offchain = { path = "../offchain" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
|
||||
Reference in New Issue
Block a user