docs: add masternode network section and v0.0.3/v0.0.4 changelog entries#5
Conversation
README: - New "Masternode Network" section between "Re-exporting Wallet Data" and "Project Structure", documenting the `regtest-mn.tar.gz` release artifact, the exported directory layout, the `DASHD_MN_DATADIR` env var convention used by `rust-dashcore/dash-spv` integration tests, and `generate_masternode.py` flags. - Project Structure listing now includes `generate_masternode.py` and `generator/masternode_network.py`. CHANGELOG: - New v0.0.4 entry for the masternode network generator (#4) with the asset list (`regtest-mn.tar.gz`, `regtest-40000.tar.gz`, `regtest-200.tar.gz`). - Retroactive v0.0.3 entry for the existing 200-block release (no PR — release-only bump that shipped `regtest-200.tar.gz`).
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Documentation follow-up to #4 (masternode network generator), preparing for the v0.0.4 release.
Changes
README
regtest-mn.tar.gzrelease artifact, the exported directory layout, and theDASHD_MN_DATADIRconvention consumers likerust-dashcore/dash-spvintegration tests use.generate_masternode.pyusage examples (default 8 DKG cycles, custom--dkg-cycles,--output-dir).generate_masternode.pyandgenerator/masternode_network.py.CHANGELOG
regtest-mn.tar.gz,regtest-40000.tar.gz,regtest-200.tar.gz).Test plan
pre-commitjob passes (lint + unit tests).v0.0.4on main and cut a GitHub Release withregtest-mn.tar.gz,regtest-40000.tar.gz, andregtest-200.tar.gzattached, using the new CHANGELOG section as the release body.