-
### Expected behavior
It should return correct error message, e.g. `transaction not found for given ID`
### Actual behavior
CLI fails with error upon non existing transaction ID
### Steps to…
-
### Expected behavior
./bin/run genesis-block:create -o /home/USERNAME/.lisk/hello_app/config/default
/home/USERNAME/.lisk/hello_app/config/default
### Actual behavior
~/hello_app/hom…
-
### Description
While writing unit test coverage for LegacyModule, we discovered `PrefixedStateReadWriter` class is needed to initialise stateStore but is not exposed from lisk-sdk.
### Motivation…
-
### Description
- framework/src/application.ts
Currently we have multiple calls to `logger.info(...)` all simply printing multiple lines with separate logging calls. We could just instead print …
-
### Description
While upgrading Ajv to version 8.1.0. Its observed that `ErrorObject` introduced a couple of changes. To keep the backend compatibility we introduced a wrapper to covert the error o…
-
Review for: https://github.com/LiskHQ/lisk-sdk/blob/development/elements/lisk-chain/test/unit/event.spec.ts
- Invalid event name: https://github.com/LiskHQ/lisk-sdk/blob/development/elements/lisk-c…
-
### Description
Currently, there are few unit tests missing for elements and framework files which can be improved through code refactoring and test coverage phase.
Most of these files have covere…
-
### Description
Allow Lisk Commander to add `lisk-core` commands to its existing pallet of commands.
1. The commands should be `lisk apps:install`, `lisk apps:uninstall` and `lisk apps:update`
…
-
### Expected behavior
If we change any configuration before running the application, it must reflect the behavior.
```js
const {
Application,
genesisBlockDevnet,
} = require('lisk-sdk');
…
-
### Description
Application endpoints should be benchmarked and all the endpoints should respond within a standard timeframe (100-500ms, we can also define the timings).
### Motivation
- Lisk…