We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solcjs fails to be imported for version 0.4.10, I didn't check yet versions < 0.4.10
The function below throws a "Maximum call stack size exceeded" when being called with version 0.4.10+commit.f0d539ae
0.4.10+commit.f0d539ae
sourcify/packages/compilers/src/lib/solidityCompiler.ts
Lines 232 to 257 in b9c2141
I think that's the reason why we don't have any contract stored in the database with version <= 0.4.10
To execute the query above
select cc."version", count(*) as contracts from compiled_contracts cc where cc."compiler" = 'solc' group by cc."version" order by "version" desc;
The text was updated successfully, but these errors were encountered:
Maximum call stack size exceeded
<0.6.2
VerificationService.init()
No branches or pull requests
Solcjs fails to be imported for version 0.4.10, I didn't check yet versions < 0.4.10
The function below throws a "Maximum call stack size exceeded" when being called with version
0.4.10+commit.f0d539ae
sourcify/packages/compilers/src/lib/solidityCompiler.ts
Lines 232 to 257 in b9c2141
I think that's the reason why we don't have any contract stored in the database with version <= 0.4.10
To execute the query above
The text was updated successfully, but these errors were encountered: