Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864496
D18093.id54023.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D18093.id54023.diff
View Options
diff --git a/src/kernel/chainparams.cpp b/src/kernel/chainparams.cpp
--- a/src/kernel/chainparams.cpp
+++ b/src/kernel/chainparams.cpp
@@ -213,7 +213,15 @@
checkpointData = CheckpointData(ChainType::MAIN);
m_assumeutxo_data = {
- // TODO to be specified in a future patch.
+ // May 14th, 2025 - v0.31.5
+ {.height = 896'800,
+ .hash_serialized =
+ AssumeutxoHash{uint256S("0x2f783c045f353b4a900139f8a66c7bcbb62"
+ "c93a4f298472d77dad9bfb0186665")},
+ .nChainTx = 299'407'257,
+ .blockhash =
+ BlockHash{uint256S("0x0000000000000000297efb200794348b44bff4bf"
+ "b31716cf64dc45bac0a251ea")}},
};
// Data as of block
@@ -359,7 +367,15 @@
checkpointData = CheckpointData(ChainType::TESTNET);
m_assumeutxo_data = {
- // TODO to be specified in a future patch.
+ // May 14th, 2025 - v0.31.5
+ {.height = 1'661'000,
+ .hash_serialized =
+ AssumeutxoHash{uint256S("0xc7a2aa5dfdbafa2d6a6613d254d25a2ab9d"
+ "893c01099d241f1e7a3785cb5f50f")},
+ .nChainTx = 63'977'749,
+ .blockhash =
+ BlockHash{uint256S("0x000000000000c7d18ee9b71a1ab4d8d21aa9d758"
+ "7bf260e93df029ccb392d403")}},
};
// Data as of block
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 20:07 (8 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865843
Default Alt Text
D18093.id54023.diff (1 KB)
Attached To
D18093: [assumeutxo] add mainnet and testnet UTXO snapshot checkpoints
Event Timeline
Log In to Comment