Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-30 | rpc: Add generatetodescriptor | MarcoFalke | |
2019-08-27 | test: Establish only one connection between nodes in rpc_invalidateblock | MarcoFalke | |
2019-04-09 | test: Remove unused imports | MarcoFalke | |
2019-04-09 | scripted-diff: use self.sync_* methods | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i -e 's/sync_blocks(self.nodes)/self.sync_blocks()/g' $(git grep -l 'sync_blocks(self.nodes)' ./test/functional/*.py) sed -i -e 's/sync_mempools(self.nodes)/self.sync_mempools()/g' $(git grep -l 'sync_mempools(self.nodes)' ./test/functional/*.py) sed -i -e 's/ sync_blocks(/ self.sync_blocks(/g' $(git grep -l sync_blocks ./test/functional/*.py) sed -i -e 's/ sync_mempools(/ self.sync_mempools(/g' $(git grep -l sync_mempools ./test/functional/*.py) -END VERIFY SCRIPT- | |||
2019-01-01 | [rpc] Correct reconsiderblock help text, add test | MarcoFalke | |
2018-09-17 | Changed functional tests which do not require wallets to run without | sanket1729 | |
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a named tuple | |||
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-08-13 | tests: Use explicit imports | practicalswift | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-01-25 | [tests] Rename rpc_* functional tests. | Anthony Towns | |