Kaan Uzdoğan
Kaan Uzdoğan
The contract repository is currently being synced to an Amazon S3 bucket as a backup daily. We should also test if these backups are succeeded in nightly tests and get...
Looking into the https://github.com/celo-org/celo-monorepo/issues/9182#issuecomment-1035954373 issue, I noticed for older transactions the JSON RPC call `eth_getTransactionByHash` fails for geth full nodes, but works for archive nodes. I don't exactly know for...
Idea ----------------------- Implement an npm module for decoding a contract call into a more human-readable format using the ABI and userdoc ([NatSpec](https://docs.soliditylang.org/en/latest/natspec-format.html)) in the metadata of the contract. The main...
Currently url's to non-checksummed address paths result with a 404. This became evident in #586. The fix works for that case but as a more general solution, the server should...
Currently, Sourcify checks for constructor arguments when the bytecodes of the recompiled contract and onchain contract don't match but they have the same length (e.g. with immutable placeholders to be...
During the meeting with Erigon, we were asked for a ceiling estimate of a creation bytecode DB without any optimizations. As Erigon uses LevelDB, we can do this by converting...
We are currently the only provider for the IPFS repo for most of the content, except those cached or pinned by gateways. It would be nice if we also pin...
Currently, the monitor is only checking for contract creations in blocks by checking if the receiver of the tx is `null`. This is the usual method when contracts are created...
**What's the subject of the item you're requesting?** IPFS pinning via Filacoin **What's the content of the item you're requesting?** I was considering pinning the IPFS content I have using...