You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #5914: chore: blockchain updates for v20.1: chainparams, seeds
97a331c chore: update chainparams for testnet (Konstantin Akimov)
ca0c04d docs: update release process for generating seeds: new PR as a reference (Konstantin Akimov)
151b56e fix: uninitialized variable onions in makeseeds script (Konstantin Akimov)
b8395aa chore: update seeds for v20.1 (Konstantin Akimov)
89f3a24 chore: update chainparams for v20.1 release (Konstantin Akimov)
Pull request description:
## Issue being fixed or feature implemented
Part of release process to update seeds and chainparams: https://github.com/dashpay/dash/blob/develop/doc/release-process.md
## Breaking Changes
N/A
## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [x] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone
Top commit has no ACKs.
Tree-SHA512: 9ba600bbc5aefe2b0ed031a7f1c39d2b105f90b6ecb843c3ab27f0668caaa381dc54cb794f74d6069a72d4d9a3f73dcca782422a98b606b192e65b51fd39b35d
Copy file name to clipboardExpand all lines: doc/release-process.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Before every minor and major release:
24
24
25
25
Before every major release:
26
26
27
-
*[ ] Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/dashpay/dash/pull/5692) for an example.
27
+
*[ ] Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/dashpay/dash/pull/5914) for an example.
28
28
*[ ] Update [`src/chainparams.cpp`](/src/chainparams.cpp)`m_assumed_blockchain_size` and `m_assumed_chain_state_size` with the current size plus some overhead (see [this](#how-to-calculate-assumed-blockchain-and-chain-state-size) for information on how to calculate them).
29
29
*[ ] Update [`src/chainparams.cpp`](/src/chainparams.cpp)`chainTxData` with statistics about the transaction count and rate. Use the output of the `getchaintxstats` RPC, see
30
30
[this pull request](https://github.com/dashpay/dash/pull/5692) for an example. Reviewers can verify the results by running `getchaintxstats <window_block_count> <window_last_block_hash>` with the `window_block_count` and `window_last_block_hash` from your output.
0 commit comments