Expand description
PunkGo kernel runtime — the 7-step submit pipeline and energy production.
Kernel— bootstraps state, handles requests, and runs the submit pipeline:validate → quote → reserve → validate_payload → settle → append → post-commitEnergyProducer— background task distributing energy per tick, anchored to hardware compute power (PIP-001 §1–§2)lifecycle— actor lifecycle operations: freeze, unfreeze, terminateSubmitReceipt— cryptographic receipt returned after successful commit
Re-exports§
pub use energy_producer::EnergyProducer;
Modules§
- energy_
producer - Energy production background task — continuous energy generation per tick.
- lifecycle
- Actor lifecycle operations — freeze, unfreeze, terminate.
Structs§
- Kernel
- The PunkGo kernel — single-writer append-only event system.
- Kernel
Config - Configuration for bootstrapping the kernel.
- Submit
Receipt - Cryptographic receipt returned after a successful action submission.