blockchain: proto migration (#4969)

## Description

migration of blockchain reactors to protobuf

Closes: #XXX
This commit is contained in:
Marko
2020-06-08 14:45:03 +02:00
committed by GitHub
parent db8f1b3df3
commit a89f2581fc
22 changed files with 519 additions and 811 deletions

View File

@@ -263,6 +263,7 @@ max_tx_bytes = 1048576
# Fast Sync version to use:
# 1) "v0" (default) - the legacy fast sync implementation
# 2) "v1" - refactor of v0 version for better testability
# 2) "v2" - complete redesign of v0, optimized for testability & readability
version = "v0"
##### consensus configuration options #####