Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | Merge #7715: Fix calculation of balances and available coins. | Wladimir J. van der Laan | |
68d4282 Fix calculation of balances and available coins. (Alex Morcos) | |||
2016-03-23 | Merge #7671: [RPC] Add generatetoaddress rpc to mine to an address | Wladimir J. van der Laan | |
d5c5c71 RPC tests for generatetoaddress (Andrew C) fe00ca7 Create generatetoaddress rpc (Andrew C) | |||
2016-03-21 | Add p2p test for feefilter | Alex Morcos | |
2016-03-21 | Create SingleNodeConnCB class for RPC tests | Alex Morcos | |
2016-03-21 | RPC tests for generatetoaddress | Andrew C | |
Adds two RPC tests for the generatetoaddress RPC, one in the wallet, and one when the wallet is disabled. The wallet RPC Test mines Bitcoin to another node's address and checks that that node has received the Bitcoin. The RPC test without the wallet mines Bitcoin to an arbitrary address and checks that it works. It then mines to an arbitrary invalid address and checks that that fails. | |||
2016-03-21 | Test of BIP9 fork activation of mtp, csv, sequence_lock | NicolasDorier | |
2016-03-19 | [qa] rpc-test: Normalize assert() | MarcoFalke | |
2016-03-18 | Fix 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 | |||
2016-03-18 | Merge #7702: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | Wladimir J. van der Laan | |
fa4a522 [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock (MarcoFalke) | |||
2016-03-18 | Merge #7709: Tests: fix missing import in mempool_packages | Wladimir J. van der Laan | |
e38781d Tests: fix missing import in mempool_packages (Suhas Daftuar) | |||
2016-03-18 | Add 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-18 | Merge #7575: Minimal BIP9 implementation | Wladimir J. van der Laan | |
8c74ced RPC test for BIP9 warning logic (Suhas Daftuar) 7870deb Test versionbits deployments (Suhas Daftuar) 532cbb2 Add testing of ComputeBlockVersion (Suhas Daftuar) d23f6c6 Softfork status report in RPC (Pieter Wuille) 732e774 Versionbits tests (Pieter Wuille) 6851107 BIP9 Implementation (Pieter Wuille) | |||
2016-03-17 | Tests: fix missing import in mempool_packages | Suhas Daftuar | |
2016-03-17 | [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | MarcoFalke | |
2016-03-16 | Tests: make prioritise_transaction.py more robust | Suhas Daftuar | |
2016-03-16 | RPC test for BIP9 warning logic | Suhas Daftuar | |
2016-03-14 | [qa] mininode: Add and use CONSTs | MarcoFalke | |
2016-03-14 | [qa] Move create_tx() to util.py | MarcoFalke | |
2016-03-14 | [qa] wallet: speed up tests | MarcoFalke | |
2016-03-01 | [doc] Fix markdown | MarcoFalke | |
2016-02-12 | Merge #7184: Implement SequenceLocks functions for BIP 68 | Wladimir J. van der Laan | |
b043c4b fix sdaftuar's nits again (Alex Morcos) a51c79b Bug fix to RPC test (Alex Morcos) da6ad5f Add RPC test exercising BIP68 (mempool only) (Suhas Daftuar) c6c2f0f Implement SequenceLocks functions (Alex Morcos) | |||
2016-02-10 | Bug fix to RPC test | Alex Morcos | |
2016-02-10 | Add RPC test exercising BIP68 (mempool only) | Suhas Daftuar | |
2016-02-09 | tests: Make proxy_test work on travis servers without IPv6 | Wladimir J. van der Laan | |
2016-02-04 | [rpc-tests] Change solve() to use rehash | mrbandrews | |
2016-01-28 | Merge #7348: MOVE ONLY: move rpc* to rpc/ | Wladimir J. van der Laan | |
d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens) a0eaff8 move rpc* to rpc/ (Daniel Cousens) | |||
2016-01-27 | Merge #7300: [trivial] Add missing copyright headers | Wladimir J. van der Laan | |
fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke) fa60d05 Add missing copyright headers (MarcoFalke) fa7e4c0 Bump copyright headers to 2014 (MarcoFalke) | |||
2016-01-22 | Merge #7236: Use createrawtx locktime parm in txn_clone | Wladimir J. van der Laan | |
e279038 Use createrawtx locktime parm in txn_clone (Tom Harding) | |||
2016-01-22 | Merge #7177: [qa] Change default block priority size to 0 | Wladimir J. van der Laan | |
fa8e2a6 [qa] Change default block priority size to 0 (MarcoFalke) | |||
2016-01-21 | rpc: update inline comments to refer to new file paths | Daniel Cousens | |
2016-01-20 | [qa] Change default block priority size to 0 | MarcoFalke | |
2016-01-19 | RPC: indicate which transactions are replaceable | Suhas Daftuar | |
Add "bip125-replaceable" output field to listtransactions and gettransaction which indicates if an unconfirmed transaction, or any unconfirmed parent, is signaling opt-in RBF according to BIP 125. | |||
2016-01-19 | Merge pull request #7164: Do not download transactions during initial ↵ | Wladimir J. van der Laan | |
blockchain sync 39a525c Do not download transactions during inital sync (ptschip) | |||
2016-01-18 | Merge pull request #7372 | Wladimir J. van der Laan | |
facd288 [qa] wallet: Print maintenance (MarcoFalke) | |||
2016-01-18 | [qa] wallet: Print maintenance | MarcoFalke | |
2016-01-18 | Fix error in blockchain.py introduced in merge | Suhas Daftuar | |
2016-01-18 | Merge pull request #7194 | Wladimir J. van der Laan | |
135d6ec Add RPC tests for getblockheader. (James O'Beirne) 4745636 Add RPC documentation for getblockheader[chainwork]. (James O'Beirne) 16d4fce Add assert_is_hex_string and assert_is_hash_string to RPC test utils. (James O'Beirne) | |||
2016-01-18 | Merge pull request #7320 | Wladimir J. van der Laan | |
fa1cb1a [qa] Test walletpassphrase timeout (MarcoFalke) | |||
2016-01-18 | Merge pull request #7335 | Wladimir J. van der Laan | |
7777994 [qa] Fix pyton syntax in rpc tests (MarcoFalke) | |||
2016-01-18 | Merge pull request #7329 | Wladimir J. van der Laan | |
9d263bd Typo fixes in comments (Chris Wheeler) | |||
2016-01-18 | Merge pull request #7368 | Wladimir J. van der Laan | |
4d10d2e Eliminate race condition in mempool_packages test (Suhas Daftuar) | |||
2016-01-17 | Typo fixes in comments | Chris Wheeler | |
2016-01-14 | Eliminate race condition in mempool_packages test | Suhas Daftuar | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2016-01-13 | Merge pull request #7312 | Wladimir J. van der Laan | |
d11fc16 [Wallet] Call notification signal when a transaction is abandoned (Jonas Schnelli) df0e222 Add RPC test for abandoned and conflicted transactions. (Alex Morcos) 01e06d1 Add new rpc call: abandontransaction (Alex Morcos) 9e69717 Make wallet descendant searching more efficient (Alex Morcos) | |||
2016-01-13 | Add RPC test for abandoned and conflicted transactions. | Alex Morcos | |
2016-01-13 | Merge pull request #7296 | Wladimir J. van der Laan | |
bebe58b SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee (Alex Morcos) e420a1b Add sane fallback for fee estimation (Alex Morcos) 995b9f3 Always respect GetRequiredFee for wallet txs (Alex Morcos) | |||
2016-01-09 | [qa] Test walletpassphrase timeout | MarcoFalke | |
2016-01-09 | Merge pull request #7308 | Wladimir J. van der Laan | |
168915e Eliminate race condition in sendheaders.py test (Suhas Daftuar) 82a0ce0 Add race-condition debugging tool to mininode (Suhas Daftuar) | |||
2016-01-07 | Eliminate race condition in sendheaders.py test | Suhas Daftuar | |
Clear the last block announcement before mining new blocks. |