-
### Description
Chain was managing networkID because it comes from genesis block, but now we can remove from chain package.
This doesn't change the public interface in general.
https://github…
-
### Description
Improve code base of chain connector plugin by moving new block handler code to separate file.
Suggested changes are in this commit https://github.com/LiskHQ/lisk-sdk/pull/7911/c…
-
In current Lisk-Core v4.x, the hash onions are generated when a validator is configured on a lisk-core server.
The maximum count is limited (For CPU & Memory consideration) to 10 000. (With current d…
-
### Expected behavior
The `cleanup` interface should be `synchronous`, as the `process.once` handler is sync operation.
### Actual behavior
The modules and components `cleanup` interface is `asyn…
-
`sign.ts` from `lisk-transactions` element defines 2 function aliases:
```
export const signTransactionWithPrivateKey = signTransaction;
export const signMultiSignatureTransactionWithPrivateKey =…
-
### Description
In `framework/src/modules/interoperability` there are several classes which both `mainchain` and `sidechain` modules are using, more base files are expected to come during implementat…
-
### Description
Test and update interop examples and make the process as easy as possible for the user.
- Update relevant scripts
- Update readme with all the steps with documentation around fall…
-
### Description
The utility function under `token` module has no tests and is being consumed under;
`token/cc_method`
`token/method`
`token/module`
`cc_commands/cc_transfer`
`commands/transfer_c…
-
### Location
[Lisk Documentation --> Lisk SDK -->References -->Lisk Commander -->Commands >Generate Module](https://lisk.com/documentation/lisk-sdk/references/lisk-commander/commands.html#generate-m…
kaksv updated
12 months ago
-
### Expected behavior
`forger:block:missed` should always return a correct delegate
### Actual behavior
Sometimes when the event is fired, `forger:block:missed` returns a wrong delegate that …