Skip to content

Commit

Permalink
set testnet spv proof expiration window to 23_040
Browse files Browse the repository at this point in the history
Change-Id: I65b8c82d9c26b327a9052b5091a9a8930abd2538
  • Loading branch information
chessai committed Dec 13, 2024
1 parent 6746f22 commit 6b3ba4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Chainweb/Version/Testnet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ testnet = ChainwebVersion
(succ $ testnet ^?! versionForks . at Chainweb216Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, Just 180_000) `Above`
Bottom (minBound, Nothing)
, _versionSpvProofExpirationWindow =
-- FIXME: pin down what this should be
--(succ $ testnet ^?! versionForks . at Chainweb227Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, Nothing) `Above`
-- 23_040 is 4x current max TTL
(succ $ testnet ^?! versionForks . at Chainweb227Pact . _Just . onChain (unsafeChainId 0) . _ForkAtBlockHeight, 23_040) `Above`

Check failure on line 147 in src/Chainweb/Version/Testnet.hs

View workflow job for this annotation

GitHub Actions / Build (9.8.2, 3.12, macos-latest, true)

• No instance for ‘Num (Maybe GHC.Word.Word64)’

Check failure on line 147 in src/Chainweb/Version/Testnet.hs

View workflow job for this annotation

GitHub Actions / Build (9.8.2, 3.12, ubuntu-22.04, false)

• No instance for ‘Num (Maybe GHC.Word.Word64)’

Check failure on line 147 in src/Chainweb/Version/Testnet.hs

View workflow job for this annotation

GitHub Actions / Build (9.10.1, 3.12, ubuntu-22.04, false)

• No instance for ‘Num

Check failure on line 147 in src/Chainweb/Version/Testnet.hs

View workflow job for this annotation

GitHub Actions / Build (9.6.6, 3.12, ubuntu-22.04, false)

• No instance for ‘Num (Maybe GHC.Word.Word64)’

Check failure on line 147 in src/Chainweb/Version/Testnet.hs

View workflow job for this annotation

GitHub Actions / Build (9.8.2, 3.12, ubuntu-22.04, true)

• No instance for ‘Num (Maybe GHC.Word.Word64)’
Bottom (minBound, Nothing)
, _versionBootstraps = domainAddr2PeerInfo testnetBootstrapHosts
, _versionGenesis = VersionGenesis
Expand Down

0 comments on commit 6b3ba4c

Please sign in to comment.