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

[Qt] reduce cs_main locks during tip update, more fluently update UI #7112

Merged
merged 5 commits into from Nov 30, 2015

Commits on Nov 30, 2015

  1. NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*

    - also adds a boolean for indication if the tip update was happening during initial sync
    - emit notification also during initial sync
    jonasschnelli committed Nov 30, 2015
    Copy the full SHA
    012fc91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e6d50fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    947d20b View commit details
    Browse the repository at this point in the history
  4. [Qt] call GuessVerificationProgress synchronous during core signal, p…

    …ass double over UI signal
    jonasschnelli committed Nov 30, 2015
    Copy the full SHA
    4082e46 View commit details
    Browse the repository at this point in the history
  5. Move uiInterface.NotifyBlockTip signal above the core/wallet signal

    - This will keep getbestblockhash more in sync with blocknotify callbacks
    jonasschnelli committed Nov 30, 2015
    Copy the full SHA
    9af5f9c View commit details
    Browse the repository at this point in the history