This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: LiskArchive/lisk-sdk
Releases · LiskArchive/lisk-sdk
Version 1.1.0-alpha.1
Change Log
v1.1.0-alpha.1 (2018-09-05)
Closed issues:
- bad sorting when using balance:asc #2330
Merged pull requests:
Version 1.1.0-alpha.0
Change Log
v1.1.0-alpha.0 (2018-09-06)
Closed issues:
- Poor performance of GET /api/delegates/[address]/forging_statistics #2352
- Poor performance of GET /api/delegates #2351
- Poor performance of GET /api/accounts in case of some few parameters #2350
- Poor performance of GET /api/node/status #2348
- bad sorting when using balance:asc #2330
- Wrong wsPort number in mainnet/config.json #2329
- Set default db user to 'lisk' #2248
- Change the precedence of configurations to override custom configuration #2231
- Worker controller needs to adopted to use the new configs #2216
- Fix randomness for unit logic vote test #2207
- Update configuration migration script from 1.0.x to 1.1.x #2202
- Fix failing tests in Jenkins for 1.1.0 #2192
- Clean constants, exceptions and config files from all networks folders #2186
- Clean the version and minVersion config from all config files #2184
- Update jenkins integration to use the dedicated build server #2182
- Fix docker container workflow in 1.1 #2180
- forge should be called after fillPool and not before #2170
- Improve vote transaction verification/processing efficiency #2168
- Cleanup tests to use "devnet" configuration files to run all tests #2156
- Merge helpers/milestones.js to network specific exceptions #2155
- Block verification functional test for fork2 is failing #2152
- Blocks verify functional test is not covered in Jenkins parallel test #2151
- Update PostgreSQL to version 10 #2147
- Delegates endpoint should sort by rank:asc #2138
- Remove dependency of "round" from "summedRound" #2129
- Review integration test suite #2125
- npm install failed on Mac os 10.13.4 #2082
- Send back better error when disconnecting because of invalid peer headers #2068
- Forging status broken after resync with beta7 #2058
- Refactor generateDelegateList to accept round as parameter #2014
- Log level of "Inserted new peer" and "Removed peer" should be symmetric #1992
- GET api/peers doesn't return the peer when WebSocket process restarted #1814
- Update libsodium #1797
- Incorrect missedBlocks update after delete last block of round #1783
- It's not possible to sort delegates by 'producedblocks'/'missedblocks' with api/delegates #1716
- Different datatype for round number among different tables #1647
- Store amounts as strings #716
- Implement ForgingEnable flag #647
- Implement SyncOnly flag for firewalled clients #646
- Improve sync speed #498
- Support multiple networks with one installation #398
- Why is mem_round flushed twice while finishing a round #216
Merged pull requests:
- Poor performance of GET /api/accounts in case of some few parameters - Resolves #2350 #2374 (4miners)
- Poor performance of GET /api/delegates - Resolves #2351 #2373 (4miners)
- Poor performance of GET /api/delegates/[address]/forging_statistics - Closes #2352 #2357 (nazarhussain)
- Add sort support to api/voters endpoint - Closes #2330 #2346 (yatki)
- Align README with docs - Closes #2295 #2315 (Tschakki)
- Update preinstall section of README - Closes #2248 #2286 (Tschakki)
- Set db user in default config to 'lisk' - Closes #2248 #2250 (Nazgolze)
- Fix unstable unit test for vote - Closes #2207 #2241 (SargeKhan)
- Make docker images for 1.1 configurable - Closes #2180 #2234 (fchavant)
- Change the precedence of configurations to override custom configuration - Closes #2231 #2232 (nazarhussain)
- Fix config usage in worker_controller - Closes #2216 #2217 (shuse2)
- Log level of "Inserted new peer" and "Removed peer" should be symmetric - Closes #1992 #2215 (jondubois)
- Update configuration migration script from 1.0.x to 1.1.x - Closes #2202 #2205 (nazarhussain)
- Review integration test suite - Close #2125 #2203 (diego-G)
- Clean constants, exceptions and config files from all networks folders - Closes #2186 #2200 (nazarhussain)
- SSL breaks Websocket connection - Closes #2154 #2197 (jondubois)
- Clean the version and minVersion config from all config files - Closes #2184 #2196 (nazarhussain)
- Fix failing tests in Jenkins for 1.1.0 - Closes #2192 #2193 (nazarhussain)
- Improve vote transaction verification performance - Close #2168 #2189 (SargeKhan)
- Store amounts as strings - Closes #716 #2187 (ManuGowda)
- Update jenkins integration to use the dedicated build server - Closes #2182 #2183 (ManuGowda)
- Cleanup tests to use "devnet" configuration files to run all tests - Closes #2156 #2181 (nazarhussain)
- Add sorting by producedBlocks - Closes #1716 #2177 (Tschakki)
- Forging status broken after resync with beta7 - Closes #2058 #2174 (ManuGowda)
- Refactor generateDelegateList to accept round as parameter - Closes #2014 #2172 (4miners)
- forge should be called after fillPool and not before - Closes #2170 #2171 (4miners)
- Round fixes - Closes #216, #1783 #2169 (4miners)
- Different datatype for round number among different tables - Closes #1647 #2167 (4miners)
- Send back better error when disconnecting because of invalid peer headers - Closes #2068 #2165 (jondubois)
- Blocks verify functional test is not covered in Jenkins parallel test - Closes #2151 #2152 #2160 (ManuGowda)
- Change default delegate sorting to rank:asc - Closes #2138 #2153 (Tschakki)
Version 1.0.2
Version 1.0.0-rc.4
Change Log
v1.0.0-rc.4 (2018-09-02)
Closed issues:
- Null character "\u0000" in transaction type 0 data field throws error #2370
Version 1.0.1
Change Log
Lisk Core 1.0.1 Patch Release is fully compatible with 1.0.0 version.
- Fixes Docker images for 1.0 version #2336. If you are willing to run Lisk Core v1.0 using Docker, please use this Patch Release.
- We also highly recommend using 1.0.1 Patch Release to all 3rd party tools users as exchanges or explorers as it boosts the performance of API transactions endpoint with sort #2201.
v1.0.3 (2018-08-24)
Closed issues:
- Adjust docker template to Mainnet #2336
- Low performance for transactions endpoint with sort param #2201
Commits:
Version 1.0.0
Change Log
Scheduled mainnet migration at block height 6901027
Please read Block Height Announcement — Release of Lisk Core 1.0.0 to Mainnet for all the information required to migrate to this release.
v1.0.0 (2018-08-16)
Closed issues:
https://github.com/LiskHQ/lisk/issues
Merged pull requests:
https://github.com/LiskHQ/lisk/pulls
Find out more in series of our blog posts.
Version 1.0.0-rc.2
Change Log
v1.0.0-rc.2 (2018-08-08)
Fixed bugs:
- Set "lisk" user for database if its empty during migration #2178
Closed issues:
- Update lisk-elements to v1.0.0 #2283
- Ban peers when validation of their blocks fails during sync #2252
- Validate chain on startup of the application #2249
- Configuration migration of script rc2 should be compatible for rc1 #2243
- Set default db username during configuration migration #2227
- Update forging doc - Lisk Core #2226
- Core 1.0.0-rc.1 unable to migrate a 0.9 snapshot #2214
- Change binaries to binary in README #2213
- Do not write defaultPassword to config when migrating #2208
- Update block version to 1 #2199
Merged pull requests:
- Add height range to blockVersions in exceptions (Testnet) - Closes #2246 #2296 (MaciejBaj)
- Update lisk-elements to v1.0.0 - Closes #2283 #2284 (MaciejBaj)
- Stringify Block to verify while logging - Relates #2249 #2267 (MaciejBaj)
- Add more logs and test to validate chain - Relates #2249 #2264 (nazarhussain)
- Refacor isValid function in logic/block_version - Closes #2199 #2262 (4miners)
- Add block version exception for devnet-rc2 branch - Closes #2258 #2257 (nazarhussain)
- Ban peers when validation of their blocks fails during sync - Closes #2252 #2253 (MaciejBaj)
- Validate chain on startup of the application - Closes #2249 #2251 (nazarhussain)
- Set db user in default config to 'lisk' - Closes #2248 #2250 (Nazgolze)
- Configuration migration of script rc2 should be compatible for rc1 - Closes #2243 #2244 (nazarhussain)
- Add support for block versions - Closes #2199 #2233 (4miners)
- Set default db username during configuration migration - Closes #2227 #2229 (nazarhussain)
- SSL breaks Websocket connection - Closes #2154 #2224 (nazarhussain)
- Do not write defaultPassword to config when migrating - Closes #2208 #2223 (nazarhussain)
- Change readme binaries to binary - Closes #2213 #2220 (Tschakki)
- Final readme review v1.0.0 - Closes #2134 #2164 (diego-G)
Version 1.0.0-rc.1
v1.0.0-rc.1 (2018-06-28)
Fixed bugs:
- Update config script should allow password to be optional #2161
Closed issues:
- Update configuration template for testnet 1.0 #2157
- Update the milestone of rejecting type 6 and 7 transactions #2145
- Final README review v1.0.0 #2134
Merged pull requests:
Version 1.0.0-beta.9
Change Log
1.0.0-beta.9 (2018-06-14)
Fixed bugs:
- Balances in mem_accounts off after snapshotting #2126
- beta8 does not sync from 0 because of invalid fee #2123
Merged pull requests:
- Balances in mem_accounts off after snapshotting - Closes #2126 #2115 (4miners)
- beta8 does not sync from 0 because of invalid fee - Closes #2123 #2124 (4miners)
- Migration config.json script from 1.0.0-beta.7 to 1.0.0-beta.9 - Closes #2046 #2130(MaciejBaj)
- Fix create_rounds_rewards_table SQL migration query - Fixes #2126 (4miners)
Version 1.0.0-beta.8
Change Log
1.0.0-beta.8 (2018-06-12)
Implemented enhancements:
- Add Dockerfile to the lisk repository #2053
- Add config.json migration script from from old version 0.9.x #2046
Fixed bugs:
- encryptedSecret still present #2112
- Correct typo in config template #2107
- Error from modules.round.tick is ignored #2103
- Last block is set before block is saved to database #2102
- Incorrect usage of promises in Chain.prototype.saveBlock #2101
- During syncing, reject blocks received through broadcasts #2096
- Multi-signature transactions are not processed during stress tests #2094
- Nightly tests failing on 1.0.0 branch #2022
Closed issues:
- Improve explanation of timestamps in swagger API introduction #2109
- Backport 0.9.16 changes to 1.0.0 #2098
- Backport 0.9.15 changes to 1.0.0 #2097
- Decrease the number of missed/deleted blocks #2080
- Improve headers propagation #2078
- Adjust the frequency of P2P discovery #2076
- How to indicate that lisk core is done creating a snapshot #2072
- Forward compatibility for single bidirectional connection #2069
- [Feature Request] Use a PM2 JSON/JS configuration file instead of starting it manually #2062
- Port the feature of blackList for P2P layer to web sockets #2010
Merged pull requests:
- Make PUT /node/status/forging idempotent - Closes #1956 #2119 (nazarhussain)
- Configuration template for betanet #2115 (fchavant)
- Fix configuration template's forging section - Closes #2112 #2113 (fchavant)
- Allow client socket to behave as an RPC server #2111 (jondubois)
- Improve Lisk Timestamps explanation - Closes #2109 #2110 (Tschakki)
- Correct typo in config template - Closes #2107 #2108 (fchavant)
- During syncing, reject blocks received through broadcasts #2106 (nazarhussain)
- Backport 0.9.16 changes to 1.0.0 - Closes #2098, #2102 #2105 (4miners)
- Backport 0.9.15 changes to 1.0.0 - Closes #2097 #2104 (4miners)
- Blacklist peers from config - Closes #2010 #2095 (diego-G)
- Nightly builds changes - Closes #2027 #2070 (abelboldu)
- Nightly tests failing on 1.0.0 branch - Closes #2022 #2094 #2060 (ManuGowda)
- Dockerfile with config.json templating - Closes #2053 #2056 (fchavant)
- Remove rank parameter in delegates endpoint - Closes #1988 #2055 (Mastermaulik)
- Add config.json migration script from from old version 0.9.x - Closes #2046 #2048 (nazarhussain)