Commit Graph
8 Commits
Author SHA1 Message Date
William BanfieldandGitHub 1069ffc6aa 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
2022-08-17 15:19:20 +00:00
Callum WatersandGitHub 72adbf9cc9 statesync: new messages for gossiping consensus params (#328) 2021-08-09 15:41:44 +02:00
Callum WatersandGitHub 6039594121 add new pex messages (#312) 2021-07-07 12:48:19 +02:00
Yixin LuoandGitHub f3216e6953 rename HasVote to ReceivedVote (#289) 2021-05-25 07:42:30 +00:00
MengXiangJianandGitHub 4a9bcebe2a fix message type for block-sync (#298) 2021-05-12 11:28:40 +02:00
Callum WatersandGitHub 255942e8c7 p2p: update state sync messages for reverse sync (#285) 2021-04-23 13:22:09 +02:00
abaffef912 proto: add files (#246)
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
2021-01-28 12:10:22 +00:00
72d15a4b07 spec: remove reactor section (#242)
Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
2021-01-19 16:28:05 +01:00