Skip to content

Commit

Permalink
Remove deprecated RPCs in oracle and tokens (open-web3-stack#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 authored Sep 20, 2023
1 parent 2b41f29 commit 581a55e
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 248 deletions.
6 changes: 2 additions & 4 deletions Cargo.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ members = [
"currencies",
"gradually-update",
"oracle",
"oracle/rpc",
"oracle/rpc/runtime-api",
"oracle/runtime-api",
"tokens",
"tokens/rpc",
"tokens/rpc/runtime-api",
"tokens/runtime-api",
"traits",
"utilities",
"vesting",
Expand Down
19 changes: 0 additions & 19 deletions oracle/rpc/Cargo.toml

This file was deleted.

102 changes: 0 additions & 102 deletions oracle/rpc/src/lib.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "orml-oracle-rpc-runtime-api"
name = "orml-oracle-runtime-api"
version = "0.4.1-dev"
authors = ["Laminar Developers <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
description = "Runtime API module for orml-oracle-rpc."
description = "Runtime API module for orml-oracle."

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
Expand Down
File renamed without changes.
22 changes: 0 additions & 22 deletions tokens/rpc/Cargo.toml

This file was deleted.

94 changes: 0 additions & 94 deletions tokens/rpc/src/lib.rs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[package]
name = "orml-tokens-rpc-runtime-api"
description = "orml tokens rpc interface."
license = "Apache-2.0"
name = "orml-tokens-runtime-api"
version = "0.4.1-dev"
authors = ["Laminar Developers <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
description = "Runtime API module for orml-tokens."

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" }
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v1.0.0" }
orml-tokens = { default-features = false, path = "../../../tokens" }

[features]
default = ["std"]
Expand All @@ -20,5 +19,4 @@ std = [
"frame-support/std",
"sp-api/std",
"sp-runtime/std",
"orml-tokens/std",
]
File renamed without changes.

0 comments on commit 581a55e

Please sign in to comment.