Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@MaciejBaj MaciejBaj released this 06 Mar 09:47
· 22380 commits to development since this release
v1.5.0
d7822d9

Change Log

v1.5.0 (2019-03-06)

Full Changelog

Closed issues:

  • API returns wrong height in snapshot mode #2999
  • API Transaction Type Delegate Creation Missing Asset Fields #2979
  • API Transactions failed to handle request #2978
  • API Transactions exclude field signSignature if its empty #2973
  • API Accounts approval results changed from 1.4.1 to 1.5.0-rc.1 #2971
  • API voters votes field value changed from count of voters to vote weight #2968
  • Account productivity not showing decimal places #2965
  • Calculate broadhash from "id" instead of legacy "b_id" field #2953
  • Snapshotting failed on testnet and mainnet for 1.5.0-alpha.2 #2831
  • Replace dependant trs tables by json field in trs table #2818
  • API Performance degrade #2817
  • Invalid API node status response #2816
  • 1.5.0-alpha.1 Testnet and Mainnet Snapshotting failure #2810
  • Performance degradation of transaction related API endpoints #2803
  • Discarded block that does not match with current chain #2797
  • Hardcoded limit param to retrieve all the peers from storage #2787
  • getDelegatesFromPreviousRound using non existing library.db.rounds #2749
  • Database gets exhausted when enabling forging on several delegates #2747
  • Update the loading of SQL files to avoid warning messages #2737
  • Add interface to register entities with storage module #2736
  • Remove db.delegates repository #2735
  • Remove db.voters repository #2734
  • Remove db.votes repository #2733
  • Do not disable API in snapshot mode #2729
  • Replace extended blocks getter interfaces with storage.entities.Block.get #2726
  • Update lisk-newrelic version its Node.js update to v10.14.1 #2722
  • scBroker sever throws error when launching a network with several peers #2720
  • Use sodium-friends/sodium-native #2717
  • Update Postgres version on the Readme #2713
  • Remove db.accounts repository #2709
  • Replace round getter interfaces with storage.entities.Round.get #2707
  • Implement delete method for entities #2699
  • Implement storage extended Block #2698
  • Update Peers Tests due to changes in Storage Sandbox #2694
  • Implement pending tests of DB Entities #2688
  • Base Entity parseFilters() is not grouping OR and AND #2685
  • Invalid transaction response for type multi-signature transaction #2679
  • Create methods must accept arrays as well #2677
  • Implement count method for entities #2676
  • Add sorting support in getter functions #2675
  • Restore stability of peers blacklists and disconnections in Network Tests #2670
  • Refactor data persistence layer to improve quality and usability #2669
  • Overhaul Jenkinsfile #2657
  • Use npm ci for builds #2656
  • Upgrade Node.js version from 8.14.0 to 10.14.1 #2647
  • Archive logs from lisk-core-network tests on Jenkins #2634
  • Clean db namespace and remove its reference usage #2632
  • Remove db.peers repository #2631
  • Remove db.rounds repository #2630
  • Remove db.transactions repository #2628
  • Remove db.migration repository #2626
  • Refactor modules.blocks[.shared] namespace #2625
  • Refactor modules.transactions[.shared] namespace #2624
  • Replace blocks getter interfaces with storage.entities.Block.get #2622
  • Replace transactions getter interfaces with storage.entities.Transaction.get #2621
  • Replace account getter interfaces with storage.entities.Account.get #2620
  • Create Migration entity with CRUD operations and unit tests #2619
  • Create Round entity with CRUD operations and unit tests #2618
  • Create Peer entity with CRUD operations and unit tests #2617
  • Create Transaction entity with CRUD operations and unit tests #2616
  • Create Block entity with CRUD operations and unit tests #2615
  • Create Account entity with CRUD operations and unit tests #2614
  • Create basic structure for entities and storage initialization #2613
  • Application crashes if any DNS name cannot be resolved #2608
  • Invalid error message while registering second signature for the second time #2606
  • Use a consistent and informative versioning scheme #2594
  • Refactor generateDelegateList & validateBlockSlot functions #2574
  • Disable multiple workers support on P2P layer #2541
  • Update Dependencies requiring code updates #2500
  • Add full unit test coverage for partially covered node module #2446
  • Add unit test coverage for signatures module #2445
  • networkHeight takes too long to update in some cases #2438
  • Extensible Data Persistence Model #2576
  • Roadmap to upgrade Node.js from v6.14.3 to v10 LTS #2239

Merged pull requests: