-
### Description
./bin/run start
- By default, it starts server in `ipc` mode. Equivalent to `./bin/run start --api-ipc`
- We can add `./bin/run start --api-http` in EXAMPLES
-d, --data-path=d…
-
### Description
```
export const isValidName = (username: string): boolean => /^[a-z0-9!@$&_.]+$/g.test(username);
```
At some point, we should rename `isValidName((...)` to be more specific l…
-
### Description
During the decode, below check should be added assuming decoding is done in order of field number
- There is no skipped key to decode
- There is no additional bytes left after…
-
### Description
Create sending and receiving chain client classes in chain connector that can encapsulate certain functions and RPC names that can improve usability of these clients and simplify it…
-
### Location
[Lisk Documentation --> Lisk SDK -->References -->Lisk Commander -->Commands >Generate Module](https://lisk.com/documentation/lisk-sdk/references/lisk-commander/commands.html#generate-m…
-
### Description
Need to confirm if these 2 error messages match their context, otherwise it could have unwanted consequences
Error messages outside of `if (txParams.inboxUpdate.messageWitnessHas…
-
### Description
Currently when `request.id` is used, it is casted with `as string`. This casting needs to be removed.
https://github.com/LiskHQ/lisk-sdk/blob/feature/6554-improve-framework-archi…
-
### Description
Enable continuous integration for development on the local machine, so that developers can utilize the exact similar functionalities run on Jenkins to detect test issue upfront.
### …
-
### Expected behavior
The `transaction:create` command should take input for the asset and parse the values correctly.
### Actual behavior
For `boolean` value the below code consider input a…
-
### Description
Transaction creation in boostrapped application with `./bin/run transaction:create` have a particular behaviour:
1. It checks is the transaction asked to create have any custom …