aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-05[qa] Add tests verifychain, lockunspent, getbalance, listsinceblockMarcoFalke
Github-Pull: #7702 Rebased-From: fa4a52254178655f50e73b50153730a60ffafd32
2016-04-05[qa] Test walletpassphrase timeoutMarcoFalke
Github-Pull: #7320 Rebased-From: fa1cb1ae15e74e6149ff7fd8aae6cba216914e4c
2016-04-05[qa] wallet: Print maintenanceMarcoFalke
Github-Pull: #7372 Rebased-From: facd288c31c387bb3582c32f767a730ece6e408a
2016-04-05[qa] Extend testsMarcoFalke
Github-Pull: #7684 Rebased-From: fa3a81af18347a1d3fed41aa89ee643cbf0e7abc fad7dc8a6c0ca9c067a249cf8896dd2e64703e48 fad8cfb893ac0ba83c6fc2367ade55bfe4fa75f6
2016-04-05[qa] rpc-test: Normalize assert()MarcoFalke
Github-Pull: #7720 Rebased-From: fab3890156c849e6b04309152d7a9bfcfcb98396
2016-04-04Merge #7800: [0.12] Update release notesWladimir J. van der Laan
e10c044 [0.12] Update release notes (BtcDrak)
2016-04-04Merge #7543: [0.12] Backport BIP9, BIP68 and BIP112 with softforkWladimir J. van der Laan
640666b [qa] rpc-tests: Properly use integers, floats (BtcDrak) c270b62 Fix comments in tests (BtcDrak) caf1381 Add bip68-sequence.py to extended rpc tests (BtcDrak) 26e9a05 Test of BIP9 fork activation of mtp, csv, sequence_lock (NicolasDorier) 3a99feb Add RPC test for BIP 68/112/113 soft fork. (Alex Morcos) 159ee3d Policy: allow transaction version 2 relay policy. (BtcDrak) 9713ed3 Soft fork logic for BIP68 (BtcDrak) 648be9b Soft fork logic for BIP113 (BtcDrak) ee40924 Add CHECKSEQUENCEVERIFY softfork through BIP9 (Pieter Wuille) 6ff0b9f RPC test for BIP9 warning logic (Suhas Daftuar) 0710b30 Test versionbits deployments (Suhas Daftuar) 8ebc6f2 Add testing of ComputeBlockVersion (Suhas Daftuar) 0bdaacd Softfork status report in RPC (Pieter Wuille) 5f90d4e Versionbits tests (Pieter Wuille) 6f83cf2 BIP9 Implementation (Pieter Wuille) ade85e1 Add LockPoints (Alex Morcos) c8d309e Code style fix. (BtcDrak) 6170506 Separate CheckLockTime() and CheckSequence() logic (BtcDrak) c0c5e09 BIP112: Implement CHECKSEQUENCEVERIFY (Mark Friedenbach) 197c376 fix sdaftuar's nits again (Alex Morcos) 0a79c04 Bug fix to RPC test (Alex Morcos) 0d09af7 Add RPC test exercising BIP68 (mempool only) (Suhas Daftuar) 15ba08c Implement SequenceLocks functions (Alex Morcos)
2016-04-03[qa] rpc-tests: Properly use integers, floatsBtcDrak
partial backport from #7778 using fa2cea1
2016-04-03[0.12] Update release notesBtcDrak
2016-04-01Merge #7780: [0.12] Disable bad-chain alertWladimir J. van der Laan
8692626 Disable bad chain alerts (BtcDrak)
2016-03-31Disable bad chain alertsBtcDrak
Continuous false positives lead to them being ignored entirely so it's better to disable now until this can be fixed more thoroughly.
2016-03-31[doc] added depends cross compile infoaccraze
Conflicts: doc/build-unix.md Github-Pull: #7747 Rebased-From: 3e55b3a00450279522900ca96e5cf79162169019
2016-03-31Fix comments in testsBtcDrak
2016-03-30bump version to 0.12.1Wladimir J. van der Laan
2016-03-29Add bip68-sequence.py to extended rpc testsBtcDrak
2016-03-29Merge #7741: [0.12] Mark p2p alert system as deprecatedWladimir J. van der Laan
c0fe2c9 Mark p2p alert system as deprecated. (BtcDrak)
2016-03-26Test of BIP9 fork activation of mtp, csv, sequence_lockNicolasDorier
2016-03-24Mark p2p alert system as deprecated.BtcDrak
Set default to off This feature is removed entirely as of 0.13.0
2016-03-24Remove openssl info from init/log and from Qt debug windowJonas Schnelli
Conflicts: src/init.cpp Github-Merge: #7605 Rebased-From: 5ecfa36fd01fc27475abbfcd53b4efb9da4a7398
2016-03-23[Wallet][RPC] add abandoned status to listtransactionsJonas Schnelli
Github-Pull: #7739 Rebased-From: 263de3d1c80c8a0aa54acd4d6708a4078d479b70
2016-03-23Fix calculation of balances and available coins.Alex Morcos
No longer consider coins which aren't in our mempool. Add test for regression in abandonconflict.py Github-Pull: #7715 Rebased-From: 68d4282774d6a60c609301cddad0b652f16df4d9
2016-03-18Add RPC test for BIP 68/112/113 soft fork.Alex Morcos
This RPC test will test both the activation mechanism of the first versionbits soft fork as well as testing many code branches of the consensus logic for BIP's 68, 112, and 113.
2016-03-18Policy: allow transaction version 2 relay policy.BtcDrak
This commit introduces a way to gracefully bump the default transaction version in a two step process.
2016-03-18Soft fork logic for BIP68BtcDrak
2016-03-18Soft fork logic for BIP113BtcDrak
2016-03-18Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille
2016-03-18RPC test for BIP9 warning logicSuhas Daftuar
2016-03-18Test versionbits deploymentsSuhas Daftuar
2016-03-18Add testing of ComputeBlockVersionSuhas Daftuar
2016-03-18Softfork status report in RPCPieter Wuille
2016-03-18Versionbits testsPieter Wuille
2016-03-18BIP9 ImplementationPieter Wuille
Inspired by former implementations by Eric Lombrozo and Rusty Russell, and based on code by Jorge Timon.
2016-03-18Add LockPointsAlex Morcos
Obtain LockPoints to store in CTxMemPoolEntry and during a reorg, evaluate whether they are still valid and if not, recalculate them.
2016-03-18Code style fix.BtcDrak
This if statement is a little obtuse and using braces here improves readability.
2016-03-18Separate CheckLockTime() and CheckSequence() logicBtcDrak
For the sake of a little repetition, make code more readable.
2016-03-18BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach
- Replace NOP3 with CHECKSEQUENCEVERIFY (BIP112) <nSequence> CHECKSEQUENCEVERIFY -> <nSequence> - Fails if txin.nSequence < nSequence, allowing funds of a txout to be locked for a number of blocks or a duration of time after its inclusion in a block. - Pull most of CheckLockTime() out into VerifyLockTime(), a local function that will be reused for CheckSequence() - Add bitwise AND operator to CScriptNum - Enable CHECKSEQUENCEVERIFY as a standard script verify flag - Transactions that fail CSV verification will be rejected from the mempool, making it easy to test the feature. However blocks containing "invalid" CSV-using transactions will still be accepted; this is *not* the soft-fork required to actually enable CSV for production use.
2016-03-18fix sdaftuar's nits againAlex Morcos
it boggles the mind why these nits can't be delivered on a more timely basis
2016-03-18Bug fix to RPC testAlex Morcos
2016-03-18Add RPC test exercising BIP68 (mempool only)Suhas Daftuar
2016-03-18Implement SequenceLocks functionsAlex Morcos
SequenceLocks functions are used to evaluate sequence lock times or heights per BIP 68. The majority of this code is copied from maaku in #6312 Further credit: btcdrak, sipa, NicolasDorier
2016-03-11[doc/log] Fix markdown syntax and line terminate LogPrintMarcoFalke
- Fix doxygen comment for payTxFee - [doc] Fix markdown - Make sure LogPrintf strings are line-terminated Github-Pull: #7617 Rebased-From: fa06ce09498707d5e82633f1e1b034675e552628 fa97f95c15a7aee15feea500571a10a90f22ea8b fa266524592cc18c789cc587d738fb0e548fd23a
2016-03-01Bugfix: gitian: Add curl to packages (now needed for depends)Luke Dashjr
Github-Pull: #7614 Rebased-From: 5c70a6d6d15cc301b76558f708948c375fe63ccb
2016-03-01[depends] builders: No need to set -L and --location for curlMarcoFalke
Github-Pull: #7606 Rebased-From: fa7a5c54fc836ada12c185c43806c5e4a1044701
2016-03-01Workaround Travis-side CI issuesLuke Dashjr
Github-Pull: #7487 Rebased-From: 149641e8fc9996da01eb76ffe4578828c40d37b5 c01f08db127883ff985889214eebdbe9513c729a 5d1148cb79856ac4695a0c7ac1cd28ada04eff34 1ecbb3b0f717c277f3db1a923fff16f7fc39432c
2016-03-01doc: Clean out release notesWladimir J. van der Laan
0.12.0 was released, prepare empty release notes for 0.12.1.
2016-02-17Merge #7548: Correct duplicate names in release notesv0.12.0Wladimir J. van der Laan
ea52530 Fix duplicate names in release notes (fanquake)
2016-02-17Fix duplicate names in release notesfanquake
Fixes #7547
2016-02-16doc: Remove another duplicate author name from release notesWladimir J. van der Laan
The list of contributors is automatically generated from git, so people that use multiple author names will end up on the list multiple times.
2016-02-12Merge #7523: Fix of semantic failure "meet pay"Wladimir J. van der Laan
e473c2d Fix of semantic failure "meet pay" (wodry)
2016-02-12Fix of semantic failure "meet pay"wodry
"do not meet pay the minimum relay fee" ? I can understand English language quite well, but that I do not understand. So, if it's not an semantic nonsense, I would suggest to write it in more simple English.