Change Log
v1.2.0 (2018-11-08)
Closed issues:
- Configure Redis through environment variables #2522
- Upgrade to Lisk Core 1.2.0 changes whitelisted local ip in config to 'null' #2520
- Wrong comment example on how to enable forging in Docker #2518
- Allow changing database name when using Docker #2516
- Account fixture generates public keys 32 chars long #2510
- Add support of LISK_NETWORK variable for configuration migration #2497
- Update config script generates malformed config.json during testnet migration from 1.1.0-rc.0 to 1.1.1-rc.0 #2495
- Multi-signature transaction process after long delay #2489
- NPM deprecated warning for outdated packages #2484
- "Error writing cache count for transactions - Cache Disabled" when /api/node/status is called #2482
- Re-use package.lock.json to point to public sodium-native repository #2411
- secondsSinceEpoch needs to be required #2323
- Use DNS name instead of IP addresses for seed nodes in config.json #2320
- Update PR template #2318
- Write unit tests for modules/node/getStatus function #2312
- Use node 8 in Dockerfile #2306
- Update docker image to use new configuration variables #2305
- Lisk.sh error #2279
- Support update_config.js migrations #2278
- Remove redundant tests out of integration test suite #2274
- Rename test suites #2273
- Add functional tests for type 7 transaction assets #2272
- Remove "Broadhash consensus now" log messages #2263
- RPC status call gives wrong height when syncing #2261
- Please, fix UI on API 1.0 documentation page #2259
- Unable to authenticate Sudo. #2256
- Off-line multi sign #2255
- Move docker-compose.yml file to lisk repository #2237
- Expectations are missing assertions #2236
- Add ENV variables support for few configuration option #2225
- Possible memory leak in one edge case of syncing #2210
- Move all scripts to task runner grunt #2206
- Rename usages of .apply from the application. #2198
- No asset data is returned for transactions type 6 (inTransfer) #2194
- Check all initialization steps in case of errors and cleanup #2188
- networkHeight in /api/node/status is wrong #2179
- Update to Node.js version 8.12.0 #2135
- Functional http get tests fail randomly #2015
- Allow filter/sort transactions by height #1891
- Naming of "checkConfirmed" is confusing #1822
- Improve process exit #1788
- Add current time to node/status endpoint #1733
- Expire transactions doesn't call undoUnconfirmed #1731
- Add unit test coverage for modules multisignatures #1723
- Equalise to bytea type all the parameters related to publicKey #1694
- An address isn’t bound to a keypair until it has sent money to another address (or voted for a delegate) #1345
- Modify Jenkinsfile to accept parameter that modifies node selection #1001
- Remove the usage of this variables in all transaction types #750
Merged pull requests:
- Update docker specific version of wait-for-it script - Closes #2528 #2529 (ManuGowda)
- Configure redis via environment variables and command line input - Closes #2522 #2524 (diego-G)
- Upgrade to Lisk Core 1.2.0 changes whitelisted local ip in config to 'null' - Closes #2520 #2523 (nazarhussain)
- Correct docker example to enable forging - Closes #2518 #2521 (diego-G)
- docker: read ENV_LISK_DB_DATABASE from .env - Closes #2516 #2517 (fchavant)
- Multi-signature transaction process after long delay - Closes #2489 #2512 (MaciejBaj)
- Fix public key size generation for tests - Closes #2510 #2511 (lsilvs)
- Add support of LISK_NETWORK variable for configuration migration - Closes #2497 #2502 (nazarhussain)
- "Error writing cache count for transactions - Cache Disabled" when /api/node/status is called - Closes 2482 #2501 (pablitovicente)
- NPM deprecated warning for outdated packages - Closes #2484 #2493 (pablitovicente)
- Detected unapplied rounds in mem_round - Closes #2458 #2487 (4miners)
- Update to Node.js version 8.12.0 - Closes #2135 #2479 (ManuGowda)
- Improve example for unconfirmedBalance - Closes #2477 #2478 (Tschakki)
- Supply calculation bug in block reward (1.2.0)- Closes #2471 #2476 (ManuGowda)
- Update to Node.js version 8.12.0 and npm to version 5.6.0 - Closes #2135 #2414 (MaciejBaj)
- Use jenkins nodes running nodejs 8 (development) - Closes #1001 #2395 (MaciejBaj)
- Use jenkins nodes running nodejs 8 - Closes #1001 #2393 (fchavant)
- Update PR template - Closes #2318 #2337 (yatki)
- Unit tests for node/getStatus function - Closes #2312 #2327 (yatki)
- Unit tests for Multisignatures module - Closes #1723 #2326 (yatki)
- Use DNS name instead of IP addresses for seed nodes in config.json - Closes #2320 #2325 (jondubois)
- Make secondsSinceEpoch required - Closes #2323 #2324 (yatki)
- Use DNS name for seed nodes in config.json - Closes #2320 #2322 (fchavant)
- Add indexes for trs table to improve sorting - Closes #2201 #2316 (4miners)
- Disable updating system headers while snapshotting - Closes #2261 #2313 (yatki)
- Fix application hanging during clean up when processing block - Closes #2271 #2308 (SargeKhan)
- Support update_config.js migrations - Closes #2278 #2307 (nazarhussain)
- Move docker-compose.yml to LiskHQ/lisk, remove confd template, use node:8 - Closes #2237, #2305, #2306 #2304 (fchavant)
- Remove broadcast flag & always update system headers - Closes #2261 #2300 (yatki)
- Refactor checkConfirmed function to behave as expected - Closes #1822 #2299 (yatki)
- Add epochTime to node/status endpoint - Closes #1733 #2298 (yatki)
- Remove redundant tests out of integration test suite - Closes #2274 #2297 (ManuGowda)
- Add currenTime property to node/status endpoint - Closes #1733 #2294 (yatki)
- Add tests for type 7 transaction assets - Closes #2272 #2291 (Tschakki)
- Rename test suites - Closes #2273 #2289 (ManuGowda)
- Add ENV variables support for few configuration option - Closes #2225 #2285 (nazarhussain)
- Duplicated signatures in transactions - Closes #2254 #2275 (4miners)
- Improve process exit - Closes #1788 #2260 (jondubois)
- Return asset data for type 6 transactions - Closes #2194 #2247 (Tschakki)
- Expectations are missing assertions - Closes #2236 #2242 (ManuGowda)
- Rename usage of apply and undo for transaction - Closes #2198 #2238 (SargeKhan)
- Update to Node.js version 8.11.3 - Closes #2135 #2235 (ManuGowda)
- NetworkHeight in /api/node/status is wrong - Closes #2179 #2228 (ManuGowda)
- Expire transactions doesn't call undoUnconfirmed - Closes #1731 #2219 (ManuGowda)
- Check all initialization steps in case of errors and cleanup - Close #2188 #2204 (ManuGowda)
- Remove passing the scope of transaction logic to tx types - Closes #750 #2195 (Tschakki)
- Remove "Broadhash consensus now" log messages - Closes #2263 #2191 (webmaster128)