test(coprocessor): typo on maximimum_compact_inputs_upload in Update utils.rs
In "maximimum_compact_inputs_upload: 10" typo error: Fix: maximimum ---> maximum
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @HarleyQeen on file. In order for us to review and merge your code, please sign:
- For individual contribution: our CLA
- for Bounty submission, if you are an individual: our T&C
- for Bounty submission, if you are a company: our T&C to get yourself added.
If you already signed one of this document, just wait to be added to the bot config.
@cla-bot check
The cla-bot has been summoned, and re-checked this pull request!
@rudy-6-4 merge pls
@rudy-6-4 merge pls
Hi @HarleyQeen
-
I am waiting for CI to check everything.And as far as I understand it should be red. coprocessor/src/daemon_cli.rs has not been updated according to your change.
-
And also I can't merge due to commit title. You must first fix it. Look at the "Merging is blocked" status. " Commit message must match a given regex pattern: ^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)((coprocessor|host-contracts|gateway-contracts|library-solidity|kms-connector|sdk|test-suite|charts|common))(!)?: [\s\S]*$ " In your case that woud be something like "test(coprocessor): typo on maximimum_compact_inputs_upload"
You must fix all occurences:
https://github.com/zama-ai/fhevm/actions/runs/16389205396/job/46948602434?pr=602#step:9:1265
error[E0560]: struct daemon_cli::Args has no field named maximum_compact_inputs_upload
--> coprocessor/src/tests/utils.rs:103:9
|
103 | maximum_compact_inputs_upload: 10,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
103 | maximimum_compact_inputs_upload: 10,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@rudy-6-4 tell me pls now good or I need change some or fix?
@aquint-zama hi can we fix it together?
@HarleyQeen sure are you on our discord?
@aquint-zama yes (fagos) or you can text here
Replaced by https://github.com/zama-ai/fhevm/pull/852 to fix compilation