Skip to content

Commit

Permalink
runtime: Deprecate transaction::MethodDispatcher
Browse files Browse the repository at this point in the history
By deprecate I mean, move into the simple-keyvalue runtime's main.rs,
preserving existing functionality in the worst possible way.
  • Loading branch information
Yawning committed Aug 11, 2021
1 parent 5a88c9b commit 08648d8
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 513 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub use self::{
enclave_rpc::{demux::Demux as RpcDemux, dispatcher::Dispatcher as RpcDispatcher},
init::start_runtime,
protocol::Protocol,
transaction::dispatcher::{Dispatcher as TxnDispatcher, MethodDispatcher as TxnMethDispatcher},
transaction::dispatcher::Dispatcher as TxnDispatcher,
};

// Re-export the cbor crate.
Expand Down
Loading

0 comments on commit 08648d8

Please sign in to comment.