Skip to content

Commit ccfe923

Browse files
authored
Merge pull request #945 from graphprotocol/pcv/security-fixes-02-24
chore: update implementation addresses with recent security fixes
2 parents 066f2eb + 519d5c6 commit ccfe923

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

packages/contracts/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphprotocol/contracts
22

3+
## 6.2.1
4+
5+
### Patch Changes
6+
7+
- Round up when calculating curation tax
8+
- Round up when calculating consecutive stake thawing periods
9+
310
## 6.2.0
411

512
### Minor Changes

packages/contracts/addresses.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,10 @@
648648
"txHash": "0x8f856e2090af3243349199f7991e01b1c28de7b70b0185d2370d8ada5ce9c97b",
649649
"proxy": true,
650650
"implementation": {
651-
"address": "0x8B27fbE0707282caB55DA023D0986407B066e0D0",
652-
"creationCodeHash": "0x2287d9023bf7d91e688e1eb029eff7657ef3b87e37b5222b01fd50985d0928f9",
653-
"runtimeCodeHash": "0xd799b2b74e9634d6b6ef15b5710409264bed04a60f9519b9d8f05ac183199d16",
654-
"txHash": "0xeadc5b37c51c163612010d53c12dd685656aff8e65e353efd1b299f71d949a44"
651+
"address": "0x41Ad970e071aadbE098c17aDFCff2fF3105456Ae",
652+
"creationCodeHash": "0x2c7b48c311e8f0cb03513d4ca4c0010132d7402f1aabb1dd65f28cdcf07255ba",
653+
"runtimeCodeHash": "0xa750bd231f2b1ec9ffaeef4de79eddbde8aca9bdbf4c9125424eea644bf27aff",
654+
"txHash": "0x7b03bc16b3af6a650ff866311b1f580936e8b7264ddb4c6348fb824c508d1dcb"
655655
}
656656
},
657657
"SubgraphNFTDescriptor": {
@@ -705,12 +705,12 @@
705705
"txHash": "0xa33c0d58ddaed7e3f7381a33e3d5f63e39219863019f00d54ce2fd2446076ac7",
706706
"proxy": true,
707707
"implementation": {
708-
"address": "0xE8a896DEf5D3EC99CEC612D66A50C8cEca2818eE",
709-
"creationCodeHash": "0x1795a2c86bb7ed09f75a3ed87db200b84c4383b46e0c37fff1ae2d42bc109339",
710-
"runtimeCodeHash": "0x98642f0bf1fae2e7b10a5781f6470b3fac6d3dae5e2e6eb5db8598eeb1821bae",
711-
"txHash": "0x7ee950c43ddd0c21c100e7fae038fc3d1ca58fc9c4048573782ebfb73d99ce75",
708+
"address": "0x4a886d3E44C7731Dcf888Da704CA5C51ed63DfC8",
709+
"creationCodeHash": "0xa9796308a637b0bfe091f32c1019e4db8efe4bab80788c052fa334e6810c3a98",
710+
"runtimeCodeHash": "0x19d3491cab54b2aae04d05525a532200e946ce9b55573b58f2e3e1606b4514be",
711+
"txHash": "0xc3235306a51c20b28a8b05da69859e03a081a84c9914156c79da07dcc45b3b4e",
712712
"libraries": {
713-
"LibExponential": "0xdfea1e3f60b80fac01f222566886f30acc4a861c"
713+
"LibExponential": "0x208f638d8804e4ccc874ec39e240feea3dc289ee"
714714
}
715715
}
716716
},
@@ -785,11 +785,11 @@
785785
"address": "0xa9AEb1c6f14f4244547B9a0946C485DA99047638"
786786
},
787787
"StakingExtension": {
788-
"address": "0x76ABD73cae3b3d02A57A7919DFC9E4b708714040",
788+
"address": "0x3bE385576d7C282070Ad91BF94366de9f9ba3571",
789789
"constructorArgs": [],
790-
"creationCodeHash": "0x7ae74140871330ecabb7040182dc8288c2c84693393a519230036f39c2281138",
791-
"runtimeCodeHash": "0x4994aa74e9e29c36a8158af690a245ccd1cf4d955223e5fcb1ca62810b37ed57",
792-
"txHash": "0x2327ee82c64b6809749dd2e1178f04461fd6c519c97e2f750bb70bc9e39fad7f"
790+
"creationCodeHash": "0xbfc20ab9b880712ab90b5dec9d2a14c724b0bf7c20f02ede8ea76610bd41b6ef",
791+
"runtimeCodeHash": "0xd7fdd744c7a88993435a2978876b1e4341c5e0fb4d611011bb56e8738ab2485d",
792+
"txHash": "0xcc449d1ca1007fba76b25e987ea0d39164acf4027c10c40bd669ede1c65dc569"
793793
}
794794
},
795795
"421613": {

packages/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)