Marco Castignoli
Marco Castignoli
## Context * Sourcify server struggles when many requests are incoming, it doesn't have any scaling strategy. * Sourcify server currently have one pending HTTP request for each pending verification,...
We discussed in the meeting today about the tasks left about the S3 and Filebase IPFS sync. This is an issue to track the tasks regarding this. - [ ]...
* Solidity is working on EOF changes, they will need to update how metadata is stored in bytecode following EOF specifications. * It's a good chance to update major metadata...
We can support Vyper in the current implementation of CheckedContract without needing to rewrite the entire class, as long as we are willing to sacrifice some code structure elegance in...
Following #1695, we decided to start researching into alternative methods for enabling users to access the most recently added contracts in the Sourcify repository. Let’s use this issue to document...
Let's implement what discussed in #1668 Revise the repository archive generation script to generate multiple zips with the format “match_type.chain.first_byte.zip” (e.g., “full_match.1.00.zip” will contain all mainnet full_match contracts with the...
We are passing `databasePool` and `schema` to every function inside `database-util.ts`. It's better if we move all the functions that query the database into a class and then use its...