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 release branch into testnet branch for test-7.0.0 pre-release for Testnet #2763

Merged
merged 190 commits into from
Jul 3, 2023

Commits on Feb 27, 2019

  1. Progress #1604: Basic implementation

    Define and implement the limit_order_update_operation. Still needs
    testing.
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    61d85de View commit details
    Browse the repository at this point in the history
  2. Progress #1604: Tests and Fixes

    Some major facepalms in here... haha! but overall, it's looking good.
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    f6bbe4b View commit details
    Browse the repository at this point in the history
  3. Ref #1604: Add matching logic

    Add logic to match an updated limit order if the price is changed to be
    higher than the previous top-of-book price.
    
    I believe this completes #1604
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    5484c9f View commit details
    Browse the repository at this point in the history
  4. Progress #1604: Add dust check

    Add dust check to limit order update logic, and test
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    3d24f7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    073ecbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a34c855 View commit details
    Browse the repository at this point in the history
  7. Progress #1604: Do not allow sooner expiration

    Updating an order's expiration must make it expire later than before,
    not the same or sooner.
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    fba5bac View commit details
    Browse the repository at this point in the history
  8. Add fee_schedule::exists<op_type>()

    I pulled this out of a2192ec because I
    needed it separated from the rest of that commit.
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8a82d92 View commit details
    Browse the repository at this point in the history
  9. Ref #1604: Add missing hardfork guard

    Guard against the comittee setting fees for the operation which is not
    yet defined.
    nathanielhourt committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    6180946 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

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

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    f7b2547 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2563 from bitshares/develop-to-hardfork

    Merge develop branch into hardfork branch
    abitmore committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    5550b40 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    456fe19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2700 from bitshares/merge-release-develop

    Merge release branch back into develop branch
    abitmore committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    9d3de7d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Merge pull request #2701 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    4b2de74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9757d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64b0dc View commit details
    Browse the repository at this point in the history
  4. delinting

    `rewind` is reserved
    prefix increment `dropped_count, i, next_block_num` for efficiency
    increment from method call `fetch_by_number()`  could cause undefined behavior
    parenthesis added for explicit operator precedence 
    order of operations clarified
    max 1 nested break
    litepresence committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    95c5a53 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Merge pull request #2705 from bitshares/litepresence-patch-1

    Fix code smells
    abitmore committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d3b18fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2702 from bitshares/update-bucket

    Update default values of market history plugin options
    abitmore committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    bba2e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    216da75 View commit details
    Browse the repository at this point in the history
  2. Fix ElasticSearch version 8 compatibility

    Since ES version 8, cannot specify a type when using the Search API
    or the Count API.
    abitmore committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    93d70ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eab0b04 View commit details
    Browse the repository at this point in the history
  4. Remove the elasticsearch_suite test case

    since it tests almost nothing.
    abitmore committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    20a3800 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec9d712 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cf8df8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2707 from bitshares/support-es8

    Use ElasticSearch 8.5.3 in Github Actions, remove Ubuntu 18
    abitmore committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6e0e232 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Limit Java heap size for ES services to 512M in CI

    and stop using extra swap file
    abitmore committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9948390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a13a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2709 from bitshares/fix-ubuntu-release-build

    Fix Github Actions Ubuntu release build (Follow-up of PR #2707)
    abitmore committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f5a57f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    5aaef87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d018955 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2714 from bitshares/update-sonar

    Update project description and a link in sonar-project.properties
    abitmore committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1014956 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2715 from bitshares/update-sonar-hf

    Update project description in sonar-project.properties for hardfork branch
    abitmore committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    55028ac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2713 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    996bb3d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

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

Commits on Jan 23, 2023

  1. Merge pull request #2716 from bitshares/pr-2587-settle-without-feed

    Allow settling more than total debt amount in individual settlement fund when no sufficient price feeds
    abitmore committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e4878a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Fix network_mapper

    1. crash when a node_id is invalid
    2. hang when a peer does not respond
    abitmore committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    eb0e5ce View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge pull request #2718 from bitshares/fix-network-mapper

    Fix network_mapper
    abitmore committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d6c493d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    715b212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd10dc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2719 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6c31d61 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    865ae5d View commit details
    Browse the repository at this point in the history
  2. Update an assertion message

    abitmore committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    011b523 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Merge pull request #2720 from bitshares/pr-2604-liquidity-pool-update

    Add operation to update liquidity pools
    abitmore committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2d93201 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    9e6325f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6572b08 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Feb 1, 2023

  1. Merge pull request #2722 from bitshares/update-docker-action

    Bump docker/build-push-action from 3 to 4
    abitmore committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fafdc9c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2723 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    763a140 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    7b92891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea6578 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Merge pull request #2724 from bitshares/update-es-version

    Use ElasticSearch version 8.6.1 and 7.17.9 in Github Actions
    abitmore committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4b0c7a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1e507 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Merge pull request #2726 from bitshares/update-docker

    Bump docker/build-push-action from 3 to 4
    abitmore committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    594b19c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Merge pull request #2725 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a3e34dd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    dd7bbe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b7167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5183773 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd1b2fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfc71de View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    5fc7ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    404c1ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c390977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b2ca4b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Merge pull request #2721 from bitshares/pr-2591-force-settle-price

    Tighter peg when collateral price rises and settlement fund is not empty or settlement order exists
    abitmore committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    a6dcc1a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    8afc448 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb45cc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    08a55e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338de92 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge pull request #2727 from bitshares/pr-2591-fix-gs

    Fix issues related to global settlement introduced in PR #2721
    abitmore committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0b2dd8e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

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

    abitmore committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e60d9e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778fa64 View commit details
    Browse the repository at this point in the history
  4. Fix missing data in es_plugin::get_account_history

    Data in these fields was missing from the return value:
    * is_virtual
    * block_time
    abitmore committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    56b8d19 View commit details
    Browse the repository at this point in the history
  5. Update license year to 2023

    abitmore committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    637a414 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40be62a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfa0401 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3a1e40 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2731 from bitshares/update-license-year-2023

    Update license year to 2023
    abitmore committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    026ba80 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge pull request #2732 from bitshares/workflow-timeout

    Set a timeout for running unit tests in Github CI
    abitmore committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b810d59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2729 from bitshares/order-cancel-vop-result

    Save the result of virtual `limit_order_cancel` operation
    abitmore committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d50e2db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d226bd9 View commit details
    Browse the repository at this point in the history
  4. Bump DB_VERSION

    abitmore committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    887203c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2730 from bitshares/is-virtual-field-in-es

    Add missing `is_virtual` field in account history in ES, and fix related API
    abitmore committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dfd22b1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'hardfork' into develop-to-hardfork

    Resolved conflict:
    - libraries/chain/include/graphene/chain/config.hpp
    abitmore committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3176f6d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2733 from bitshares/develop-to-hardfork

    Merge develop branch into hardfork branch
    abitmore committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1496be5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    bba9b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4bc4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5704816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68efc09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8fac66 View commit details
    Browse the repository at this point in the history
  6. Update params in credit deal auto-repayment tests

    so that some tests are closer to overflow
    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8a64036 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52d676a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf5934f View commit details
    Browse the repository at this point in the history
  9. Rename fee_parameters_type to fee_params_t

    to get around MinGW build "string table overflow" issue
    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d069614 View commit details
    Browse the repository at this point in the history
  10. Update a comment

    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b7a5d68 View commit details
    Browse the repository at this point in the history
  11. Update a comment

    abitmore committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2ca1d99 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Wrap long lines

    abitmore committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a89307c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0ad9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2736 from mpaladin/sonarcloud-configuration

    Remove SonarCloud cache and threads configuration as it is now by default
    abitmore committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    43ea51e View commit details
    Browse the repository at this point in the history
  4. Add comments

    abitmore committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5d59c9e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Merge pull request #2737 from bitshares/sonarcloud-configuration

    Remove SonarCloud cache and threads configuration as it is now by default
    abitmore committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    70eece1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Use gcovr to process code coverage data

    for better coverage reporting, including branch coverage
    abitmore committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b46de5d View commit details
    Browse the repository at this point in the history
  2. Bump FC

    abitmore committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    11b2a81 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Fix macOS build

    Type "long" is not reflected in macOS, so avoid using it implicitly in tests
    abitmore committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f927efc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2739 from bitshares/sonar-code-coverage

    Use gcovr to process code coverage data
    abitmore committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    162584a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    abitmore committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    beb5022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f66004 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2740 from bitshares/update-sonar-project-version-…

    …6-2-x
    
    Update sonar.projectVersion to 6.2.x
    abitmore committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e68c738 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    d1da353 View commit details
    Browse the repository at this point in the history
  2. Call gcovr with --exclude-throw-branches in CI

    For branch coverage, exclude branches that the compiler generates for
    exception handling, to generate more "sensible" coverage reports.
    abitmore committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5366a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da7891 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Merge pull request #2742 from bitshares/update-sonar

    Update code coverage report settings in sonar-scan overflow
    abitmore committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3f5c6c4 View commit details
    Browse the repository at this point in the history
  2. Merge 'develop' branch

    Resolved conflicts:
    - sonar-project.properties
    abitmore committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    38ff734 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add fee_change_test

    abitmore committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3fc4de4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2735 from bitshares/pr-2595-credit-auto-repay

    Implement credit deal auto-repayment feature
    abitmore committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d441b3e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Merge hardfork branch, fix build and tests

    Resolved conflicts:
    - libraries/chain/include/graphene/chain/market_evaluator.hpp
    - libraries/chain/include/graphene/chain/protocol/fee_schedule.hpp
    - libraries/chain/include/graphene/chain/protocol/operations.hpp
    - libraries/chain/proposal_evaluator.cpp
    - libraries/protocol/include/graphene/protocol/market.hpp
    - tests/common/database_fixture.cpp
    abitmore committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a71cfe4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    44e6de4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2387df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b3bcd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e9d0d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    136007e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2fca6 View commit details
    Browse the repository at this point in the history
  3. Add tests for limit_order_update_operation

    - hard fork time
    - proposals
    - order existence
    - order owner
    - zero delta
    abitmore committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9160a7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c58db0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85bef43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afcff0d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    dfce7c6 View commit details
    Browse the repository at this point in the history
  2. Process operation fees

    abitmore committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8898b5a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    269a16d View commit details
    Browse the repository at this point in the history
  2. Update a comment

    abitmore committed May 12, 2023
    Configuration menu
    Copy the full SHA
    032f125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663ecd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d381110 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1195df5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

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

    abitmore committed May 15, 2023
    Configuration menu
    Copy the full SHA
    126987e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2743 from bitshares/issue-1604

    Implement Limit Order Modification Feature
    abitmore committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1f66802 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix code smells

    abitmore committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6636959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26d877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2906a69 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #2745 from bitshares/fix-coverage

    Fix code smells
    abitmore committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a4dfd53 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    113418e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecc0da4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Merge pull request #2747 from bitshares/fix-code-smells

    Fix code smells
    abitmore committed May 21, 2023
    Configuration menu
    Copy the full SHA
    1401ea6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Rename functions has_settlement() and has_indiv...

    ...idual_settlement() to is_globally_settled() and is_individually_settled_to_fund() for intuition
    abitmore committed May 27, 2023
    Configuration menu
    Copy the full SHA
    4b87ba8 View commit details
    Browse the repository at this point in the history
  2. Refactor code about individual settlement order

    Store settled debt amounts and collateral amounts in bitasset objects instead of limit orders.
    abitmore committed May 27, 2023
    Configuration menu
    Copy the full SHA
    92041b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37c5853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d5e8d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Update comments

    abitmore committed May 28, 2023
    Configuration menu
    Copy the full SHA
    061594f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Merge pull request #2748 from bitshares/settlement-code-refactory

    Settlement code refactory
    abitmore committed May 29, 2023
    Configuration menu
    Copy the full SHA
    38dbc61 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    240a84a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78816b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Remove unused code

    abitmore committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    de8339d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

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

Commits on Jun 19, 2023

  1. Merge pull request #2749 from bitshares/pr-2535-oso

    Implement Order-Sends-Take-Profit-Order feature
    abitmore committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9a36b7c View commit details
    Browse the repository at this point in the history
  2. Improve performance of account history wallet APIs

    By using the block_time field in operation_history_object.
    abitmore committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ed08a9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2644 from bitshares/pr-2643-cli-acc-hist-time

    Improve performance of account history wallet APIs by using the block_time field in operation_history_object
    abitmore committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f024d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge pull request #2750 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e49788d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    481b67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e1b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4ef0a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2752 from bitshares/update-versions-in-ci

    Update dependency versions used in Github Actions
    abitmore committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a3caf53 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge pull request #2753 from bitshares/develop

    Merge develop branch into hardfork branch
    abitmore committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dff65c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Fix a comment in a test case

    abitmore committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    b99d62f View commit details
    Browse the repository at this point in the history
  2. Fix a test case

    abitmore committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    16c7798 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2754 from bitshares/update-comment

    Fix a comment in a test case
    abitmore committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7548e6b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Merge pull request #2755 from bitshares/fix-tests

    Fix a test case
    abitmore committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c6c7767 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    2105165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29553e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2757 from bitshares/update-comment

    Fix a comment in a test case
    abitmore committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4d6e7cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2758 from bitshares/update-tests

    Fix a test case about updating limit orders
    abitmore committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    3d64cf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7c5ac5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2751 from bitshares/hardfork-to-release

    Merge hardfork branch into release branch for 7.0.0 release
    abitmore committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    8b51608 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ac9d20 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Merge pull request #2759 from bitshares/fix-reflection

    Add missing reflection for limit_order_update_op
    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7b956a0 View commit details
    Browse the repository at this point in the history
  2. Fix fee_change_test

    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    34134ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2760 from bitshares/fix-fee-change-test

    Fix fee_change_test
    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    035008b View commit details
    Browse the repository at this point in the history
  4. Add OSO tests for ES

    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    12cd517 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2762 from bitshares/update-es-tests

    Add OSO tests for ES
    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    998bbac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2761 from bitshares/hardfork

    Merge hardfork branch into release branch
    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    962be19 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release' into testnet_release

    Resolved conflicts:
    - .github/workflows/sonar-scan.yml
    abitmore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1cbc8b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix a test case

    abitmore committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    849a094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306eeab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb02c3 View commit details
    Browse the repository at this point in the history