• test-1.5.3 ae712122d4

    RoshanSyed released this 2021-02-23 19:28:45 +00:00 | 387 commits to master since this release

    Summary of Changes

    • Build optimizations - build time will be less than 20% or more!
    • Chain replay can be started from scratch or from the current valid chain db (from block 0 or any last valid block)
    • CLI wallet commands to update account keys
    • CLI wallet commands to update SONs vesting balances
    • Elastic search plugin improvement; storing more objects
    • NFT lottery
    • Marketplace buy/sell cli wallet commands fixed, decimal places are processed correctly
    • RNG with APIs
    • Test improvements, decreased possibility to get invalidated references
    • Minor bug fixes

    About

    SON

    Sidechain Operator Nodes (SONs) are democratically elected, decentralized Bitcoin Gateways. Peerplays has implemented cross-chain functionality with the Bitcoin network. This enables functionality such as end-to-end withdrawal and deposit of Bitcoin between the Peerplays and Bitcoin blockchain networks.

    NFT

    A non-fungible token (NFT) is a special type of token that represents a unique asset. They are blockchain assets that are designed to not be equal. NFTs have a wide range of applications including video games, fine art, movie tickets and more.

    The most popular type of NFT is based on the ERC-721 token standard. Creation of ERC-721 tokens has exploded over the past year with a huge wave of digital collectibles and game-based assets coming online.

    Peerplays provides an enhanced version of the ERC-721 token standard wherein there can be both non-fungible and semi-fungible tokens based on the discretion of the token creator. The Peerplays standard also provides flexibility to mark the NFTs non-transferable and non-sellable if the creator choose so.

    Who Should Upgrade?

    The witnesses on the Beatrice Public TESTNET are requested to upgrade to this release.

    List of PRs

    Flush chain database during replay (#412)
    User vesting performance decay tests added (#411)
    Fix betting market macros, avoid invalidated object references (#410)
    Merge Master to Beatrice (#407)
    Hotfix: Fix double to string conversion in buy/sell cli wallet commands (#405)
    Elasticsearch plugin improvements (#404)
    Build optimizations (#403)
    Hotfix: Build executables by default (#401)
    Remove as much warnings from build log as possible (#400)
    Merge beatrice to develop to align SON hardfork date (#399)
    NFT Lottery (#384)

    Downloads