Skip to content

Changes to be deployed to master as 1.27.3 release

Bartek Wrona requested to merge bw_v1_27_3_release into master

Warning: this update changes hived state format and requires hived node replay, if you are using version 1.27.2 or earlier.

  1. Blockchain features changes (nonconsensus changes, so no hardfork needed):

    1. Minimum rc_delegation feature: !775 (merged)
    2. Improved RC delegation processing: !793 (merged)
    3. Improved RC cost calculation for recurrent_transfer operation, to better express blockchain resource usage: !803 (merged)
  2. API changes/fixes:

    1. Fixed filtering in the database_api::list_proposal_votes, MR: !773 (merged)
    2. Fixed argument initialization for list_rc_accounts, list_rc_direct_delegation APIs to avoid random hived node behavior in case they are not explicitly passed by caller. #422 (closed)
  3. General bugfixes:

    1. Fixed broken decimal conversion of fc::uint128 type: #426 (closed)
    2. Improved verification of chain-state (stored in shared_memory.bin file) to detect cases when new index has been added to already filled state file (what should be disallowed, can can lead to further problems and damaging data structures). Issue #423 (closed)
  4. cli_wallet changes:

    1. simplified method definitions to improve gethelp output readability: #425 (closed)
  5. General changes:

    1. Default seednodes list has been updated.
Edited by Bartek Wrona

Merge request reports