From cc7ea7a61e689e857b15bc0d38ac72f749d74c06 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Mon, 23 Dec 2024 04:16:29 +0100 Subject: [PATCH 1/2] Update README.md --- cairo/kakarot-ssj/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo/kakarot-ssj/README.md b/cairo/kakarot-ssj/README.md index 196587351..bf699738d 100644 --- a/cairo/kakarot-ssj/README.md +++ b/cairo/kakarot-ssj/README.md @@ -145,7 +145,7 @@ Reach out to the maintainer at one of the following places: If you want to say **thank you** or/and support active development of Kakarot: - Add a [GitHub Star](https://github.com/kkrt-labs/kakarot-ssj) to the project. -- Tweet about [Kakarot](https://twitter.com/KakarotZkEvm). +- Tweet about [Kakarot](https://x.com/KakarotZkEvm). - Write interesting articles about the project on [Dev.to](https://dev.to/), [Medium](https://medium.com/), [Mirror](https://mirror.xyz/) or your personal blog. From d2ce6ac3847890f49e4c40b40c03b9eb9373c02c Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Mon, 23 Dec 2024 04:17:30 +0100 Subject: [PATCH 2/2] Update test_gas.py --- cairo_zero/tests/src/kakarot/test_gas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cairo_zero/tests/src/kakarot/test_gas.py b/cairo_zero/tests/src/kakarot/test_gas.py index 5b813d7eb..a8057e508 100644 --- a/cairo_zero/tests/src/kakarot/test_gas.py +++ b/cairo_zero/tests/src/kakarot/test_gas.py @@ -65,7 +65,7 @@ def test_should_return_max_expansion_cost( ) # If the memory expansion is greater than 2**27 words of 32 bytes - # We saturate it to the hardcoded value corresponding the the gas cost of a 2**32 memory size + # We saturate it to the hardcoded value corresponding the gas cost of a 2**32 memory size expected_saturated = ( memory_cost_u32 if (words_len * 32 + expansion.expand_by) >= 2**32