config: backport the rename of fastsync to blocksync (#9259)

This is largely a cherry pick of #6755 with some additional fixups added where detected. 
This change moves the blockchain package to a package called blocksync. Additionally, it renames the relevant uses of the term `fastsync` to `blocksync`.

closes: #9227 

#### PR checklist

- [ ] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
      documentation updates needed
This commit is contained in:
William Banfield
2022-08-19 14:38:14 +02:00
committed by Callum Waters
parent 6e390e87e9
commit afc2df984d
31 changed files with 235 additions and 197 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Block sync has one channel.
| Name | Number |
|-------------------|--------|
| BlockchainChannel | 64 |
| BlocksyncChannel | 64 |
## Message Types