From 4c2a29cd363db41dd1da347b16aebac97e577dc0 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Sat, 14 Dec 2024 10:31:18 +0800 Subject: [PATCH 1/3] docs: Spelling error. Signed-off-by: RiceChuan --- pytest/tests/replay/README.md | 2 +- runtime/near-vm/engine/src/universal/link.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest/tests/replay/README.md b/pytest/tests/replay/README.md index 7368c2c6cb6..3c13422a3d9 100644 --- a/pytest/tests/replay/README.md +++ b/pytest/tests/replay/README.md @@ -15,7 +15,7 @@ Prerequisites: In order to set up and launch replay, we take the following steps: -Make sure you have the right enviroment variables: +Make sure you have the right environment variables: ```shell export PYTHONPATH=./pytest/lib ``` diff --git a/runtime/near-vm/engine/src/universal/link.rs b/runtime/near-vm/engine/src/universal/link.rs index 064b54db281..25eff4a7230 100644 --- a/runtime/near-vm/engine/src/universal/link.rs +++ b/runtime/near-vm/engine/src/universal/link.rs @@ -9,7 +9,7 @@ use near_vm_vm::{SectionBodyPtr, VMLocalFunction}; use std::collections::HashMap; use std::ptr::{read_unaligned, write_unaligned}; -/// Add a new trampoline address, given the base adress of the Section. Return the address of the jump +/// Add a new trampoline address, given the base address of the Section. Return the address of the jump /// The trampoline itself still have to be writen fn trampolines_add( map: &mut HashMap, From 5b71abdc2a22a6040a8a3368709d69ec9e6cc373 Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Sat, 14 Dec 2024 11:20:46 +0800 Subject: [PATCH 2/3] docs: Spelling error. Signed-off-by: RiceChuan --- pytest/tests/replay/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest/tests/replay/README.md b/pytest/tests/replay/README.md index 3c13422a3d9..1828bdd031e 100644 --- a/pytest/tests/replay/README.md +++ b/pytest/tests/replay/README.md @@ -38,3 +38,4 @@ python3 pytest/tests/replay/replay.py send --tx-json [PREREQ2] --home-dir [PRERE ``` Now the localnet db contains a dense trace of the txs dumped, replayed on the dumped genesis. +11 From 7f91de47abf486bdb440674e7a76add035d7cdcf Mon Sep 17 00:00:00 2001 From: RiceChuan Date: Sat, 14 Dec 2024 11:31:33 +0800 Subject: [PATCH 3/3] docs: Spelling error. Signed-off-by: RiceChuan --- pytest/tests/replay/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest/tests/replay/README.md b/pytest/tests/replay/README.md index 1828bdd031e..3c13422a3d9 100644 --- a/pytest/tests/replay/README.md +++ b/pytest/tests/replay/README.md @@ -38,4 +38,3 @@ python3 pytest/tests/replay/replay.py send --tx-json [PREREQ2] --home-dir [PRERE ``` Now the localnet db contains a dense trace of the txs dumped, replayed on the dumped genesis. -11