Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-02 | [qa] util: Move wait_bitcoinds() into stop_nodes() | MarcoFalke | |
2016-09-14 | [qa] wallet: Check legacy wallet as well | MarcoFalke | |
2016-06-16 | Merge #7892: Add full UTF-8 support to RPC | Wladimir J. van der Laan | |
7982fce doc: Mention full UTF-8 support in release notes (Wladimir J. van der Laan) 6bbb4ef test: test utf-8 for labels in wallet (Wladimir J. van der Laan) a406fcb test: add ensure_ascii setting to AuthServiceProxy (Wladimir J. van der Laan) 60ab9b2 Squashed 'src/univalue/' changes from 2740c4f..f32df99 (Wladimir J. van der Laan) | |||
2016-06-13 | [qa] util: Move check_fee_amount out of wallet.py | MarcoFalke | |
2016-06-10 | test: test utf-8 for labels in wallet | Wladimir J. van der Laan | |
2016-05-20 | Merge #8056: [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
fad68f7 [qa] Reduce node count for some tests (MarcoFalke) fac9349 [qa] Remove hardcoded "4 nodes" from test_framework (MarcoFalke) | |||
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-10 | [qa] wallet: Temporarily disable salvagewallet test | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-19 | Add test to check spendable and unspendable UTXO on RPC listunspent | Joao Fonseca | |
2016-04-03 | [qa] Remove misleading "errorString syntax" | MarcoFalke | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-03-28 | [qa] wallet: Wait for reindex to catch up | MarcoFalke | |
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-19 | [qa] rpc-test: Normalize assert() | MarcoFalke | |
2016-03-17 | [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock | MarcoFalke | |
2016-03-14 | [qa] wallet: speed up tests | MarcoFalke | |
2016-01-20 | [qa] Change default block priority size to 0 | MarcoFalke | |
2016-01-18 | [qa] wallet: Print maintenance | MarcoFalke | |
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2016-01-07 | Merge pull request #7229 | Wladimir J. van der Laan | |
fa33d97 [walletdb] Add missing LOCK() in Recover() for dummyWallet (MarcoFalke) fa14d99 [qa] check if wallet or blochchain maintenance changes the balance (MarcoFalke) fa0765d [qa] Cleanup wallet.py test (MarcoFalke) | |||
2015-12-18 | [qa] check if wallet or blochchain maintenance changes the balance | MarcoFalke | |
2015-12-18 | [qa] Cleanup wallet.py test | MarcoFalke | |
* Remove outdated comment * Remove unneeded 0s * Remove semicolons | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-11-28 | [wallet] Add rpc tests to verify fee calculations | MarcoFalke | |
2015-07-27 | [QA] add testcases for parsing strings as values | Jonas Schnelli | |
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr | |
2015-04-21 | add rpc test for listunspents support for zero value txouts | Jonas Schnelli | |
2015-04-09 | Fix travis after merging #5957 | Wladimir J. van der Laan | |
New wallet tests have been added in the meantime and need to be updated to use `generate` instead of `setgenerate`. | |||
2015-04-09 | Merge pull request #5957 | Wladimir J. van der Laan | |
e2edf95 Bugfix: make CreateNewBlock return pindexPrev (Pieter Wuille) 6b04508 Introduce separate 'generate' RPC call (Pieter Wuille) 0df67f1 Simplify hash loop code (Pieter Wuille) | |||
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille | |
2015-04-01 | add -walletbroadcast=0 rpc test | Jonas Schnelli | |
2015-03-24 | Regression test for ResendWalletTransactions | Gavin Andresen | |
Adds a regression test for the wallet's ResendWalletTransactions function, which uses a new, hidden RPC command "resendwallettransactions." I refactored main's Broadcast signal so it is passed the best-block time, which let me remove a global variable shared between main.cpp and the wallet (nTimeBestReceived). I also manually tested the "rebroadcast unconfirmed every half hour or so" functionality by: 1. Running bitcoind -connect=0.0.0.0:8333 2. Creating a couple of send-to-self transactions 3. Connect to a peer using -addnode 4. Waited a while, monitoring debug.log, until I see: ```2015-03-23 18:48:10 ResendWalletTransactions: rebroadcast 2 unconfirmed transactions``` One last change: don't bother putting ResendWalletTransactions messages in debug.log unless unconfirmed transactions were actually rebroadcast. | |||
2015-03-13 | qa/rpc-tests/wallet: Tests for sendmany | Luke Dashjr | |
2015-03-13 | Subtract fee from amount | Cozz Lovan | |
Fixes #2724 and #1570. Adds the automatically-subtract-the-fee-from-the-amount-and-send-whats-left feature to the GUI and RPC (sendtoaddress,sendmany). | |||
2015-01-31 | Changed pronouns for correctness and inclusivity | bikinibabe | |
2014-12-25 | RPC test for immature balance | Jonas Schnelli | |
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-11-27 | Fix python usage for arch's broken maintainers | Matt Corallo | |
2014-11-20 | Port of wallet.sh to python (wallet.py). | mrbandrews | |
Also included are minor edits to util.py to create a clean blockchain and add a parameter to gather_inputs to specify number of confirmations. |