From f45bfcb07e42b7831b0940ccebe5aea949f91173 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:55:58 +0300 Subject: [PATCH 1/2] Update external_circuit_plugin.rs --- crates/zkwasm/src/runtime/host/external_circuit_plugin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs b/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs index d168378d2..3895e44a0 100644 --- a/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs +++ b/crates/zkwasm/src/runtime/host/external_circuit_plugin.rs @@ -46,7 +46,7 @@ impl ExternalCircuitEnv { }) } - /// Register a foreign function to a registed plugin + /// Register a foreign function to a registered plugin pub fn register_function( &mut self, name: &str, From 100c9c3304d105ea450912c08282cd3b96f7d2ba Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:56:18 +0300 Subject: [PATCH 2/2] Update v2.rs --- .../zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs b/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs index 3defe8fe9..9b59027a9 100644 --- a/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs +++ b/crates/zkwasm/src/runtime/monitor/plugins/table/transaction/v2.rs @@ -68,7 +68,7 @@ impl Checkpoint { // return value: // Ordering::Greater: at least one of transaction is overflow // Ordering::Equal: all transactions are full - // Ordering::Less : no transaction overflow and at least one of transacion is not full + // Ordering::Less : no transaction overflow and at least one of transaction is not full fn transactions_group_number_ordering( &self, applied_transactions_group_number: &HashMap,