Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Plugins and graphene update changes from beatrice TESTNET to master #317

Merged
merged 296 commits into from
Apr 15, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 30, 2019

  1. Merge pull request #96 from peerplays-network/feature/GRPH-77

    Fix building error for develop branch + test fix
    bobinson committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    3b36d46 View commit details
    Browse the repository at this point in the history
  2. increase delay for node connection

    gladcow committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    c5623fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3362d60 View commit details
    Browse the repository at this point in the history
  4. add cli tests framework

    oxarbitrage committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    fcfe65a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    1b4b5d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43bfc3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a797787 View commit details
    Browse the repository at this point in the history
  4. Merged changes from Bitshares PR 1036

    Ronak Patel committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b751508 View commit details
    Browse the repository at this point in the history
  5. GRPH-76 - Short-cut long sequences of missed blocks

    Fixes database::update_global_dynamic_data to speed up counting missed blocks.
    (This also fixes a minor issue with counting - the previous algorithm would skip missed blocks for the witness who signed the first block after the gap.)
    obucina committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    77dd8a9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #92 from peerplays-network/GRPH-70

    [GRPH-70] remove needless find()
    bobinson committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    07249e9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #93 from peerplays-network/GRPH-71

     Fix failed app_test
    bobinson committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e44b04d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #97 from peerplays-network/feature/GRPH-61

    Increase block creation timeout to 2500ms
    bobinson committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    cdc89c1 View commit details
    Browse the repository at this point in the history
  9. Improved resilience of block database against corruption

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4268045 View commit details
    Browse the repository at this point in the history
  10. Moved reindex logic into database / chain_database, make use of addit…

    …ional blocks in block_database
    
    Fixed tests wrt db.open
    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1741703 View commit details
    Browse the repository at this point in the history
  11. Enable undo + fork database for final blocks in a replay

    Dont remove blocks from block db when popping blocks, handle edge case in replay wrt fork_db, adapted unit tests
    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    a0052d4 View commit details
    Browse the repository at this point in the history
  12. Log starting block number of replay

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    3bee3f2 View commit details
    Browse the repository at this point in the history
  13. Prevent unsigned integer underflow

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b45a6ca View commit details
    Browse the repository at this point in the history
  14. Fixed lock detection

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    c8f8f1a View commit details
    Browse the repository at this point in the history
  15. Dont leave _data_dir empty if db is locked

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b71f20e View commit details
    Browse the repository at this point in the history
  16. Writing the object_database is now almost atomic

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    95a5b57 View commit details
    Browse the repository at this point in the history
  17. Improved consistency check for block_log

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    0d108fb View commit details
    Browse the repository at this point in the history
  18. Cut back block_log index file if inconsistent

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    ab38218 View commit details
    Browse the repository at this point in the history
  19. Fixed undo_database

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    7d0d61a View commit details
    Browse the repository at this point in the history
  20. Added test case for broken merge on empty undo_db

    pmconrad authored and gladcow committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    731338f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    7b259ba View commit details
    Browse the repository at this point in the history
  2. Add missing change

    obucina committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a081a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1193e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Merge pull request #938 from bitshares/fix-block-storing

    Store correct block ID when switching forks
    abitmore authored and Noughmad committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f732048 View commit details
    Browse the repository at this point in the history
  2. Fixed integer overflow issue

    Ronak Patel committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    22eb42e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Merge pull request #87 from peerplays-network/feature/GRPH-54

    Fix for irrelevant signature included issue
    bobinson committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    2c28d0d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Merge pull request #98 from peerplays-network/cli_wallet_tests

    Cli wallet tests framework
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    ef7fe58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from peerplays-network/GRPH-4

    CliWallet_crash_ctrlD
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c1d70bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #91 from peerplays-network/GRPH-51

    unit test for bitshares issue #325
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    6563644 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #104 from peerplays-network/feature/GRPH-76

    Short-cut long sequences of missed blocks
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    db8efaf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from peerplays-network/GRPH-59-Proposal-failur…

    …e-handling
    
     Proposal failure handling
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    64c05f9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #60 from peerplays-network/GRPH-48-Object-Database…

    …-18.04
    
    Grph 48 object database 18.04
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    f9a3d08 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #69 from peerplays-network/WASM-49

     get_account_history fix
    bobinson committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    b11edaa View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Fix for for history ID mismatch ( Bitshares PR #875 )

    Ronak Patel committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    3510704 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from peerplays-network/feature/GRPH-90

    Fix for history ID mismatch issue
    bobinson committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    9224af5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    00a38c5 View commit details
    Browse the repository at this point in the history
  2. Merged Bitshares PR #1462 and compilation fixes

    Ronak Patel committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    646dc2e View commit details
    Browse the repository at this point in the history
  3. Support/gitlab (#123)

    * Updated gitlab process
    Roshan Syed committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    edec01f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    8cd22ee View commit details
    Browse the repository at this point in the history
  2. Updated GitLab CI

    Roshan Syed committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    be60e41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #121 from peerplays-network/GRPH-4-update-submodule

    Update the FC submodule
    bobinson committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    0bdbd64 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    0bcf6d4 View commit details
    Browse the repository at this point in the history
  2. supplement more comments on database::_opened variable

    cifer authored and sgcoursera committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    f1ffd52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c64c8 View commit details
    Browse the repository at this point in the history
  4. Fixed test failures and compilation issue

    Ronak Patel committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9fc07f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    755383c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #120 from peerplays-network/GRPH-89

    Better object database handling
    bobinson committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ddc41d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    67362be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5076b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    cde1834 View commit details
    Browse the repository at this point in the history
  2. Added comment

    srpatel19590 committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    5ce9f8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #115 from peerplays-network/feature/GRPH-80

     minor performance improvement
    bobinson committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    1f43c2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dc79e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6850be4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f4de92 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #111 from peerplays-network/feature/GRPH-88

    GRPH-88 - Fixed integer overflow issue
    oxarbitrage committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    44137a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d911b3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4914e74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5890055 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #110 from peerplays-network/GRPH-73-fix-block-id-f…

    …orks
    
    [GRPH-73] fix block id forks
    oxarbitrage committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    19a9641 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88d90c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Merge pull request #100 from peerplays-network/feature/GRPH-79

    GRPH-79 Enhancing Proposal Information
    oxarbitrage committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ca4a02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bada09d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #101 from peerplays-network/GRPH-75

    [GRPH-75] node restore improvments
    oxarbitrage committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    96161db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfba085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12ef667 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a00e4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    499a5fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7bc47a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9415749 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #109 from peerplays-network/feature/GRPH-86

    [GRPH-86] fix duplicate ops returned in get_account_history
    oxarbitrage committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    2e85219 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Merge pull request #131 from peerplays-network/feature/GRPH-93-v2

     index type addition for performance improvement, version 2
    bobinson committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    fba1088 View commit details
    Browse the repository at this point in the history
  2. Skip auth check when pushing self-generated blocks

    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    12105ab View commit details
    Browse the repository at this point in the history
  3. Extract public keys before pushing a transaction

    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    56a6f8b View commit details
    Browse the repository at this point in the history
  4. Dereference chain_database shared_ptr

    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c110508 View commit details
    Browse the repository at this point in the history
  5. Updated transaction::signees to mutable

    and
    * updated get_signature_keys() to return a const reference,
    * get_signature_keys() will update signees on first call,
    * modified test cases and wallet.cpp accordingly,
    * no longer construct a new signed_transaction object before pushing
    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2dfb67e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa31de5 View commit details
    Browse the repository at this point in the history
  7. No longer extract public keys before pushing a trx

    and removed unused new added constructor and _get_signature_keys() function from signed_transaction struct
    abitmore authored and gladcow committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    106824c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a3d8a4 View commit details
    Browse the repository at this point in the history
  9. Comments update

    pbattu123 committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b358241 View commit details
    Browse the repository at this point in the history
  10. update to GPOS hardfork ref

    pbattu123 committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    8e1c038 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    97f9875 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4586cc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from peerplays-network/issue-154

    issue - 157: Don't allow to vote when the vesting balance is 0
    pbattu123 committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    9ec835b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #141 from peerplays-network/BLOCKBACK-153

    Issue Blockback 153 fix
    pbattu123 committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    79dc2f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a72f94 View commit details
    Browse the repository at this point in the history
  6. braces update

    pbattu123 committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    a7df686 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Configuration menu
    Copy the full SHA
    af47ed0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Merge pull request #67 from peerplays-network/GRPH-50-network_broadca…

    …st_api-fix-v2
    
     network broadcast api fix, version 2
    bobinson committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    857a30d View commit details
    Browse the repository at this point in the history
  2. Allow sufficient space for new undo_session

    pmconrad authored and gladcow committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8544896 View commit details
    Browse the repository at this point in the history
  3. Throw for deep nesting

    pmconrad authored and gladcow committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    819e1d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #140 from peerplays-network/feature/GRPH-111

     Added get_asset_count API
    bobinson committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    1cb494e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #147 from peerplays-network/feature/GRPH-95

    Enhancement for session undo storage
    bobinson committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    282ec70 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. node.cpp: Check the attacker/buggy client before updating items ids

    The peer is an attacker or buggy, which means the item_hashes_received is
    not correct.
    
    Move the check before updating items ids to save some time in this case.
    RichardWeiYang authored and gladcow committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    83b19d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from peerplays-network/feature/GRPH-94

    Improve block generation performance
    bobinson committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    e377478 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Create .gitlab-ci.yml

    Roshan Syed committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    db01f31 View commit details
    Browse the repository at this point in the history
  2. Added cli_test to CI

    Roshan Syed committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    2d6f8c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Merge pull request #151 from peerplays-network/support/gitlab-develop

    Added cli_test to CI
    bobinson committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    b8cbdc5 View commit details
    Browse the repository at this point in the history
  2. fixing build errors (#150)

    * fixing build errors
    
    vest type correction
    
    * fixing build errors
    
    vest type correction
    
    * fixes 
    
    new Dockerfile
    
    * vesting_balance_type correction
    
    vesting_balance_type changed to normal
    
    * gcc5 support to Dockerfile
    
    gcc5 support to Dockerfile
    bobinson committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    7fae375 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    caa3d24 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    f1eb625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e995744 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Added Sonarcloud code_quality to CI (#159)

    Roshan Syed authored and bobinson committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    2dcb96b View commit details
    Browse the repository at this point in the history
  2. Added sonarcloud analysis (#158)

    Roshan Syed authored and bobinson committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    1a41b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    d65f20a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    c73d0a3 View commit details
    Browse the repository at this point in the history
  2. Support/gitlab develop (#168)

    * Added code_quality to CI
    
    * Update .gitlab-ci.yml
    Roshan Syed authored and bobinson committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    d2c82cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a6e67 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Merge pull request #164 from peerplays-network/jira-163-fix

    163-fix, Return only non-zero vesting balances
    pbattu123 committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    3f6b7ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #163 from peerplays-network/153/fix-add-on

    Changes to have separate withdraw_vesting methods and single withdraw fee for multiple objects
    pbattu123 committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    d5dffa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Merge pull request #172 from peerplays-network/graphene-release1

    Graphene Updates Release 1
    pbattu123 committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    7b1d31e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. [GRPH-3] Additional cli tests (#155)

    * Additional cli tests
    
    * Compatible with latest fc changes
    
    * Fixed Spacing issues
    srpatel19590 authored and bobinson committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    ec33f0c View commit details
    Browse the repository at this point in the history
  2. [GRPH-106] Added voting tests (#136)

    * Added more voting tests
    
    * Added additional option
    srpatel19590 authored and bobinson committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    4053444 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Adjust p2p log level (#180)

    srpatel19590 authored and bobinson committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e3b2459 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Added submodule sync to peerplays compile process

    Roshan Syed committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    98cf5d9 View commit details
    Browse the repository at this point in the history
  2. merge gpos to develop (#186)

    * issue - 154: Don't allow to vote when vesting balance is 0
    
    * changes to withdraw_vesting feature(for both cdd and GPOS)
    
    * Comments update
    
    * update to GPOS hardfork ref
    
    * fix for get_vesting_balance API call
    
    * braces update
    
    * Create .gitlab-ci.yml
    
    * fixing build errors (#150)
    
    * fixing build errors
    
    vest type correction
    
    * fixing build errors
    
    vest type correction
    
    * fixes 
    
    new Dockerfile
    
    * vesting_balance_type correction
    
    vesting_balance_type changed to normal
    
    * gcc5 support to Dockerfile
    
    gcc5 support to Dockerfile
    
    * Changes to compiple with GCC 7(Ubuntu 18.04)
    
    * changes to have separate methods and single withdrawl fee for multiple vest objects
    
    * 163-fix, Return only non-zero vesting balances
    
    * Revert "Revert "GPOS protocol""
    
    This reverts commit 6761641.
    
    * add new line needed to gpos hardfork file
    
    * comment temporally cli_vote_for_2_witnesses until refactor or delete
    
    * fix gpos tests
    
    * fix gitlab-ci conflict
    oxarbitrage authored and bobinson committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    8c188bd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Fixed few error messages

    srpatel19590 committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    c025f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0800e2b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Updated FC repository to peerplays-network/peerplays-fc (#189)

    Point to fc commit hash 6096e94 [latest-fc branch]
    srpatel19590 authored and bobinson committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    f7c592d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    d2a6f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1c415 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    73829bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdea03 View commit details
    Browse the repository at this point in the history
  3. Review changes

    srpatel19590 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8bbab4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #197 from peerplays-network/feature/BLOCKBACK-165

    [BLOCKBACK-165] Fixed GPOS vesting factor issue when proxy is set
    pbattu123 committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    39e9557 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d446087 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48d0d88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3be3fd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. resolve merge conflict

    pbattu123 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d6da296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf3b54e View commit details
    Browse the repository at this point in the history
  3. delete unused variables

    pbattu123 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    f7d7f04 View commit details
    Browse the repository at this point in the history
  4. removed witness check

    srpatel19590 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6963018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78787c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22e5dfa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. updated GPOS hf

    pbattu123 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    bdd1863 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from peerplays-network/feature/BLOCKBACK-162

    [BLOCKBACK-162] Error message correction
    oxarbitrage committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    ed49ab8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #199 from peerplays-network/BLOCKBACK_164

    BLOCKBACK-164 Eliminate time gap between two consecutive vesting periods
    oxarbitrage committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    e63452c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8423f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8269c94 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #193 from peerplays-network/BLOCKBACK-155

    BLOCKBACK- 155: allow token holder to vote in each subperiod without unvote
    pbattu123 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    46dab25 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Merge pull request #200 from peerplays-network/feature/BLOCKBACK-166

    [BLOCKBACK-166] GPOS - dividend distribution for UIAs
    oxarbitrage committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    aef57f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. fix flag

    oxarbitrage committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    a80d25f View commit details
    Browse the repository at this point in the history
  2. clean newlines gpos_tests

    oxarbitrage committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    84f3092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c19662 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #201 from peerplays-network/fix_flag

    Fix update_last_voting_time flag
    pbattu123 committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    5caaedd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f1436b View commit details
    Browse the repository at this point in the history
  6. check was already modified

    pbattu123 committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    ac3554e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. comments updated

    pbattu123 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9f0b231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f8ac21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #202 from peerplays-network/BLOCKBACK-174

    BLOCKBACK- 174 Roll in GPOS votes from 6th sub-period
    pbattu123 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    3a817e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    d5d4fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8db22d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    5d36258 View commit details
    Browse the repository at this point in the history
  2. get_account bug fixed

    srpatel19590 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    e7f65c6 View commit details
    Browse the repository at this point in the history
  3. Fixed flag issue

    srpatel19590 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    fd8659c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #205 from peerplays-network/BLOCKBACK-155

    [Blockback 155] GPOS - Multiple issues with vote_for_witness
    pbattu123 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ab78086 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Fixed spelling issue

    srpatel19590 committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    61fa391 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #211 from peerplays-network/feature/BLOCKBACK-162

    [BLOCKBACK-162] Fixed spelling issue in error message
    oxarbitrage committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    20a9f9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f831f95 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    a07bcad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6b919 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    50b80e9 View commit details
    Browse the repository at this point in the history
  2. Improve account maintenance performance (#130)

    * Improve account maintenance performance
    
    * merge fixes
    
    * Fixed merge issue
    
    * Fixed indentations and extra ';'
    srpatel19590 authored and bobinson committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    0bcfaa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ab039 View commit details
    Browse the repository at this point in the history
  4. Update CI for syncing gitmodules (#216)

    Roshan Syed authored and bobinson committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    2f4830a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Added logging for the old update_expired_feeds bug

    The old bug is cryptonomex/graphene#615 .
    
    Due to the bug, `update_median_feeds()` and `check_call_orders()`
    will be called when a feed is not actually expired, normally this
    should not affect consensus since calling them should not change
    any data in the state.
    
    However, the logging indicates that `check_call_orders()` did
    change some data under certain circumstances, specifically, when
    multiple limit order matching issue (#453) occurred at same block.
    * bitshares/bitshares-core#453
    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    8a9d3e7 View commit details
    Browse the repository at this point in the history
  2. Minor performance improvement for price::is_null()

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    01a8155 View commit details
    Browse the repository at this point in the history
  3. Use static refs in db_getter for immutable objects

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    cabbd7d View commit details
    Browse the repository at this point in the history
  4. Minor performance improvement for db_maint

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    ac7ac9f View commit details
    Browse the repository at this point in the history
  5. Minor code updates for asset_evaluator.cpp

    * changed an `assert()` to `FC_ASSERT()`
    * replaced one `db.get(asset_id_type())` with `db.get_core_asset()`
    * capture only required variables for lambda
    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e27b074 View commit details
    Browse the repository at this point in the history
  6. Improve update_expired_feeds performance #1093

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    36e318a View commit details
    Browse the repository at this point in the history
  7. Change static refs to member pointers of db class

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    04102d5 View commit details
    Browse the repository at this point in the history
  8. Added getter for witness schedule object

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    dcc6902 View commit details
    Browse the repository at this point in the history
  9. Added getter for core dynamic data object

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    1939cd1 View commit details
    Browse the repository at this point in the history
  10. Use getters

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    83736ba View commit details
    Browse the repository at this point in the history
  11. Removed unused variable

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    66f6f26 View commit details
    Browse the repository at this point in the history
  12. Add comments for update_expired_feeds in db_block

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    2f6de1f View commit details
    Browse the repository at this point in the history
  13. Minor refactory asset_create_evaluator::do_apply()

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    02f6019 View commit details
    Browse the repository at this point in the history
  14. Added FC_ASSERT for dynamic data id of core asset

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    6a7d670 View commit details
    Browse the repository at this point in the history
  15. Added header inclusions in db_management.cpp

    abitmore authored and gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    4f54b13 View commit details
    Browse the repository at this point in the history
  16. fix global objects usage during replay

    gladcow committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    d99ef0c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #212 from peerplays-network/develop_gpos

    [GRPH-137] Merge gpos into develop
    oxarbitrage committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    943953c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Merge pull request #149 from peerplays-network/feature/GRPH-114

    [GRPH-114] Check the attacker/buggy client before updating items ids
    oxarbitrage committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fccd856 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    7a1f1a7 View commit details
    Browse the repository at this point in the history
  2. added new files

    srpatel19590 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ac5d55b View commit details
    Browse the repository at this point in the history
  3. compilation fix

    srpatel19590 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9baf81e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Simplified code in database::pay_workers()

    abitmore authored and gladcow committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    d3b2c4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from peerplays-network/GRPH-81

    [GRPH-81] Different performance optimization
    oxarbitrage committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    e7e0816 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. issue with withdrawl

    pbattu123 committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9c1e7af View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    ae47eb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c17d73f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #221 from peerplays-network/feature/GRPH-49-test-case

    Added unit test for empty account history
    pbattu123 committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    89a63af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #218 from peerplays-network/feature/GRPH-150

    [GRPH-150] P2P Log files are not created
    oxarbitrage committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    df4e045 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    e6d3dd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #223 from peerplays-network/BLOCKBACK-181

    BLOCKBACK-181 Update GPOS hardfork date and don't allow GPOS features before hardfork time
    pbattu123 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    fd2679a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge pull request #222 from peerplays-network/feature/BLOCKBACK-182

    [BLOCKBACK-182] set extensions default values
    pbattu123 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0ecf2e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from peerplays-network/BLOCKBACK-177

    issue with withdrawl
    pbattu123 committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9b7776e View commit details
    Browse the repository at this point in the history
  3. refer to latest commit of latest-fc branch (#224)

    pbattu123 authored and Roshan Syed committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    fd23d14 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    7aeaa14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d8a15 View commit details
    Browse the repository at this point in the history
  3. Fixed compilation issues

    srpatel19590 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    41445a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Fixed alignment issues

    srpatel19590 committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    ad5707e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from peerplays-network/feature/GRPH-152

    [GRPH-152] Allow APIs to be called by account/asset name and id
    oxarbitrage committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    6f0ce36 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Externalized some API templates

    pmconrad authored and gladcow committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4df7298 View commit details
    Browse the repository at this point in the history
  2. Externalize serialization of blocks, tx, ops

    pmconrad authored and gladcow committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    71d8bfd View commit details
    Browse the repository at this point in the history
  3. Externalized db objects

    pmconrad authored and gladcow committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b3d6058 View commit details
    Browse the repository at this point in the history
  4. Externalized genesis serialization

    pmconrad authored and gladcow committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    2358149 View commit details
    Browse the repository at this point in the history
  5. Externalized serialization in protocol library

    pmconrad authored and gladcow committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8541192 View commit details
    Browse the repository at this point in the history
  6. Undo superfluous change

    pmconrad authored and gladcow committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    25458c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b2c9dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c49ce31 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. fix compilation issues

    gladcow committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    40c2fd8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. GRPH-46-Quit_command_cliwallet

    sierra19XX authored and srpatel19590 committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9a9c356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e989275 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #137 from peerplays-network/feature/GRPH-92

    [GRPH 92] Build optimization
    oxarbitrage committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3a2def7 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    2dfaa86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bb922 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    d5662ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067fcd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from peerplays-network/GRPH-46

    GRPH-46-Quit_command_cliwallet
    pbattu123 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    70b5a94 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #232 from peerplays-network/feature/GRPH-166

    [GRPH-166] Fixed chainparameter update proposal issue
    pbattu123 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    3b65288 View commit details
    Browse the repository at this point in the history
  5. bump fc version

    pbattu123 committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    e0db302 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge pull request #234 from peerplays-network/BLOCKBACK-186

    BLOCKBACK-186 fix: GPOS
    pbattu123 committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    91c65b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #239 from peerplays-network/BLOCKCBACK-187

    bump fc version BB-187
    pbattu123 committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    91e8dca View commit details
    Browse the repository at this point in the history
  3. fix gpos tests

    pbattu123 committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    383b8d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Bump fc version

    pbattu123 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    b5249ac View commit details
    Browse the repository at this point in the history
  2. Updated gpos/voting_tests

    pbattu123 committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    c98c7bc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request #237 from peerplays-network/BLOCKBACK-183

    BLOCKBACK-183 GPOS: Votes consideration on GPOS activation
    pbattu123 committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    f1fef49 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    b57220a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Added unit test

    srpatel19590 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    e7af03a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from peerplays-network/feature/BLOCKBACK-186-…

    …Bug-Fix
    
    [BLOCKBACK-186] Withdraw vesting bug fix
    pbattu123 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b1f2ba5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Merge pull request #246 from peerplays-network/develop

    Merge GPOS feature and Graphene updates into TESTNET
    pbattu123 committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    9746e74 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    a4d399d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from peerplays-network/GRPH-170

    Update hardfork date for TESTNET, sync fc module and update logs
    pbattu123 committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a7937bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26886cc View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    054f06a View commit details
    Browse the repository at this point in the history
  2. gpos tests fix

    pbattu123 committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    b6fc207 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Merge pull request #253 from peerplays-network/GPOS-1

    GPOS-1, Testnet sync issue fix
    pbattu123 committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    b7cd99c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    d52f9fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #255 from peerplays-network/hf-update

    Set hardfork date to Jan5th on TESTNET
    pbattu123 committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    51fd7d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge pull request #187 from peerplays-network/support/docker

    Added submodule sync to peerplays compile process
    pbattu123 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2dbad50 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge Elasticplugin, snapshot plugin and graphene updates to beatrice (

    …#304)
    
    * check witness signature before adding block to fork db
    
    * Replace verify_no_send_in_progress with no_parallel_execution_guard
    
    * fixed cli_wallet log issue
    
    * Port plugin sanitization code
    
    * avoid directly overwriting wallet file
    
    * Implemented "plugins" config variable
    
    * allow plugin to have descriptions
    
    * Merge pull request #444 from oxarbitrage/elasticsearch
    
    Elasticsearch plugin
    
    * Merge pull request #500 from oxarbitrage/elasticsearch-extras
    
    es_objects plugin
    
    * Merge pull request #873 from pmconrad/585_fix_history_ids
    
    Fix history ids
    
    * Merge pull request #1201 from oxarbitrage/elasticsearch_tests2
    
    Elasticsearch refactor
    
    * Merge pull request #1271 from oxarbitrage/es_objects
    
    refine es_objects plugin
    
    * Merge pull request #1429 from oxarbitrage/es_objects_templates
    
    Add an adaptor to es_objects and template function to reduce code
    
    * Merge pull request #1458 from oxarbitrage/issue1455
    
    add option elasticsearch-start-es-after-block to es plugin
    
    * Merge pull request #1541 from oxarbitrage/es_objects_start_after_block
    
    add es-objects-start-es-after-block option
    
    * explicitly cleanup external library facilities
    
    * Merge pull request #1717 from oxarbitrage/issue1652
    
    add genesis data to es_objects
    
    * Merge pull request #1073 from xiangxn/merge-impacted
    
    merge impacted into db_notify
    
    * Merge pull request #1725 from oxarbitrage/issue1682
    
    elasticsearch history api #1682
    
    * change ES index prefixes to Peerplays-specific
    
    * sync develop with beatrice
    
    * fix the data writing to ES during sync issues
    
    * fix CLI tests
    
    * brought updates from mainnet branch (#285)
    
    * Fix unit test failures (#289)
    
    * fixed unit test failures from the recent merges
    
    * fixed unit test failures from the recent merges
    
    * enable snapshot plugin (#288)
    
    * sync fc branch(build optimization changes)
    
    * update to es plugin
    
    * fix verify witness signature method (#295)
    
    * enable mandatory plugins to have smooth transition for next release
    
    * updated tests to keep in-line with plugin changes
    
    Co-authored-by: Sandip Patel <sandip@knackroot.com>
    Co-authored-by: Peter Conrad <conrad@quisquis.de>
    Co-authored-by: Alfredo <oxarbitrage@gmail.com>
    Co-authored-by: Abit <abitmore@users.noreply.github.com>
    Co-authored-by: crypto-ape <43807588+crypto-ape@users.noreply.github.com>
    Co-authored-by: gladcow <s.gladkov@pbsa.info>
    7 people committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    08318d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f03442 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #305 from peerplays-network/sync_fc_beatrice

    Sync latest fc commit on beatrice
    pbattu123 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    dc9cbe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    d79cdee View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    6999bb1 View commit details
    Browse the repository at this point in the history