-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Integrate Eth Bytecode DB #7187
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nikitosing
changed the title
Add Explorer.Chain.Fetcher.LookUpSmartContractSourcesOnDemand
Integrate Eth Bytecode DB
Apr 1, 2023
nikitosing
force-pushed
the
np-integrate-eth-bytecode-db
branch
from
April 3, 2023 10:32
97904b6
to
6b01d40
Compare
nikitosing
force-pushed
the
np-integrate-eth-bytecode-db
branch
from
April 6, 2023 07:57
89e3dcb
to
7f41a8c
Compare
vbaranov
force-pushed
the
np-integrate-eth-bytecode-db
branch
from
April 10, 2023 09:46
2b93281
to
cbecbdf
Compare
…WEEN_LOOKUPS; Add MICROSERVICE_SC_VERIFIER_TYPE
nikitosing
force-pushed
the
np-integrate-eth-bytecode-db
branch
from
April 10, 2023 14:44
d7191f4
to
ca493ab
Compare
fx0x55
pushed a commit
to PundiAI/blockscout
that referenced
this pull request
May 10, 2023
* Add Explorer.Chain.Fetcher.LookUpSmartContractSourcesOnDemand * Add smart_contract_was_verified broadcast * Changelog * Rollback rename * Refactoring * Fix warning on rendering contracts without constructor args * Add metadata to the verification request to microservice * Add ETH_BYTECODE_DB_INTERVAL_BETWEEN_LOOKUPS * Add MICROSERVICE_ prefix to MICROSERVICE_ETH_BYTECODE_DB_INTERVAL_BETWEEN_LOOKUPS; Add MICROSERVICE_SC_VERIFIER_TYPE * Fix tests * Update runtime.exs * Update common-blockscout.env --------- Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com> (cherry picked from commit 3633b7d)
hhjmmmmmmmm
approved these changes
May 3, 2024
hhjmmmmmmmm
approved these changes
May 3, 2024
hhjmmmmmmmm
approved these changes
May 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
smart_contract_was_verified
MICROSERVICE_ETH_BYTECODE_DB_INTERVAL_BETWEEN_LOOKUPS
MICROSERVICE_SC_VERIFIER_TYPE
(eth_bytecode_db
orsc_verifier
)blockscout/docs#134
Checklist for your Pull Request (PR)
CHANGELOG.md
with this PRmaster
in the Version column. Changes will be reflected in this table: https://docs.blockscout.com/for-developers/information-and-settings/env-variables.