Skip to content

Unexpected no_match #2217

@kuzdogan

Description

@kuzdogan

Address: 0x3F6E65Aa7fad2E95D045c968e4191a03047420a2
Chain: Ethereum Mainnet (1)
Job Id: 42b7f53f-d6e5-4dcb-8c40-f30545fc7af6

One can also find other potential jobs with the same reason with this:

-- Contract chain-address pairs in jobs that fail multiple times
SELECT 
  chain_id,
  ENCODE(contract_address, 'hex') AS address_hex,
  COUNT(*) AS job_count
FROM verification_jobs
inner join verification_jobs_ephemeral vje on vje.id = verification_jobs.id
where error_code = 'no_match'
GROUP BY chain_id, contract_address
HAVING COUNT(*) > 1
ORDER BY job_count desc;

TODO:

  • These contracts should be re-verified

Metadata

Metadata

Assignees

Labels

🪲 bugSomething isn't working

Type

Projects

Status

Sprint - Needs Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions