Kaan Uzdoğan
Kaan Uzdoğan
Turns out the issue was simpler. Windows was sending a different MIME type we were not checking https://github.com/ethereum/sourcify/commit/92d864d5a3ea1b35ebe29bbf83b5f9cdbe92fbaf
It's released, can you please check?
Alright, then let's remove it and close this
My local execution also fails because CircleCI checkout can't copy files with special characters. The special characters are needed in the directory name for the tests for special characters. Couldn't...
Is it likely this will be merged sometime soon? We really need this for https://repo.sourcify.dev Kudos to @glubsy :clap:
I tried checking out these commits and https://github.com/lrsjng/h5ai/pull/771 but unfortunately it didn't get any faster To try out I created a directory with 20k folders, similar to our own setting...
Support for standard-json is definitely something we want, also since it's what the import from Etherscan does, and it gives a fair amount of perfect matches. About the verification with...
Is the Shard 3 RPC working? ``` curl --location --request POST "https://s3.api.harmony.one" \ --header 'Content-Type: application/json' \ --data-raw '{ "jsonrpc": "2.0", "method": "eth_getCode", "params": [ "0x9faF6AE7AA8E882b216C4EF1af14008f2a8D13C0", "0x2" ], "id": 1...
@ernestognw bringing this up. The RPC still seems unavailable
@ernestognw I see. Then these need to be updated in the https://chainid.network/chains.json as well ([ethereum-lists/chains](https://github.com/ethereum-lists/chains)) we are using that file for public RPCs. This is also used by many services...