Kaan Uzdoğan
Kaan Uzdoğan
Here, I came up with a first draft of wireframes. Appreciate a round of feedback :) https://www.figma.com/design/IO9YvYT9Jzrpwo52x9j2Us/Untitled?node-id=0-1&t=RFlVLz7pXKk45yKO-1
The test started to take quite some time, >10m, and we should prioritize this soon.
Another potential issue is with the creatorTxHash tests. We have multiple chains here that might have removed `fetchCreatorTxHashWith` support and therefore causing long binary searches over the blocks for the...
Hi @halcyonet are you still working on this?
Closing this issue until there will be a need for importing the database from the parquet. There's the script above for future reference. Also for anything data analytics related we...
Hey just beware that the recompiled bytecodes will have the library placeholder values `__$ab..cd$__` replaced to `0000`s. This is because the `code` is stored as bytes in Postgres. I don't...
Hi I don't think the given explorer is an Etherscan instance. If it's a Blockscout instance you can add a blockscout field similar to other chains
@zoowii Yes that works but we don't use the verifyproxy endpoint
> the Verify Solidity Source Code rpc wdym? We just need a standard chain rpc
For the chain specific exports, at least for the deployments we can do "Hive Partitioning" https://github.com/verifier-alliance/parquet-export/issues/10 But the problem is, you still need to join it via the `verified_contracts` table...