Skip to content

Commit

Permalink
move TemporaryStore into the sui-adaptor crate
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Jul 8, 2022
1 parent 85a6173 commit 2ec4309
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions crates/sui-adapter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pub mod adapter;
pub mod bytecode_rewriter;
pub mod genesis;
pub mod object_root_ancestor_map;
pub mod temporary_store;
File renamed without changes.
3 changes: 1 addition & 2 deletions crates/sui-core/src/authority.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ pub mod move_integration_tests;
#[path = "unit_tests/gas_tests.rs"]
mod gas_tests;

mod temporary_store;
pub use temporary_store::AuthorityTemporaryStore;
pub use sui_adapter::temporary_store::AuthorityTemporaryStore;

mod authority_store;
pub use authority_store::{
Expand Down

0 comments on commit 2ec4309

Please sign in to comment.