mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 23:31:04 +00:00
Move Externalities into its own crate (#3775)
* Move `Externalities` into `substrate-externalities` - `Externalities` now support generic extensions - Split of `primtives-storage` for storage primitive types * Move the externalities scoping into `substrate-externalities` * Fix compilation * Review feedback * Adds macro for declaring extensions * Fix benchmarks * Introduce `ExtensionStore` trait * Last review comments * Implement it for `ExtensionStore`
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "substrate-externalities"
|
||||
version = "2.0.0"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
primitive-types = { version = "0.5.1", features = ["codec"] }
|
||||
primitives-storage = { package = "substrate-primitives-storage", path = "../primitives/storage" }
|
||||
rstd = { package = "sr-std", path = "../sr-std" }
|
||||
environmental = { version = "1.0.2" }
|
||||
Reference in New Issue
Block a user