Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Version 1.1.0

Compare
Choose a tag to compare
@MaciejBaj MaciejBaj released this 22 Oct 12:31
· 24558 commits to development since this release
v1.1.0
713c3e0

Change Log

v1.1.0 (2018-10-22)

Full Changelog

Closed issues:

  • Cover system.versionCompatible unit tests with Testnet, Betanet and Mainnet scenarios #2473
  • Supply calculation bug in block reward #2471
  • Rollback version patching mechanism #2466
  • Allow block to be backward compatible with 1.0.x node while broadcasting #2464
  • Update script adds null value to api whitelist array #2459
  • Frequent peer removal and inserting #2455
  • Vote verify function should call waterfall callback instead of main callback #2450
  • Patching system headers should be logged as debug #2439
  • Update config don't check LISK_NETWORK env variable #2437
  • Change of vote processing logic ignore address collision scenario #2434
  • Wrong block height for block version 0 for testnet #2433
  • Wrong amount check in verify function of logic/In_transfer and logic/out_transfer #2430
  • Differences in vote column in mem_accounts while syncing from scratch #2420
  • Intentionally disconnecting and removing peer #2410
  • Update P2P layer connection logic so it can work with 1.0.0-rc.* releases #2389
  • /api/delegates/{address}/forging_statistics returns different results compared to v0.9.16 #2367
  • 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
  • Separate VCS config file from live config file #1421
  • 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

Merged pull requests: