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.
Move all the application-dependent files to the Lisk application-level folder (lisk/src) and implement the necessary logic to handle it in framework-level (matcher for transactions etc.):
Please mind that summarily all of the Lisk transaction types will be disabled #3104, therefore the matcher implementation for transactions (more details in #2780) is obligatory and needs to be used by Lisk application.
Which version(s) does this affect? (Environment, OS, etc...)
1.6.0
The text was updated successfully, but these errors were encountered:
Parent #3022
Expected behavior
Move all the application-dependent files to the Lisk application-level folder (
lisk/src
) and implement the necessary logic to handle it in framework-level (matcher
for transactions etc.):Optional
- [ ] Prepare a gateway for handling blockchain exceptions from application-levelDependencies
Actual behavior
Majority of necessary files are still in framework-level (
lisk/framework/
) and there is no implementation to handle it.Acceptance criteria
The following structure of the application-level folder (
lisk/src
) is:Notes
Please mind that summarily all of the Lisk transaction types will be disabled #3104, therefore the
matcher
implementation for transactions (more details in #2780) is obligatory and needs to be used by Lisk application.Which version(s) does this affect? (Environment, OS, etc...)
1.6.0
The text was updated successfully, but these errors were encountered: