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

fix(contracts): pass correct opcodes #66

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

keroro520
Copy link
Contributor

According to https://docs.spore.pro/glossary/terms#mutant

  • opcode '0': Spore in minting operation, mutant executed as minting mode
  • opcode '1': Spore in transfer operation, mutant executed as transfer mode
  • opcode '2': Spore in melt operation, mutant executed as melt mode

- opcode '0': Spore in minting operation, mutant executed as minting mode
- opcode '1': Spore in transfer operation, mutant executed as transfer mode
- opcode '2': Spore in melt operation, mutant executed as melt mode
@ashuralyk
Copy link
Contributor

I'll check it later, thanks for your effort on this bug

@ashuralyk
Copy link
Contributor

this PR relies on env variables set only in this repo, it does't work for PRs that are merged from outside repos, so please create a new branch in this repo and move your changes to it

@keroro520
Copy link
Contributor Author

this PR relies on env variables set only in this repo, it does't work for PRs that are merged from outside repos, so please create a new branch in this repo and move your changes to it

I'm afraid I don't have the necessary permissions to push branches to the sporeprotocol/spore-contract repository.

This change should not affect the current test cases.

@ashuralyk ashuralyk merged commit 2df9617 into sporeprotocol:master Apr 10, 2024
6 of 7 checks passed
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