LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 456 forks source link

Move processor registration logic to application layer #4236

Closed 2snEM6 closed 5 years ago

2snEM6 commented 5 years ago

Description

Although the SDK can register a default block processor, Core should register the ones that are going to be in use for Lisk's own network.

Motivation

The SDK should be unaware of custom block processor implementations used by client applications, hence block processor registration flow should be exposed to the outer application interface so different client applications can register their own processors.

Acceptance Criteria

shuse2 commented 5 years ago

Duplicate of #4140