Skip to content

Commit

Permalink
Add extrinsics to manipulate worker register infomations
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Jun 28, 2024
1 parent 3ddb5e8 commit 538f7d5
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 40 deletions.
3 changes: 2 additions & 1 deletion pallets/phala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub mod phat;
pub mod puppets;
pub mod registry;
pub mod stake_pool;
pub mod phat_tokenomic;
pub mod wapod_workers;

use compute::{base_pool, computation, pool_proxy, stake_pool_v2, vault, wrapped_balances};
Expand Down Expand Up @@ -49,7 +50,7 @@ pub use phat as pallet_phat;
pub use phat_tokenomic as pallet_phat_tokenomic;
pub use registry as pallet_registry;
pub use stake_pool as pallet_stake_pool;
pub mod phat_tokenomic;
pub use wapod_workers as pallet_wapod_workers;

#[cfg(feature = "native")]
use sp_core::hashing;
Expand Down
Loading

0 comments on commit 538f7d5

Please sign in to comment.