-
### Expected behavior
When the Controller loads the migrations in `_loadMigrations` method, it should log the process showing the migration and namespace as it runs.
### Actual behavior
There is …
-
### Description
With the introduction of an `embedded` database system, a new elements package named `lisk-db` should be created.
### Acceptance Criteria
- Create `lisk-db` package from templ…
-
### Expected behavior
In case the transaction does not contain valid account nonce it should show the correct message that nonce is invalid.
### Actual behavior
Currently, if the transaction…
-
### Expected behavior
Endpoint `/api/accounts` works correctly and return results
### Actual behavior
When calling `http://localhost:4000/api/accounts` I get the error:
```
swagger:swagg…
-
When I subscribe to the chain module for an event such as `chain:transactions:confirmed:change`, I received the transactions as an argument, but I don't know if those transactions are newly appended o…
-
### Description
Update address validation in `lisk-validator`
### Acceptance Criteria
- Update address format validation
- Update unit tests
-
### Expected behavior
There shouldn't be db connections in unit tests.
### Actual behavior
StorageSandbox class is trying to connect to the database. and pg instance is not running tests are failin…
yatki updated
4 years ago
-
### Description
We should rename the tables to have more clear names.
Also, tables should not have prefix `temp` if the data there is important for the node.
### Motivation
Some of the tabl…
yatki updated
4 years ago
-
lisk transaction:verify '{"id":"13036533180773661471","type":8,"timestamp":122393758,"senderPublicKey":"da35dfe3875eefd2f9036b9c3044cc0bddc24b6f301afcb197ba2a74449ccce1","senderId":"492483119849142010…
ghost updated
4 years ago
-
### Expected behavior
`lisk transaction:broadcast` should be able to broadcast, in case of error it should return more meaning error from the node
### Actual behavior
The below transaction is…