You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Expected behavior
The steps to initialize chain module must be very clear and readable, that helps to test and maintain the key business logic of the application.
Actual behavior
Currenlty there is a nested structure of
async.auto
causing ambiguity in code understanding and readability.https://github.com/LiskHQ/lisk/blob/25354edd4c46b9d4c114c3a823f03db822167e81/framework/src/modules/chain/chain.js#L138
https://github.com/LiskHQ/lisk/blob/25354edd4c46b9d4c114c3a823f03db822167e81/framework/src/modules/chain/chain.js#L516
Which version(s) does this affect? (Environment, OS, etc...)
1.6
The text was updated successfully, but these errors were encountered: