Skip to content

Fix/july #222

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

Merged
merged 2 commits into from
Jul 17, 2025
Merged

Fix/july #222

merged 2 commits into from
Jul 17, 2025

Conversation

0xferit
Copy link
Member

@0xferit 0xferit commented Jul 17, 2025

No description provided.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

const ethereumTargetEvent = ethereumMetaEvents.find(e => e.args._metaEvidenceID.toString() === metaEvidenceID.toString());
if (ethereumTargetEvent) {
console.debug(`🎯 [getMetaEvidence] Found target MetaEvidence ID ${metaEvidenceID} on Ethereum mainnet!`);
metaEvidenceEvents = [ethereumTargetEvent]; // Use this event

Check notice

Code scanning / SonarCloud

Unused assignments should be removed Low

Remove this useless assignment to variable "metaEvidenceEvents". See more on SonarQube Cloud

render() {
const { network } = this.props;
const { validated, summary } = this.state;

Check notice

Code scanning / SonarCloud

Unused assignments should be removed Low

Remove this useless assignment to variable "summary". See more on SonarQube Cloud
@0xferit 0xferit merged commit c1850a2 into master Jul 17, 2025
6 of 11 checks passed
@0xferit 0xferit deleted the fix/july branch July 17, 2025 10:16
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.

1 participant