Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

180 exp in zkevm #231

Merged
merged 1 commit into from
Jan 8, 2025
Merged

180 exp in zkevm #231

merged 1 commit into from
Jan 8, 2025

Conversation

ETatuzova
Copy link
Contributor

EXP opcode initial implementation added

@ETatuzova ETatuzova requested a review from ayashunsky January 3, 2025 08:21
@ETatuzova ETatuzova self-assigned this Jan 3, 2025
@ETatuzova ETatuzova linked an issue Jan 3, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jan 3, 2025

Clang Test Results

  164 files  + 1    164 suites  +1   15m 32s ⏱️ +5s
7 282 tests +98  7 276 ✅ +98  6 💤 ±0  0 ❌ ±0 
7 356 runs  +98  7 350 ✅ +98  6 💤 ±0  0 ❌ ±0 

Results for commit b9c55b2. ± Comparison against base commit 1fed3a7.

This pull request removes 8 and adds 106 tests. Note that renamed tests count towards both.
pack_imploder_test_suite ‑ be_to_be_1
pack_imploder_test_suite ‑ be_to_be_2
pack_imploder_test_suite ‑ be_to_le_1
pack_imploder_test_suite ‑ be_to_le_2
pack_imploder_test_suite ‑ be_to_le_3
pack_imploder_test_suite ‑ bubb_to_lulb_4
zkevm_opcode_test_suite ‑ pushx
zkevm_opcode_test_suite ‑ pushx_strings
lpc_math_polynomial_suite ‑ lpc_basic_skipping_layers_test
lpc_math_polynomial_suite ‑ lpc_dfs_basic_test
lpc_params_test_suite ‑ lpc_batches_num_3_test
lpc_params_test_suite ‑ lpc_different_hash_types_test
pack_equal_test_suite ‑ bubb_to_bubb_1
pack_equal_test_suite ‑ bubb_to_bubb_2
pack_equal_test_suite ‑ bubb_to_bubb_3
pack_equal_test_suite ‑ bubb_to_bulb_1
pack_equal_test_suite ‑ bubb_to_bulb_2
pack_equal_test_suite ‑ bubb_to_lubb_1
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 3, 2025

Gcc Test Results

  164 files  +1    164 suites  +1   16m 26s ⏱️ +9s
7 282 tests +1  7 276 ✅ +1  6 💤 ±0  0 ❌ ±0 
7 356 runs  +1  7 350 ✅ +1  6 💤 ±0  0 ❌ ±0 

Results for commit b9c55b2. ± Comparison against base commit 1fed3a7.

This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
zkevm_opcode_test_suite ‑ pushx
zkevm_opcode_test_suite ‑ pushx_strings
zkevm_bbf_exp ‑ one_exponent
zkevm_opcode_bbf_test_suite ‑ pushx
zkevm_opcode_bbf_test_suite ‑ pushx_strings

♻️ This comment has been updated with latest results.

@ETatuzova ETatuzova force-pushed the 180-exp-in-zkevm branch 4 times, most recently from 13ea58a to 8f6bc38 Compare January 7, 2025 10:29
@ETatuzova ETatuzova added this pull request to the merge queue Jan 8, 2025
Merged via the queue into master with commit 04a9a94 Jan 8, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EXP in zkevm
2 participants