lbrycrd/src/qt/forms
Pieter Wuille 341735eb8f Headers-first synchronization
Many changes:
* Do not use 'getblocks', but 'getheaders', and use it to build a headers tree.
* Blocks are fetched in parallel from all available outbound peers, using a
  limited moving window. When one peer stalls the movement of the window, it is
  disconnected.
* No more orphan blocks. At all. We only ever request a block for which we have
  verified the headers, and store it to disk immediately. This means that a
  disk-fill attack would require PoW.
* Require protocol version 31800 for every peer (released in december 2010).
* No more syncnode (we sync from everyone we can, though limited to 1 during
  initial *headers* sync).
* Introduce some extra named constants, comments and asserts.
2014-10-14 15:42:01 -07:00
..
addressbookpage.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
askpassphrasedialog.ui [Qt] very minor style cleanups 2014-01-22 09:46:15 +01:00
coincontroldialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
editaddressdialog.ui [Qt] extend validate line edit and btc address validator 2014-01-29 14:15:55 +01:00
helpmessagedialog.ui [Qt] fix links in about window not opening 2014-06-24 16:36:14 +02:00
intro.ui [Qt] very minor style cleanups 2014-01-22 09:46:15 +01:00
openuridialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
optionsdialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
overviewpage.ui [Qt] Revert overviewpage from QFormLayout to QVBoxLayout 2014-08-17 23:50:44 +02:00
receivecoinsdialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
receiverequestdialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
rpcconsole.ui Headers-first synchronization 2014-10-14 15:42:01 -07:00
sendcoinsdialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
sendcoinsentry.ui [Qt] don't allow translation of our example btc address 2014-06-23 15:11:28 +02:00
signverifymessagedialog.ui [Qt] update form files for setting autoDefault explicitly to false 2014-09-05 13:54:16 +02:00
transactiondescdialog.ui [Qt] very minor style cleanups 2014-01-22 09:46:15 +01:00