214091d Update license in pull-tester and rpc-tests (Michael Ford)
214091d
@ -1,6 +1,6 @@
#!/bin/bash
# Copyright (c) 2013 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying
# Copyright (c) 2013-2014 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
#
# Param1: The prefix to mingw staging
#!/usr/bin/python
import json
#!/bin/sh
# Helper script for pull-tester.
DATADIR="@abs_top_builddir@/.bitcoin"
#!/usr/bin/env bash
# Copyright (c) 2014 The Bitcoin Core developers
# Test marking of spent outputs
#!/usr/bin/env python
# Exercise the listtransactions API
# Exercise the getchaintips API. We introduce a network split, work
# Exercise the wallet keypool, and interaction with wallet encryption/locking
@ -1,3 +1,8 @@
# Linux network utilities
import sys
import socket
# Exercise the listreceivedbyaddress API
# Test for -rpcbind, as well as -rpcallowip and -rpcconnect
TIMEOUT=10
SIGNAL=HUP
@ -1,4 +1,7 @@
# Test fee estimation code
# Base class for RPC testing
# Test proper accounting with malleable transactions
@ -1,5 +1,5 @@
# Helpful routines for regression testing
# Functions used by more than one test
# Test block generation and basic wallet sending
# Test wallet backup / dump / restore functionality
# Test -zapwallettxes=<mode>