Skip to content

Breaking change: Passing solc compiler instead of configuration to NewVerifier#127

Merged
0x19 merged 1 commit into
mainfrom
verifier-fix
Oct 18, 2023
Merged

Breaking change: Passing solc compiler instead of configuration to NewVerifier#127
0x19 merged 1 commit into
mainfrom
verifier-fix

Conversation

@0x19

@0x19 0x19 commented Oct 18, 2023

Copy link
Copy Markdown
Contributor

Basically what happens is that IsSynced() will be false if we create new solc instance every time we establish compiler resulting in sync attempts way too often. To resolve it, I've ensured that NewVerifier() requires already initiated solc compiler to be passed instead of configuration only.

@0x19 0x19 added bug Something isn't working enhancement New feature or request performance Performance Testing labels Oct 18, 2023
@0x19 0x19 self-assigned this Oct 18, 2023
@0x19 0x19 merged commit d165416 into main Oct 18, 2023
@0x19 0x19 deleted the verifier-fix branch October 18, 2023 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request performance Performance Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant