From b9a5299bc7120c2d2a2d09510da7aa3b07e10ba1 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:25:36 +0200 Subject: [PATCH 1/2] Update usl_kevm.h --- usl/usl_kevm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usl/usl_kevm.h b/usl/usl_kevm.h index a56a3c5e92..a97d1c982e 100644 --- a/usl/usl_kevm.h +++ b/usl/usl_kevm.h @@ -10,7 +10,7 @@ namespace usl_kevm { // We use the std::uint64_t type as a place holder for various data types. The -// actual bitwidth can be found in a comment. The bitwidth is refered to as +// actual bitwidth can be found in a comment. The bitwidth is referred to as // scalar for data types that are described as arbitrary natural numbers in the // Ethereum yellow paper. @@ -168,7 +168,7 @@ using accessed_storage_list_t = std::vector; // Substate using account_address_list_t = std::vector; struct substate_t { - account_address_list_t self_destrcut; + account_address_list_t self_destruct; log_list_t log; account_address_list_t touched_accounts; ether_t refund; From 97c5ca14d5389c455805cb3cec5897f818e3da5a Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:26:01 +0200 Subject: [PATCH 2/2] Update 201710-presentation-devcon3.md --- media/201710-presentation-devcon3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/201710-presentation-devcon3.md b/media/201710-presentation-devcon3.md index d4353c2ea9..c17360eb50 100644 --- a/media/201710-presentation-devcon3.md +++ b/media/201710-presentation-devcon3.md @@ -444,7 +444,7 @@ head: andBool G >=Int 52 *Int I +Int 21 ``` -Verifing ABI compliant contracts +Verifying ABI compliant contracts -------------------------------- . . .