-
### Description
Describe the minimum hardware requirements to run the Lisk SDK.
### Additional information
- RAM
- CPU
-
### Expected behavior
Once the transaction is posted to the node, it should be executed and the balance of both receiver and sender should updated accordingly.
### Actual behavior
There is a case…
-
To prepare for https://github.com/LiskHQ/lisk-docs/issues/1678, a new module needs to be implemented into the Hello world application, that is able to accept cross-chain transactions.
-
### Expected behavior
Validator consecutiveMissedBlock return value 1 only when it's true.
### Actual behavior
It doesn't.
### Steps to reproduce
Poll the value of current list of activ…
-
### [endpoint.spec.ts](https://github.com/LiskHQ/lisk-sdk/blob/development/framework/test/unit/modules/interoperability/endpoint.spec.ts)
- Missing endpoint for `outboxRoot` substore, not sure if w…
-
Hi, when I use the following code to decode rawTx data, I successfully completed the first step of parsing `baseTransactionSchema` and obtained the decodedTransaction, but when I ran the second step o…
-
### Expected behavior
1. Missing tests from QA sheet:
- `trs.params.chainID is empty`
- `terminatedStateAccount(trs.params.chainID) does not exist (and the previous conditions return True)
2…
-
### Expected behavior
`--output` should work with absolute or relative path from the user.
### Actual behavior
When using `keys:create` command with `output` flag with absolute path, it doesn…
-
### Expected behavior
We are updating a project to use node 18, so I noticed there are some release candidates that update node too, but when try to compile, this does not because those plugins are n…
-
### Description
Partially resolved in PR #8487, PR #8829, PR #8877, and PR #8881.
However, the code still has calls to SecretKey.fromBytes, which, as specified in the issue, is vulnerable to timing…