Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 64fe2ab

Browse files
committed
add forkheights for mainnet and testnet
1 parent 5f95b70 commit 64fe2ab

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

cabal.project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ source-repository-package
101101
source-repository-package
102102
type: git
103103
location: https://github.com/kadena-io/pact-5.git
104-
tag: 037788bb25205540fb04e3487b50a26ce254646d
105-
--sha256: 0yi9sdk2k4b7yz5if9hkd2zhswwsy5z5dnira6vfv4r3y9mnv60q
104+
tag: b0b6ee60223a99f20c32559ceb17fae086e6888a
105+
--sha256: 139qkz43rs3qbwq2a8hrmx6667qsdfa29411yhf5f4wpb7mg9n4b
106+
106107

107108
source-repository-package
108109
type: git

src/Chainweb/Version/Mainnet.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ mainnet = ChainwebVersion
151151
Chainweb224Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 4_819_246) -- 2024-05-30 00:00:00+00:00
152152
Chainweb225Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 5_060_924) -- 2024-08-22 00:00:00+00:00
153153
Chainweb226Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 5_302_559) -- 2024-11-14 00:00:00+00:00
154-
Pact5Fork -> AllChains (ForkAtBlockHeight $ BlockHeight 5_555_698) -- 2025-02-10 00:00:00+00:00
155-
Chainweb228Pact -> AllChains (ForkAtBlockHeight $ BlockHeight (error "FIXME"))
154+
Pact5Fork -> AllChains (ForkAtBlockHeight $ BlockHeight 5_555_698) -- 2025-02-10 00:00:00+00:00
155+
Chainweb228Pact -> AllChains (ForkAtBlockHeight $ BlockHeight 5_659_280) -- 2025-03-18 00:00:00+00:00
156156
Chainweb229Pact -> AllChains ForkNever
157157

158158
, _versionGraphs =
@@ -225,5 +225,5 @@ mainnet = ChainwebVersion
225225
, (unsafeChainId 9, HM.fromList [((BlockHeight 4594049, TxBlockIdx 0), Gas 69_092)])
226226
]
227227
}
228-
, _versionServiceDate = Just (error "FIXME")
228+
, _versionServiceDate = Just "2025-04-30T00:00:00Z"
229229
}

src/Chainweb/Version/Testnet04.hs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ testnet04 = ChainwebVersion
120120
Chainweb214Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_134_331 -- 2022-04-21T12:00:00Z
121121
Chainweb215Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_295_437 -- 2022-06-16T12:00:00+00:00
122122
Pact44NewTrans -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_500_369 -- Todo: add date
123-
Chainweb216Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_516_739 -- 2022-09-01 12:00:00+00:00
124-
Chainweb217Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_777_367 -- 2022-12-01 12:00:00+00:00
125-
Chainweb218Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 3_038_343 -- 2023-03-02 12:00:00+00:00
123+
Chainweb216Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_516_739 -- 2022-09-01 12:00:00+00:00
124+
Chainweb217Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 2_777_367 -- 2022-12-01 12:00:00+00:00
125+
Chainweb218Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 3_038_343 -- 2023-03-02 12:00:00+00:00
126126
Chainweb219Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 3_299_753 -- 2023-06-01 12:00:00+00:00
127127
Chainweb220Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 3_580_964 -- 2023-09-08 12:00:00+00:00
128128
Chainweb221Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 3_702_250 -- 2023-10-19 12:00:00+00:00
@@ -131,8 +131,8 @@ testnet04 = ChainwebVersion
131131
Chainweb224Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 4_333_587 -- 2024-05-29 12:00:00+00:00
132132
Chainweb225Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 4_575_072 -- 2024-08-21 12:00:00+00:00
133133
Chainweb226Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 4_816_925 -- 2024-11-13 12:00:00+00:00
134-
Pact5Fork -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_058_738 -- 2025-02-05 12:00:00+00:00
135-
Chainweb228Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight (error "FIXME")
134+
Pact5Fork -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_058_738 -- 2025-02-05 12:00:00+00:00
135+
Chainweb228Pact -> AllChains $ ForkAtBlockHeight $ BlockHeight 5_155_146 -- 2025-03-11 00:00:00+00:00
136136
Chainweb229Pact -> AllChains ForkNever
137137

138138
, _versionGraphs =
@@ -193,5 +193,5 @@ testnet04 = ChainwebVersion
193193
, (unsafeChainId 2, HM.fromList [((BlockHeight 4108311, TxBlockIdx 0), Gas 65_130)])
194194
]
195195
}
196-
, _versionServiceDate = Just (error "FIXME")
196+
, _versionServiceDate = Just "2025-04-30T00:00:00Z"
197197
}

0 commit comments

Comments
 (0)