Skip to content

fix: add missing import for alloc::format#536

Merged
perekopskiy merged 1 commit intodevfrom
add-missing-import
Feb 26, 2026
Merged

fix: add missing import for alloc::format#536
perekopskiy merged 1 commit intodevfrom
add-missing-import

Conversation

@perekopskiy
Copy link
Contributor

What ❔

add missing import for alloc::format

Why ❔

fix build, I guess CI compiles with testing feature on which doesn't enable no_std

Is this a breaking change?

  • Yes
  • No

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted.

@github-actions
Copy link
Contributor

Benchmark report

Benchmark Symbol Base Eff Head Eff (%) Base Raw Head Raw (%) Base Blake Head Blake (%) Base Bigint Head Bigint (%)
block_19299001 process_block 315,681,952 315,681,952 (+0.00%) 273,016,552 273,016,552 (+0.00%) 410,630 410,630 (+0.00%) 9,023,830 9,023,830 (+0.00%)
block_22244135 process_block 197,585,908 197,585,908 (+0.00%) 170,670,116 170,670,116 (+0.00%) 172,040 172,040 (+0.00%) 6,040,788 6,040,788 (+0.00%)
precompiles bn254_ecadd 53,268 53,268 (+0.00%) 47,816 47,816 (+0.00%) 0 0 (+0.00%) 1,363 1,363 (+0.00%)
precompiles bn254_ecmul 728,781 728,781 (+0.00%) 564,593 564,593 (+0.00%) 0 0 (+0.00%) 41,047 41,047 (+0.00%)
precompiles bn254_pairing 72,336,733 72,336,733 (+0.00%) 57,808,589 57,808,589 (+0.00%) 0 0 (+0.00%) 3,632,036 3,632,036 (+0.00%)
precompiles ecrecover 476,493 477,647 (+0.24%) 308,653 309,659 (+0.33%) 0 0 (+0.00%) 41,960 41,997 (+0.09%)
precompiles id 927 927 (+0.00%) 927 927 (+0.00%) 0 0 (+0.00%) 0 0 (+0.00%)
precompiles keccak 137,579 137,579 (+0.00%) 137,579 137,579 (+0.00%) 0 0 (+0.00%) 0 0 (+0.00%)
precompiles modexp 31,267,857 31,267,857 (+0.00%) 20,610,037 20,610,037 (+0.00%) 0 0 (+0.00%) 2,664,455 2,664,455 (+0.00%)
precompiles p256_verify 748,861 748,861 (+0.00%) 470,169 470,169 (+0.00%) 0 0 (+0.00%) 69,673 69,673 (+0.00%)
precompiles point_evaluation 52,918,413 52,918,413 (+0.00%) 40,570,377 40,570,377 (+0.00%) 0 0 (+0.00%) 3,087,009 3,087,009 (+0.00%)
precompiles process_block 147,550,190 147,549,146 (-0.00%) 118,082,146 118,068,082 (-0.01%) 5,160 5,160 (+0.00%) 7,346,371 7,349,626 (+0.04%)
precompiles process_transaction 73,487,246 73,481,297 (-0.01%) 58,791,266 58,780,785 (-0.02%) 160 160 (+0.00%) 3,673,355 3,674,488 (+0.03%)
precompiles ripemd 8,013 8,013 (+0.00%) 8,013 8,013 (+0.00%) 0 0 (+0.00%) 0 0 (+0.00%)
precompiles run_tx_loop 146,898,469 146,897,629 (-0.00%) 117,510,105 117,496,245 (-0.01%) 180 180 (+0.00%) 7,346,371 7,349,626 (+0.04%)
precompiles sha256 13,168 13,168 (+0.00%) 13,168 13,168 (+0.00%) 0 0 (+0.00%) 0 0 (+0.00%)
precompiles system_init 46,785 46,785 (+0.00%) 46,785 46,785 (+0.00%) 0 0 (+0.00%) 0 0 (+0.00%)
precompiles verify_and_apply_batch 146,212 146,508 (+0.20%) 109,892 110,188 (+0.27%) 2,270 2,270 (+0.00%) 0 0 (+0.00%)

@perekopskiy perekopskiy merged commit 762daa0 into dev Feb 26, 2026
17 checks passed
@perekopskiy perekopskiy deleted the add-missing-import branch February 26, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants