-
Notifications
You must be signed in to change notification settings - Fork 21
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
Added a flag bit to INV messages for getdata to denote the witness sh… #19
base: segwit
Are you sure you want to change the base?
Commits on Nov 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9e940fa - Browse repository at this point
Copy the full SHA 9e940faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ad964 - Browse repository at this point
Copy the full SHA 17ad964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f8ea5 - Browse repository at this point
Copy the full SHA 26f8ea5View commit details
Commits on Nov 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 10d3c77 - Browse repository at this point
Copy the full SHA 10d3c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a3c47 - Browse repository at this point
Copy the full SHA 23a3c47View commit details
Commits on Nov 28, 2015
-
Switch to a more efficient rolling Bloom filter
For each 'bit' in the filter we really maintain 2 bits, which store either: 0: not set 1-3: set in generation N After (nElements / 2) insertions, we switch to a new generation, and wipe entries which already had the new generation number, effectively switching from the last 1.5 * nElements set to the last 1.0 * nElements set. This is 25% more space efficient than the previous implementation, and can (at peak) store 1.5 times the requested amount of history (though only 1.0 times the requested history is guaranteed). The existing unit tests should be sufficient.
Configuration menu - View commit details
-
Copy full SHA for 086ee67 - Browse repository at this point
Copy the full SHA 086ee67View commit details
Commits on Nov 30, 2015
-
Replace setInventoryKnown with a rolling bloom filter.
Mruset setInventoryKnown was reduced to a remarkably small 1000 entries as a side effect of sendbuffer size reductions in 2012. This removes setInventoryKnown filtering from merkleBlock responses because false positives there are especially unattractive and also because I'm not sure if there aren't race conditions around the relay pool that would cause some transactions there to be suppressed. (Also, ProcessGetData was accessing setInventoryKnown without taking the required lock.)
Configuration menu - View commit details
-
Copy full SHA for ec73ef3 - Browse repository at this point
Copy the full SHA ec73ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e206724 - Browse repository at this point
Copy the full SHA e206724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b84935 - Browse repository at this point
Copy the full SHA 6b84935View commit details -
Only use filterInventoryKnown with MSG_TX inventory messages.
Previously this logic could erroneously filter a MSG_BLOCK inventory message.
Configuration menu - View commit details
-
Copy full SHA for b6a0da4 - Browse repository at this point
Copy the full SHA b6a0da4View commit details -
Actually only use filterInventoryKnown with MSG_TX inventory messages.
Previously this logic could erroneously filter a MSG_BLOCK inventory message.
Configuration menu - View commit details
-
Copy full SHA for d41e44c - Browse repository at this point
Copy the full SHA d41e44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4b0c2 - Browse repository at this point
Copy the full SHA aa4b0c2View commit details
Commits on Dec 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b440409 - Browse repository at this point
Copy the full SHA b440409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110ff11 - Browse repository at this point
Copy the full SHA 110ff11View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3c3ddb - Browse repository at this point
Copy the full SHA a3c3ddbView commit details -
rpc: remove cs_main lock from
createrawtransaction
This is a pure utility function that doesn't use main's data structures, so it does not require that lock.
Configuration menu - View commit details
-
Copy full SHA for 6e76587 - Browse repository at this point
Copy the full SHA 6e76587View commit details -
Fix mempool limiting for PrioritiseTransaction
Redo the feerate index to be based on mining score, rather than fee. Update mempool_packages.py to test prioritisetransaction's effect on package scores.
Configuration menu - View commit details
-
Copy full SHA for eb30666 - Browse repository at this point
Copy the full SHA eb30666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef2a25 - Browse repository at this point
Copy the full SHA 9ef2a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fae34 - Browse repository at this point
Copy the full SHA 27fae34View commit details -
One test in AcceptToMemoryPool was to compare a transaction's fee agains the value returned by GetMinRelayFee. This value was zero for all small transactions. For larger transactions (between DEFAULT_BLOCK_PRIORITY_SIZE and MAX_STANDARD_TX_SIZE), this function was preventing low fee transactions from ever being accepted. With this function removed, we will now allow transactions in that range with fees (including modifications via PrioritiseTransaction) below the minRelayTxFee, provided that they have sufficient priority.
Configuration menu - View commit details
-
Copy full SHA for 901b01d - Browse repository at this point
Copy the full SHA 901b01dView commit details
Commits on Dec 3, 2015
-
Now that 0.12 has been branched, master is 0.12.99
... in preparation for 0.13
Configuration menu - View commit details
-
Copy full SHA for c12ff99 - Browse repository at this point
Copy the full SHA c12ff99View commit details -
Merge pull request bitcoin#7133
aa4b0c2 When not filtering blocks, getdata sends more in one test (Pieter Wuille) d41e44c Actually only use filterInventoryKnown with MSG_TX inventory messages. (Gregory Maxwell) b6a0da4 Only use filterInventoryKnown with MSG_TX inventory messages. (Patick Strateman) 6b84935 Rename setInventoryKnown filterInventoryKnown (Patick Strateman) e206724 Remove mruset as it is no longer used. (Gregory Maxwell) ec73ef3 Replace setInventoryKnown with a rolling bloom filter. (Gregory Maxwell)
Configuration menu - View commit details
-
Copy full SHA for 8843676 - Browse repository at this point
Copy the full SHA 8843676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7632cf6 - Browse repository at this point
Copy the full SHA 7632cf6View commit details -
Merge pull request bitcoin#7113
086ee67 Switch to a more efficient rolling Bloom filter (Pieter Wuille)
Configuration menu - View commit details
-
Copy full SHA for 54a550b - Browse repository at this point
Copy the full SHA 54a550bView commit details -
Merge pull request bitcoin#7152
b440409 Add missing automake package to deb-based UNIX install instructions. (Matt Bogosian)
Configuration menu - View commit details
-
Copy full SHA for 5548d9c - Browse repository at this point
Copy the full SHA 5548d9cView commit details -
Disconnect on mempool requests from peers when over the upload limit.
Mempool requests use a fair amount of bandwidth when the mempool is large, disconnecting peers using them follows the same logic as disconnecting peers fetching historical blocks.
Configuration menu - View commit details
-
Copy full SHA for 6aadc75 - Browse repository at this point
Copy the full SHA 6aadc75View commit details
Commits on Dec 4, 2015
-
Merge pull request bitcoin#7166
6aadc75 Disconnect on mempool requests from peers when over the upload limit. (Gregory Maxwell)
Configuration menu - View commit details
-
Copy full SHA for 7922592 - Browse repository at this point
Copy the full SHA 7922592View commit details -
test: remove necessity to call create_callback_map
Remove necessity to call create_callback_map (as well as the function itself) from the Python P2P test framework. Invoke the appropriate methods directly. - Easy to forget to call it and wonder why it doesn't work - Simplifies the code - This makes it easier to handle new messages in subclasses
Configuration menu - View commit details
-
Copy full SHA for 2f601d2 - Browse repository at this point
Copy the full SHA 2f601d2View commit details -
tests: Disable Tor interaction
This is unnecessary during the current tests (any test for Tor interaction can explicitly enable it) and interferes with the proxy test.
Configuration menu - View commit details
-
Copy full SHA for 4c40ec0 - Browse repository at this point
Copy the full SHA 4c40ec0View commit details
Commits on Dec 5, 2015
-
Merge pull request bitcoin#7170
4c40ec0 tests: Disable Tor interaction (Wladimir J. van der Laan)
Configuration menu - View commit details
-
Copy full SHA for a2822b9 - Browse repository at this point
Copy the full SHA a2822b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96918a2 - Browse repository at this point
Copy the full SHA 96918a2View commit details -
Merge pull request bitcoin#7174
96918a2 Don't do mempool lookups for "mempool" command without a filter (Matt Corallo)
Configuration menu - View commit details
-
Copy full SHA for 075faae - Browse repository at this point
Copy the full SHA 075faaeView commit details
Commits on Dec 6, 2015
-
Coinselection prunes extraneous inputs from ApproximateBestSubset
A further pass over the available inputs has been added to ApproximateBestSubset after a candidate set has been found. It will prune any extraneous inputs in the selected subset, in order to decrease the number of input and the resulting change.
Configuration menu - View commit details
-
Copy full SHA for 5c03483 - Browse repository at this point
Copy the full SHA 5c03483View commit details
Commits on Dec 7, 2015
-
Merge pull request bitcoin#7171
2f601d2 test: remove necessity to call create_callback_map (Wladimir J. van der Laan)
Configuration menu - View commit details
-
Copy full SHA for 82bcf40 - Browse repository at this point
Copy the full SHA 82bcf40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca188c6 - Browse repository at this point
Copy the full SHA ca188c6View commit details -
Merge pull request bitcoin#6589
ca188c6 log bytes recv/sent per command (Jonas Schnelli)
Configuration menu - View commit details
-
Copy full SHA for dc0305d - Browse repository at this point
Copy the full SHA dc0305dView commit details -
net: Fix sent reject messages for blocks and transactions
Ever since we bitcoin#5913 have been sending invalid reject messages for transactions and blocks.
Configuration menu - View commit details
-
Copy full SHA for 9fc6ed6 - Browse repository at this point
Copy the full SHA 9fc6ed6View commit details -
net: Account for
sendheaders
verack
messagesLooks like these were forgotten in bitcoin#6589.
Configuration menu - View commit details
-
Copy full SHA for e3bc5e0 - Browse repository at this point
Copy the full SHA e3bc5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9510e - Browse repository at this point
Copy the full SHA af9510eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0f52d - Browse repository at this point
Copy the full SHA fc0f52dView commit details
Commits on Dec 8, 2015
-
Merge pull request bitcoin#7180
e3bc5e0 net: Account for `sendheaders` `verack` messages (Wladimir J. van der Laan)
Configuration menu - View commit details
-
Copy full SHA for 16ccb74 - Browse repository at this point
Copy the full SHA 16ccb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0800092 - Browse repository at this point
Copy the full SHA 0800092View commit details
Commits on Dec 9, 2015
-
test: Add basic test for
reject
codeExtend P2P test framework to make it possible to expect reject codes for transactions and blocks.
Configuration menu - View commit details
-
Copy full SHA for 2041190 - Browse repository at this point
Copy the full SHA 2041190View commit details -
MarcoFalke committed
Dec 9, 2015 Configuration menu - View commit details
-
Copy full SHA for fafd093 - Browse repository at this point
Copy the full SHA fafd093View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0769e1 - Browse repository at this point
Copy the full SHA e0769e1View commit details -
Merge pull request bitcoin#7154
a3c3ddb [Qt] add InMempool() info to transaction details (Jonas Schnelli)
Configuration menu - View commit details
-
Copy full SHA for 00b4b8d - Browse repository at this point
Copy the full SHA 00b4b8dView commit details
Commits on Dec 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5dc63ed - Browse repository at this point
Copy the full SHA 5dc63edView commit details -
net: Add and document network messages in protocol.h
- Avoids string typos (by making the compiler check) - Makes it easier to grep for handling/generation of a certain message type - Refer directly to documentation by following the symbol in IDE - Move list of valid message types to protocol.cpp: protocol.cpp is a more appropriate place for this, and having the array there makes it easier to keep things consistent.
Configuration menu - View commit details
-
Copy full SHA for 9bbe71b - Browse repository at this point
Copy the full SHA 9bbe71bView commit details -
Set link from http:// to https://
For opensource.org/licenses/MIT!
Configuration menu - View commit details
-
Copy full SHA for 00423e1 - Browse repository at this point
Copy the full SHA 00423e1View commit details
Commits on Dec 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e1030dd - Browse repository at this point
Copy the full SHA e1030ddView commit details -
Merge pull request bitcoin#7197
00423e1 Set link from http:// to https:// (Suriyaa Kudo)
Configuration menu - View commit details
-
Copy full SHA for f7f44b1 - Browse repository at this point
Copy the full SHA f7f44b1View commit details -
Merge pull request bitcoin#7181
9bbe71b net: Add and document network messages in protocol.h (Wladimir J. van der Laan)
Configuration menu - View commit details
-
Copy full SHA for d1e17ff - Browse repository at this point
Copy the full SHA d1e17ffView commit details -
Merge pull request bitcoin#7156
6e76587 rpc: remove cs_main lock from `createrawtransaction` (Wladimir J. van der Laan)
Configuration menu - View commit details
-
Copy full SHA for 9ee02cf - Browse repository at this point
Copy the full SHA 9ee02cfView commit details -
Replace trickle nodes with per-node/message Poisson delays
We used to have a trickle node, a node which was chosen in each iteration of the send loop that was privileged and allowed to send out queued up non-time critical messages. Since the removal of the fixed sleeps in the network code, this resulted in fast and attackable treatment of such broadcasts. This pull request changes the 3 remaining trickle use cases by random delays: * Local address broadcast (while also removing the the wiping of the seen filter) * Address relay * Inv relay (for transactions; blocks are always relayed immediately) The code is based on older commits by Patrick Strateman.
Configuration menu - View commit details
-
Copy full SHA for 5400ef6 - Browse repository at this point
Copy the full SHA 5400ef6View commit details
Commits on Dec 12, 2015
-
checks for null data transaction before debug.log
CWalletTx::GetAmounts could not find output address for null data transactions, thus issuing an error in debug.log. This change checks to see if the transaction is OP_RETURN before issuing error. resolves bitcoin#6142
Configuration menu - View commit details
-
Copy full SHA for b6915b8 - Browse repository at this point
Copy the full SHA b6915b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c611acc - Browse repository at this point
Copy the full SHA c611accView commit details -
Configuration menu - View commit details
-
Copy full SHA for d812daf - Browse repository at this point
Copy the full SHA d812dafView commit details
Commits on Dec 13, 2015
-
[devtools] Rewrite fix-copyright-headers.py
MarcoFalke committedDec 13, 2015 Configuration menu - View commit details
-
Copy full SHA for fa6ad85 - Browse repository at this point
Copy the full SHA fa6ad85View commit details -
Bump copyright headers to 2015
MarcoFalke committedDec 13, 2015 Configuration menu - View commit details
-
Copy full SHA for fa24439 - Browse repository at this point
Copy the full SHA fa24439View commit details
Commits on Dec 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for daf6466 - Browse repository at this point
Copy the full SHA daf6466View commit details -
Merge pull request bitcoin#7206
daf6466 Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] (Matt Corallo)
Configuration menu - View commit details
-
Copy full SHA for b7c704a - Browse repository at this point
Copy the full SHA b7c704aView commit details -
Merge pull request bitcoin#7185
e1030dd Note that reviewers should mention the commit hash of the commits they reviewed. (Patrick Strateman)
Configuration menu - View commit details
-
Copy full SHA for ea0f5a2 - Browse repository at this point
Copy the full SHA ea0f5a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979698c - Browse repository at this point
Copy the full SHA 979698cView commit details -
Merge pull request bitcoin#7068
979698c [RPC-Tests] add option to run rpc test over QT clients (Jonas Schnelli)
Configuration menu - View commit details
-
Copy full SHA for 5f3c670 - Browse repository at this point
Copy the full SHA 5f3c670View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc511dc - Browse repository at this point
Copy the full SHA dc511dcView commit details -
Merge pull request bitcoin#7125
5400ef6 Replace trickle nodes with per-node/message Poisson delays (Pieter Wuille)
Configuration menu - View commit details
-
Copy full SHA for 7a50401 - Browse repository at this point
Copy the full SHA 7a50401View commit details -
test: don't override BITCOIND and BITCOINCLI if they're set
In rpc-tests.py, don't override BITCOIND and BITCOINCLI if they're already set. Makes it possible to run the tests with either another tree or the GUI.
Configuration menu - View commit details
-
Copy full SHA for 83cdcbd - Browse repository at this point
Copy the full SHA 83cdcbdView commit details -
qt5: Use the fixed font the system recommends
MarcoFalke committedDec 14, 2015 Configuration menu - View commit details
-
Copy full SHA for fa2f4bc - Browse repository at this point
Copy the full SHA fa2f4bcView commit details
Commits on Dec 15, 2015
-
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
mb300sd committedDec 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 37d271d - Browse repository at this point
Copy the full SHA 37d271dView commit details -
Removed offline testnet DNSSeed 'alexykot.me'.
Elias Rohrer committedDec 15, 2015 Configuration menu - View commit details
-
Copy full SHA for e18378e - Browse repository at this point
Copy the full SHA e18378eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5246180 - Browse repository at this point
Copy the full SHA 5246180View commit details
Commits on Dec 16, 2015
-
[qt] Fix misleading translation
MarcoFalke committedDec 16, 2015 Configuration menu - View commit details
-
Copy full SHA for fa5769e - Browse repository at this point
Copy the full SHA fa5769eView commit details
Commits on Dec 17, 2015
-
Merge pull request bitcoin#7216
e18378e Removed offline testnet DNSSeed 'alexykot.me'. (Elias Rohrer)
Configuration menu - View commit details
-
Copy full SHA for d22245f - Browse repository at this point
Copy the full SHA d22245fView commit details -
Merge pull request bitcoin#7209
83cdcbd test: don't override BITCOIND and BITCOINCLI if they're set (Wladimir J. van der Laan)
Configuration menu - View commit details
-
Copy full SHA for cd3f12c - Browse repository at this point
Copy the full SHA cd3f12cView commit details
Commits on Dec 18, 2015
-
Merge pull request bitcoin#6980
e0769e1 [depends] Latest config.guess & config.sub (fanquake) 23a3c47 [depends] zeromq 4.0.7 (fanquake) 10d3c77 [depends] Fix miniupnpc compilation on osx (fanquake) 26f8ea5 [depends] native ccache 3.2.4 (fanquake) 17ad964 [depends] miniupnpc 1.9.20151026 (fanquake) 9e940fa [depends] Boost 1.59.0 (fanquake)
Configuration menu - View commit details
-
Copy full SHA for 8ea5ef1 - Browse repository at this point
Copy the full SHA 8ea5ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b41a5f - Browse repository at this point
Copy the full SHA 9b41a5fView commit details
Commits on Dec 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c243379 - Browse repository at this point
Copy the full SHA c243379View commit details
Commits on Dec 22, 2015
-
Merge pull request bitcoin#7226
9b41a5f Add more tests to p2p-fullblocktest (Suhas Daftuar)
Configuration menu - View commit details
-
Copy full SHA for ed095f0 - Browse repository at this point
Copy the full SHA ed095f0View commit details -
Merge pull request bitcoin#7213
37d271d Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY. (mb300sd)
Configuration menu - View commit details
-
Copy full SHA for 595f939 - Browse repository at this point
Copy the full SHA 595f939View commit details -
Merge pull request bitcoin#7218
fa5769e [qt] Fix misleading translation (MarcoFalke) fa8c8d7 torcontrol debug: Change to a blanket message that covers both cases (MarcoFalke)
Configuration menu - View commit details
-
Copy full SHA for a1c185b - Browse repository at this point
Copy the full SHA a1c185bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d8373 - Browse repository at this point
Copy the full SHA 97d8373View commit details
Commits on Dec 23, 2015
-
Merge pull request bitcoin#7214
fa2f4bc qt5: Use the fixed font the system recommends (MarcoFalke)
Configuration menu - View commit details
-
Copy full SHA for be9a9a3 - Browse repository at this point
Copy the full SHA be9a9a3View commit details
Commits on Dec 24, 2015
-
[qa] Move gen_return_txouts() to util.py
MarcoFalke committedDec 24, 2015 Configuration menu - View commit details
-
Copy full SHA for fa0a974 - Browse repository at this point
Copy the full SHA fa0a974View commit details
Commits on Dec 25, 2015
-
Bugfix: update-translations: Allow numerus translations to omit %n sp…
…ecifier (usually when it only has one possible value)
Configuration menu - View commit details
-
Copy full SHA for 0d59589 - Browse repository at this point
Copy the full SHA 0d59589View commit details
Commits on Dec 26, 2015
-
Replace some instances of formatWithUnit with formatHtmlWithUnit
Strings in a HTML context should be using formatHtmlWithUnit.
Configuration menu - View commit details
-
Copy full SHA for 5fdf32d - Browse repository at this point
Copy the full SHA 5fdf32dView commit details -
[devtools] Use git pretty-format for year parsing
MarcoFalke committedDec 26, 2015 Configuration menu - View commit details
-
Copy full SHA for fa71669 - Browse repository at this point
Copy the full SHA fa71669View commit details
Commits on Dec 30, 2015
-
21E14 committed
Dec 30, 2015 Configuration menu - View commit details
-
Copy full SHA for a5a0831 - Browse repository at this point
Copy the full SHA a5a0831View commit details
Commits on Jan 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 33877ed - Browse repository at this point
Copy the full SHA 33877edView commit details -
[gitian] Set reference date to something more recent
MarcoFalke committedJan 2, 2016 Configuration menu - View commit details
-
Copy full SHA for fa09562 - Browse repository at this point
Copy the full SHA fa09562View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd0a07 - Browse repository at this point
Copy the full SHA 6fd0a07View commit details
Commits on Jan 3, 2016
-
[debian] Bump manpages and only mention -?
The manpages are outdated and are very rarely updated when changes to the code happen.
MarcoFalke committedJan 3, 2016 Configuration menu - View commit details
-
Copy full SHA for fae7a36 - Browse repository at this point
Copy the full SHA fae7a36View commit details -
[debian] Update bitcoind manpage description
Update the description to match that description in the main bitcoin README.md
MarcoFalke committedJan 3, 2016 Configuration menu - View commit details
-
Copy full SHA for fa6ce44 - Browse repository at this point
Copy the full SHA fa6ce44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef8f3c - Browse repository at this point
Copy the full SHA 7ef8f3cView commit details
Commits on Jan 4, 2016
-
Merge pull request bitcoin#7276
7ef8f3c Report non-mandatory script failures correctly (Pieter Wuille)
Configuration menu - View commit details
-
Copy full SHA for d032b5b - Browse repository at this point
Copy the full SHA d032b5bView commit details -
Merge pull request bitcoin#7256
33877ed Add note to CoinControl Dialog workaround (fanquake)
Configuration menu - View commit details
-
Copy full SHA for 08ab906 - Browse repository at this point
Copy the full SHA 08ab906View commit details -
Configuration menu - View commit details
-
Copy full SHA for e289807 - Browse repository at this point
Copy the full SHA e289807View commit details -
Merge pull request bitcoin#7251
fa09562 [gitian] Set reference date to something more recent (MarcoFalke)
Configuration menu - View commit details
-
Copy full SHA for eb2b745 - Browse repository at this point
Copy the full SHA eb2b745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 621bd69 - Browse repository at this point
Copy the full SHA 621bd69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 136abda - Browse repository at this point
Copy the full SHA 136abdaView commit details -
Merge pull request bitcoin#7274
fa6ce44 [debian] Update bitcoind manpage description (MarcoFalke) fae7a36 [debian] Bump manpages and only mention -? (MarcoFalke)
Configuration menu - View commit details
-
Copy full SHA for c173013 - Browse repository at this point
Copy the full SHA c173013View commit details -
Merge pull request bitcoin#7263
a5a0831 Double semicolon cleanup. (21E14)
Configuration menu - View commit details
-
Copy full SHA for ac982a1 - Browse repository at this point
Copy the full SHA ac982a1View commit details -
Merge pull request bitcoin#7250
fa0a974 [qa] Move gen_return_txouts() to util.py (MarcoFalke)
Configuration menu - View commit details
-
Copy full SHA for 49a735c - Browse repository at this point
Copy the full SHA 49a735cView commit details -
Merge pull request bitcoin#7253
0d59589 Bugfix: update-translations: Allow numerus translations to omit %n specifier (usually when it only has one possible value) (Luke Dashjr)
Configuration menu - View commit details
-
Copy full SHA for 45d13ab - Browse repository at this point
Copy the full SHA 45d13abView commit details
Commits on Jan 5, 2016
-
Merge pull request bitcoin#7217
5246180 Mark blocks with too many sigops as failed (Suhas Daftuar)
Configuration menu - View commit details
-
Copy full SHA for a10a792 - Browse repository at this point
Copy the full SHA a10a792View commit details -
Merge pull request bitcoin#7193
fafd093 [wallet] Adjust pruning test (MarcoFalke)
Configuration menu - View commit details
-
Copy full SHA for 2078495 - Browse repository at this point
Copy the full SHA 2078495View commit details -
Merge pull request bitcoin#7282
621bd69 [Qt] fix coincontrol update issue when deleting a send coin entry (Jonas Schnelli)
Configuration menu - View commit details
-
Copy full SHA for aa41368 - Browse repository at this point
Copy the full SHA aa41368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 605c178 - Browse repository at this point
Copy the full SHA 605c178View commit details -
Add segregated witness transaction serialization
Contains refactorings by Eric Lombrozo.
Configuration menu - View commit details
-
Copy full SHA for bdbea3d - Browse repository at this point
Copy the full SHA bdbea3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 201876c - Browse repository at this point
Copy the full SHA 201876cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c49b2b - Browse repository at this point
Copy the full SHA 7c49b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eda4148 - Browse repository at this point
Copy the full SHA eda4148View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3c16a - Browse repository at this point
Copy the full SHA aa3c16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c92fb - Browse repository at this point
Copy the full SHA 67c92fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae947b - Browse repository at this point
Copy the full SHA 8ae947bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff4dd1 - Browse repository at this point
Copy the full SHA fff4dd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591da0f - Browse repository at this point
Copy the full SHA 591da0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac18b6c - Browse repository at this point
Copy the full SHA ac18b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a38ae - Browse repository at this point
Copy the full SHA 48a38aeView commit details -
Add signature version 1 with updated sighash
Includes simplifications by Eric Lombrozo.
Configuration menu - View commit details
-
Copy full SHA for 42f6293 - Browse repository at this point
Copy the full SHA 42f6293View commit details -
Add witness address RPCs (using P2SH)
Includes support for pushkeyhash wit v0 by Alex Morcos.
Configuration menu - View commit details
-
Copy full SHA for 23d572d - Browse repository at this point
Copy the full SHA 23d572dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a1a47 - Browse repository at this point
Copy the full SHA f7a1a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25de1a7 - Browse repository at this point
Copy the full SHA 25de1a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a30f5 - Browse repository at this point
Copy the full SHA 69a30f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76649ba - Browse repository at this point
Copy the full SHA 76649baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddbb50e - Browse repository at this point
Copy the full SHA ddbb50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2841b33 - Browse repository at this point
Copy the full SHA 2841b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6b4bd - Browse repository at this point
Copy the full SHA bb6b4bdView commit details
Commits on Jan 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e17956f - Browse repository at this point
Copy the full SHA e17956fView commit details
Commits on Jan 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dda291a - Browse repository at this point
Copy the full SHA dda291aView commit details