-
Let's say by human error, if one of values of
```
"rpc": {
"modes": ["http", "abc"]
}
```
is invalid (here abc), then `./bin/run start ` only shows a generic erro…
-
### Description
In https://github.com/LiskHQ/lisk-sdk/pull/7416, we added `certificates.ts` with
`TODO: Now that we have certificates.ts, these methods could be moved there (checkCertificateTimes…
-
### Description
[transactionSchema](https://github.com/LiskHQ/lips/blob/main/proposals/lip-0068.md#json-schema)
1. This schema uses constants for `minLength`, `maxLength`
```
"module": {
…
-
While reviewing PR https://github.com/LiskHQ/lisk-sdk/pull/8064, I noticed there are some incorrect tests written for `initialize_state_recovery` command `describe('execute'` section
Although sugge…
-
### Description
While reviewing https://github.com/LiskHQ/lisk-sdk/pull/7500, I noticed there was a naming mismatch & the reasoning behind were "it was done like this in the BaseEvent class"
```…
-
### Expected behavior
The commander distribution building and publishing should work without errors.
### Actual behavior
The commander distribution building and publishing steps are failing d…
-
### Description
- framework/src/modules/interoperability/types.ts
```
export interface CCMsg {
readonly nonce: bigint;
readonly module: string;
readonly crossChainCommand: string;
reado…
-
### Description
Add `config:generate` command, according to following specification:
- It should output the config as an json file if the flag is specified, otherwise it should print to the stdo…
-
### Description
The message should give a direct reference the invalid property name with unique message.
e.g `Invalid signature, signature should equal $(the constant value or the expected}`
#…
-
### Description
Currently while parsing `bigint` values from (JSON) configuration files, we specify them as string. Example:
https://github.com/LiskHQ/lisk-sdk/blob/3911fd3258b36c2e04581df926df7…