Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 140 additions & 89 deletions Cargo.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: crates/phactory/src/lib.rs
assertion_line: 365
assertion_line: 382
expression: "type_info_stringify::<Phactory<()>>()"
---
Option = enum {
Expand Down Expand Up @@ -398,6 +398,9 @@ phala_types::messaging::GatekeeperEvent = enum {
[2]_RepairV,
[3]_PhalaLaunched,
[4]_UnrespFix,
[5]SetStaticV {
enabled: bool,
}
}
phala_types::messaging::RandomNumberEvent = struct {
block_number: u32,
Expand Down Expand Up @@ -460,6 +463,11 @@ phala_types::messaging::WorkingReportEvent = enum {
n_clusters: u32,
n_contracts: u32,
}
[2]HeartbeatV3 {
session_id: u32,
iterations: u64,
p_instant: u32,
}
}
BTreeMap = struct {
: Vec<(sp_core::sr25519::Public, phactory::system::gk::WorkerInfo)>,
Expand Down Expand Up @@ -550,4 +558,3 @@ phactory::Phactory = struct {
system: Option<phactory::system::System<()>>,
netconfig: Option<phactory_api::proto_generated::pruntime_rpc::NetworkConfig>,
}

Loading