mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 22:28:01 +00:00
deps: remove polkadot-sdk umbrella crate (#1926)
* deps: get rid of polkadot-sdk umbrella crate * fix nits * Update subxt/src/backend/mod.rs * Update subxt/src/events/events_client.rs * Update metadata/src/utils/validation.rs * cargo clippy fix * fix ui tests
This commit is contained in:
@@ -55,8 +55,7 @@ error: Type `Event` does not exist at path `sp_runtime::multiaddress::Event`
|
||||
2 | | runtime_metadata_path = "../../../../artifacts/polkadot_metadata_small.scale",
|
||||
3 | | substitute_type(
|
||||
4 | | path = "sp_runtime::multiaddress::Event",
|
||||
5 | | with = "crate::MyEvent"
|
||||
6 | | )
|
||||
... |
|
||||
7 | | )]
|
||||
| |__^
|
||||
|
|
||||
|
||||
@@ -7,8 +7,7 @@ error: Type `DispatchInfo` does not exist at path `frame_support::dispatch::Disp
|
||||
2 | | runtime_metadata_path = "../../../../artifacts/polkadot_metadata_small.scale",
|
||||
3 | | substitute_type(
|
||||
4 | | path = "frame_support::dispatch::DispatchInfo",
|
||||
5 | | with = "my_mod::DispatchInfo"
|
||||
6 | | )
|
||||
... |
|
||||
7 | | )]
|
||||
| |__^
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user