mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 18:15:48 +00:00
Decode raw events using scale_value and return the decoded Values, too (#576)
* Decode raw events using scale_value and return the decoded Values, too * cargo fmt * cargo fmt and slight rearranging of test code
This commit is contained in:
+1
-1
@@ -22,6 +22,7 @@ integration-tests = []
|
||||
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
|
||||
scale-info = { version = "2.0.0", features = ["bit-vec"] }
|
||||
scale-value = "0.2.0"
|
||||
futures = "0.3.13"
|
||||
hex = "0.4.3"
|
||||
jsonrpsee = { version = "0.14.0", features = ["async-client", "client-ws-transport"] }
|
||||
@@ -41,5 +42,4 @@ frame-metadata = "15.0.0"
|
||||
derivative = "2.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
tokio = { version = "1.8", features = ["macros", "time"] }
|
||||
|
||||
Reference in New Issue
Block a user