Skip to content

Commit

Permalink
Merge pull request #169 from DeepBrainChain/pallet-for-contract
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ytbiu authored Nov 26, 2024
2 parents 2329c1d + 8079c02 commit e4cef64
Show file tree
Hide file tree
Showing 45 changed files with 401 additions and 6,633 deletions.
140 changes: 1 addition & 139 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ members = [
"pallets/council-reward",
"pallets/nfts",
"runtime/src/precompiles/macro",
"pallets/ai-project-register",
"pallets/dlc-machine",
"pallets/rent-dlc-machine",
"pallets/rent-dlc-machine/rpc",
"pallets/rent-dlc-machine/rpc/runtime-api",
]

[workspace.dependencies]
Expand Down
1 change: 0 additions & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ committee-rpc = { path = "../../pallets/committee/rpc" }
online-committee-rpc = { path = "../../pallets/online-committee/rpc" }
online-profile-rpc = { path = "../../pallets/online-profile/rpc" }
rent-machine-rpc = { path = "../../pallets/rent-machine/rpc" }
rent-dlc-machine-rpc = { path = "../../pallets/rent-dlc-machine/rpc" }

simple-rpc-rpc = { path = "../../pallets/simple-rpc/rpc" }
terminating-rental-rpc = { path = "../../pallets/terminating-rental/rpc" }
Expand Down
4 changes: 0 additions & 4 deletions node/cli/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ where
C::Api: online_committee_rpc::OcStorageRuntimeApi<Block, AccountId, BlockNumber, Balance>,
C::Api: rent_machine_rpc::RmStorageRuntimeApi<Block, AccountId, BlockNumber, Balance>,
C::Api: terminating_rental_rpc::IrStorageRuntimeApi<Block, AccountId, Balance, BlockNumber>,
C::Api: rent_dlc_machine_rpc::RmDlcStorageRuntimeApi<Block, AccountId, BlockNumber, Balance>,
{
use dbc_client_rpc_debug::{Debug, DebugServer};
use dbc_client_rpc_trace::{Trace, TraceServer};
Expand All @@ -82,7 +81,6 @@ where
use committee_rpc::{CmRpcApiServer, CmStorage};
use online_committee_rpc::{OcRpcApiServer, OcStorage};
use online_profile_rpc::{OpRpcApiServer, OpStorage};
use rent_dlc_machine_rpc::{DlcRmRpcApiServer, DlcRmStorage};
use rent_machine_rpc::{RmRpcApiServer, RmStorage};
use simple_rpc_rpc::{SimpleRpcApiServer, SrStorage};
use terminating_rental_rpc::{IrRpcApiServer, IrStorage};
Expand Down Expand Up @@ -148,8 +146,6 @@ where
io.merge(OpStorage::new(client.clone()).into_rpc()).ok();
io.merge(RmStorage::new(client.clone()).into_rpc()).ok();
io.merge(IrStorage::new(client.clone()).into_rpc()).ok();
io.merge(DlcRmStorage::new(client.clone()).into_rpc()).ok();

io.merge(
EthFilter::new(
client.clone(),
Expand Down
57 changes: 0 additions & 57 deletions pallets/ai-project-register/Cargo.toml

This file was deleted.

Loading

0 comments on commit e4cef64

Please sign in to comment.