For context, out of the top 10,000 smart contracts (by incoming txn calls), sourcify only knows about 543.
Etherscan is harder to enumerate, but in the top 731, they know of 555.
So even low-hanging fruit of the most talked to contracts seems valuable.
Also i'm having issues verifying a contract by address the error is the following:
{"name":"VerificationService","hostname":"Air-di-Joshua.homenet.telecomitalia.it","pid":48008,"level":30,"loc":"[POST:VERIFICATION_BY_ADDRESS_FAILED]","address":"0xB13D6c918a9F3d8e8d0A78BB11807dcd14C50361","msg":"Could not find file in repository","time":"2022-08-31T10:14:07.958Z","v":0}
Hello everyone,
just got my chain listed on https://github.com/ethereum-lists/chains
when will chains.json
next get updated on https://github.com/ethereum/sourcify? is there any way to speed this up?
Thank you for the help in advance!
Also i'm having issues verifying a contract by address the error is the following:
{"name":"VerificationService","hostname":"Air-di-Joshua.homenet.telecomitalia.it","pid":48008,"level":30,"loc":"[POST:VERIFICATION_BY_ADDRESS_FAILED]","address":"0xB13D6c918a9F3d8e8d0A78BB11807dcd14C50361","msg":"Could not find file in repository","time":"2022-08-31T10:14:07.958Z","v":0}
PLS
Right, i actually need to verify a contract which has been deployed on a proprietary test network (EVM Based).. When i try to connect to Sourcify server tho, the response is the one i posted earlier.. The thing that scares me the most is that Sourcify "Could not find the file in repository".. And so i'm asking what am i missing?
No news then? I'm really struggling with that even today
Hello everyone,
just got my chain listed on https://github.com/ethereum-lists/chains
when willchains.json
next get updated on https://github.com/ethereum/sourcify? is there any way to speed this up?Thank you for the help in advance!
would be grateful for any help pls
@kuzdogan:matrix.org i caused some confusion by replying on a random PR.
My PR to add a new chain just got approved on chain-list yesterday
ethereum-lists/chains#1527
So now ethereum/sourcify chains.json
needs to get updated with the new chain that I added in ethereal-lists/chains. i wanted to ask when this merge will happen next
@kuzdogan:matrix.org After Today's call (we are the guys trying to locally run sourcify) my colleague and I are still having some issues during the setup.. We keep getting the 404 error saying "Could not find file in repository" when we try to verify a contract (which has already been deployed on our network). This is exactly what we get:
{"name":"VerificationService","hostname":"Air-di-Joshua.homenet.telecomitalia.it","pid":7661,"level":30,"loc":"[POST:VERIFICATION_BY_ADDRESS_FAILED]","address":"0xB13D6c918a9F3d8e8d0A78BB11807dcd14C50361","msg":"Could not find file in repository","time":"2022-09-05T12:35:53.828Z","v":0}
My concern is about the repository path which is something similar to: /Users/Sourcify/ContractRepo. Inside the repository there is nothing (as I understood today sourcify should create the structure under the local repository, but still i might have misunderstood).
Any help is appriciated! Thanks in advance !