Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EOSIO/chainbase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bfe5043f5484e00f89387091e9b5beb90b88c62
Choose a base ref
...
head repository: EOSIO/chainbase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4724baf2095cdc1bb1722254874b51070adf0e74
Choose a head ref
  • 12 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 24, 2018

  1. add_index ensures that the undo stack and revision of the added index…

    … are consistent with the other indices in the database
    arhag committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    04de85d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. make some methods const so they can be called using a const reference…

    … to database instance
    arhag committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e4ab6df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1395591 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from EOSIO/const-accessor-methods

    make some methods const so they can be called using a const reference to database instance
    arhag authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e51782b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e02257 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7156ca2 View commit details
    Browse the repository at this point in the history
  6. make sure database is not in read-only mode before attempting to adju…

    …st undo stack of newly added index
    arhag committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b4446dd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. decrement revision on last squash

    There is an optimization for squashing the last undo session but it fails to properly update the revision
    b1bart committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    7efc817 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from EOSIO/feature/update-revision-on-squash-last

    update revision on squash last
    arhag authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    bcd8ba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0675ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ddb55b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from EOSIO/consistent-index-revisions

    add_index ensures that the undo stack and revision of the added index are consistent with the other indices in the database
    b1bart authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    4724baf View commit details
    Browse the repository at this point in the history
Loading