Kaan Uzdoğan
Kaan Uzdoğan
As said in #1708 I skipped adding the docs because it's rather complicated to set up a new Server() with options. I tried to do the fixes and it takes...
Two comments: - "the compiler outputs runtime bytecode with all libraries and immutables set to placeholders (typically 0s)" this is not necessarily true for linked libraries ie. if the compiler...
The vector DB is clear to me and I like that idea. I'm just exploring the Blockscout option. Don't they mark immutables and libraries as **Meta**? That's weird. Maybe with...
Right, we don't know which parts of the onchain bytecode is Main vs Meta. But I think we are both trying to do the same thing. 1. Find potential similar...
@rimrakhimov thanks a lot for the insights! @marcocastignoli for your second point, I get that: 1. we take the on-chain runtime bytecode's metadata hash. We compare it against all of...
I don't think so. Take this contract: ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; library Lib { function sum(uint256 a, uint256 b) external returns (uint256) { return a + b;...
Thanks for the PR. Can you please remove the rpc fields here and instead add them to your entry in the [ethereum-lists/chains](https://github.com/ethereum-lists/chains)?
The chain should have an RPC in https://chainid.network/chains.json (which we mirror with `chains.json` file). It's odd to have a chain without any RPCs. We base our RPCs from the ethereum-lists/chains...
@ifavo no worries :) Just bear in mind this will go with the next release and unfortunately it will take some time since we're in the middle of an infra...
@ifavo I'd say something around the end of the month