This PR adds to the files.md:
- the
signetsubdirectory - the
ip_asn.mapfile - some small improvements
This PR adds to the files.md:
signet subdirectoryip_asn.map file<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
ACK 00a3b45696fea7ad3a6c00b769ec6c2fc53c1b5c
Thanks for improving documentation!
25 | @@ -26,40 +26,42 @@ Linux | `$HOME/.bitcoin/` 26 | macOS | `$HOME/Library/Application Support/Bitcoin/` 27 | Windows | `%APPDATA%\Bitcoin\` <sup>[\[1\]](#note1)</sup> 28 | 29 | -2. The non-default data directory path can be specified by `-datadir` option. 30 | +2. The data directory path can be specified with `-datadir` option.
s/with/with the/
s/option/configuration option/
37 | -`-testnet` | *path_to_datadir*`/testnet3/` 38 | -`-regtest` | *path_to_datadir*`/regtest/` 39 | +Chain option | Data directory path 40 | +-------------------------------|------------------------------ 41 | +`-chain=main` (by default) | *path_to_datadir*`/` 42 | +`-chain=signet` or `-signet` | *path_to_datadir*`/signet/`
generally, the chain order in the codebase is main/test/signet/regtest
46 | ## Data directory layout 47 | 48 | Subdirectory | File(s) | Description 49 | -------------------|-----------------------|------------ 50 | -`blocks/` | | Blocks directory; can be specified by `-blocksdir` option (except for `blocks/index/`) 51 | +`blocks/` | | Blocks directory. Path can be specified with `-blocksdir` option (except for `blocks/index/`)
s/. Path/; path/ (to avoid full sentence structure and need for EOL full stop)
s/with/by/ or /with/with the/
51 | +`blocks/` | | Blocks directory. Path can be specified with `-blocksdir` option (except for `blocks/index/`) 52 | `blocks/index/` | LevelDB database | Block index; `-blocksdir` option does not affect this path 53 | `blocks/` | `blkNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Actual Bitcoin blocks (in network format, dumped in raw on disk, 128 MiB per file) 54 | `blocks/` | `revNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Block undo data (custom format) 55 | -`chainstate/` | LevelDB database | Blockchain state (a compact representation of all currently unspent transaction outputs and some metadata about the transactions they are from) 56 | +`chainstate/` | LevelDB database | Blockchain state (a compact representation of all currently unspent transaction outputs (UTXO) and some metadata about the transactions they are from)
s/UTXO/UTXOs/ and omit parasitic "some"
36 | -no option (mainnet) | *path_to_datadir*`/` 37 | -`-testnet` | *path_to_datadir*`/testnet3/` 38 | -`-regtest` | *path_to_datadir*`/regtest/` 39 | +Chain option | Data directory path 40 | +-------------------------------|------------------------------ 41 | +`-chain=main` (by default) | *path_to_datadir*`/`
can omit "by "
Concept ACK. Not a fan of many of the grammar changes that are both a bit noisy and which partially convert to full sentence structure and grammar without adding the articles ("the") and full stops the conversion implies. A few examples below, but I stopped after realising that many of the changes involve the same issues. Would prefer just the essential content changes without the grammar ones.
Updated 00a3b45696fea7ad3a6c00b769ec6c2fc53c1b5c -> 756c9dcfa9e9b609ad7dd07c1e802c9f0a65c743 (pr20076.01 -> pr20076.02, diff):
25 | @@ -26,15 +26,16 @@ Linux | `$HOME/.bitcoin/` 26 | macOS | `$HOME/Library/Application Support/Bitcoin/` 27 | Windows | `%APPDATA%\Bitcoin\` <sup>[\[1\]](#note1)</sup> 28 | 29 | -2. The non-default data directory path can be specified by `-datadir` option. 30 | +2. The data directory path can be specified by `-datadir` option.
Since this is a full sentence, I guess it should have s/by/by the/.
Maybe
"A custom data directory path can be specified by the -datadir option."
or
"A non-default data directory path can be specified by the -datadir option."
Updated 756c9dcfa9e9b609ad7dd07c1e802c9f0a65c743 -> 8d1ab6c7330d79e4535c8fe0adbbc0df22c1e794 (pr20076.02 -> pr20076.03, diff):
ACK
ACK 8d1ab6c7330d79e4535c8fe0adbbc0df22c1e794
Concept ACK
@naumenkogs Mind looking into this doc update as it is about ip_asn.map file?
Everything looks good.
W.r.t asmap, maybe instead of (or in addition to) linking a wikipedia article we should link some asmap-related info? I couldn't find a good webpage to link, so maybe just add "Experimental feature: see asmap-CLI and asmap-utility"
Added the `signet` subdirectory and the `ip_asn.map` file.
Updated 8d1ab6c7330d79e4535c8fe0adbbc0df22c1e794 -> 2dc79c4264d608ebe48c980f0ead54274ab3ee4f (pr20076.03 -> pr20076.04, diff). @naumenkogs
W.r.t asmap, maybe instead of (or in addition to) linking a wikipedia article we should link some asmap-related info? I couldn't find a good webpage to link, so maybe just add "Experimental feature: see asmap-CLI and asmap-utility"
Reworked. I don't think adding link to the feature description is the purpose of this file.
ACK
Concept ACK
ACK 2dc79c4264d608ebe48c980f0ead54274ab3ee4f
ACK 2dc79c4264d608ebe48c980f0ead54274ab3ee4f
Milestone
0.21.0