Fix test 43 find 001 - #22
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates test snapshots to reflect changes in compiled WASM contract artifacts. The changes appear to be the result of contract compilation producing new hash values and adjusted metrics for the compiled code.
- Updates WASM contract hash from
ecbf3ed7e2aa03b11b8d177657b50ab0104aebcd058861157ce719d41b55a79ftof4de70f678124ba1f17642e07b7a06355deb468e0df573b8897269258fb0ff1a - Reduces instruction count from 2726 to 2697 and function count from 57 to 56
- Decreases data segment bytes from 242 to 226
Reviewed Changes
Copilot reviewed 18 out of 40 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test_mint_should_emit_a_mint_event.1.json | Updates WASM hash and compiled code artifacts for mint event test |
| test_mint_batch_should_require_auth_and_mint_and_emit_mint_events.1.json | Updates WASM hash and compiled code artifacts for batch mint authorization test |
| test_mint_batch_should_fail_if_operations_is_empty.1.json | Updates WASM hash and compiled code artifacts for empty operations test |
| test_mint_batch_should_fail_if_one_of_the_users_is_not_whitelisted.1.json | Updates WASM hash and compiled code artifacts for whitelist validation test |
| test_mint_batch_should_fail_if_one_of_the_operations_is_not_strictly_positive.1.json | Updates WASM hash and compiled code artifacts for positive amount validation test |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.