Skip to content

Commit 420c30e

Browse files
authored
Add issue references in replace script configuration files (#2304)
1 parent 9f29a73 commit 420c30e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

services/database/massive-replace-script/config-constructor-arguments-transformation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Configuration for fixing missing constructorArguments transformation
22
// This configuration targets contracts where creation code exists but creation_match is null/false
33
// and the recompiled creation code matches the onchain creation code
4+
// Issue: https://github.com/ethereum/sourcify/issues/2208
45
// Related to: https://github.com/ethereum/sourcify/issues/2086
56

67
module.exports = {

services/database/massive-replace-script/config-replace-creation-information.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Configuration for replace-creation-information use case
22
// This configuration targets contracts where creation_code_hash equals runtime_code_hash
33
// and updates their creation information
4+
// Issue: https://github.com/ethereum/sourcify/issues/1990
45

56
module.exports = {
67
query: async (sourcePool, sourcifySchema, currentVerifiedContract, n) => {

services/database/massive-replace-script/config-replace-metadata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// This configuration targets contracts with partial runtime matches where metadata needs to be updated
33
// because it does not match the sources in the database.
44
// Only processes contracts where source hashes don't match the existing metadata
5+
// Issue: https://github.com/ethereum/sourcify/issues/2227
56

67
const { id: keccak256str } = require("ethers");
78

0 commit comments

Comments
 (0)