doc: spelling fixes
This commit is contained in:
parent
65cc7aacfb
commit
f42fc1d508
14 changed files with 15 additions and 15 deletions
|
@ -76,7 +76,7 @@
|
||||||
#rpcuser=Ulysseys
|
#rpcuser=Ulysseys
|
||||||
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
|
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
|
||||||
#
|
#
|
||||||
# The second method `rpcauth` can be added to server startup argument. It is set at intialization time
|
# The second method `rpcauth` can be added to server startup argument. It is set at initialization time
|
||||||
# using the output from the script in share/rpcuser/rpcuser.py after providing a username:
|
# using the output from the script in share/rpcuser/rpcuser.py after providing a username:
|
||||||
#
|
#
|
||||||
# ./share/rpcuser/rpcuser.py alice
|
# ./share/rpcuser/rpcuser.py alice
|
||||||
|
|
|
@ -4,7 +4,7 @@ Developer Notes
|
||||||
Various coding styles have been used during the history of the codebase,
|
Various coding styles have been used during the history of the codebase,
|
||||||
and the result is not very consistent. However, we're now trying to converge to
|
and the result is not very consistent. However, we're now trying to converge to
|
||||||
a single style, which is specified below. When writing patches, favor the new
|
a single style, which is specified below. When writing patches, favor the new
|
||||||
style over attempting to mimick the surrounding style, except for move-only
|
style over attempting to mimic the surrounding style, except for move-only
|
||||||
commits.
|
commits.
|
||||||
|
|
||||||
Do not submit patches solely to modify the style of existing code.
|
Do not submit patches solely to modify the style of existing code.
|
||||||
|
|
|
@ -415,7 +415,7 @@ bool InitHTTPServer()
|
||||||
LogPrintf("HTTP: creating work queue of depth %d\n", workQueueDepth);
|
LogPrintf("HTTP: creating work queue of depth %d\n", workQueueDepth);
|
||||||
|
|
||||||
workQueue = new WorkQueue<HTTPClosure>(workQueueDepth);
|
workQueue = new WorkQueue<HTTPClosure>(workQueueDepth);
|
||||||
// tranfer ownership to eventBase/HTTP via .release()
|
// transfer ownership to eventBase/HTTP via .release()
|
||||||
eventBase = base_ctr.release();
|
eventBase = base_ctr.release();
|
||||||
eventHTTP = http_ctr.release();
|
eventHTTP = http_ctr.release();
|
||||||
return true;
|
return true;
|
||||||
|
|
|
@ -44,7 +44,7 @@ NetworkStyle::NetworkStyle(const QString &_appName, const int iconColorHueShift,
|
||||||
// loop through pixels
|
// loop through pixels
|
||||||
for(int x=0;x<img.width();x++)
|
for(int x=0;x<img.width();x++)
|
||||||
{
|
{
|
||||||
// preserve alpha because QColor::getHsl doesen't return the alpha value
|
// preserve alpha because QColor::getHsl doesn't return the alpha value
|
||||||
a = qAlpha(scL[x]);
|
a = qAlpha(scL[x]);
|
||||||
QColor col(scL[x]);
|
QColor col(scL[x]);
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ void RPCNestedTests::rpcNestedTests()
|
||||||
RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo "); //whitespace at the end will be tolerated
|
RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo "); //whitespace at the end will be tolerated
|
||||||
QVERIFY(result.substr(0,1) == "{");
|
QVERIFY(result.substr(0,1) == "{");
|
||||||
|
|
||||||
(RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo()[\"chain\"]")); //Quote path identifier are allowed, but look after a child contaning the quotes in the key
|
(RPCConsole::RPCExecuteCommandLine(result, "getblockchaininfo()[\"chain\"]")); //Quote path identifier are allowed, but look after a child containing the quotes in the key
|
||||||
QVERIFY(result == "null");
|
QVERIFY(result == "null");
|
||||||
|
|
||||||
(RPCConsole::RPCExecuteCommandLine(result, "createrawtransaction [] {} 0")); //parameter not in brackets are allowed
|
(RPCConsole::RPCExecuteCommandLine(result, "createrawtransaction [] {} 0")); //parameter not in brackets are allowed
|
||||||
|
|
|
@ -57,7 +57,7 @@ int main(int argc, char *argv[])
|
||||||
bool fInvalid = false;
|
bool fInvalid = false;
|
||||||
|
|
||||||
// Prefer the "minimal" platform for the test instead of the normal default
|
// Prefer the "minimal" platform for the test instead of the normal default
|
||||||
// platform ("xcb", "windows", or "cocoa") so tests can't unintentially
|
// platform ("xcb", "windows", or "cocoa") so tests can't unintentionally
|
||||||
// interfere with any background GUIs and don't require extra resources.
|
// interfere with any background GUIs and don't require extra resources.
|
||||||
setenv("QT_QPA_PLATFORM", "minimal", 0);
|
setenv("QT_QPA_PLATFORM", "minimal", 0);
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ static CBlock BuildBlockTestCase() {
|
||||||
return block;
|
return block;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Number of shared use_counts we expect for a tx we havent touched
|
// Number of shared use_counts we expect for a tx we haven't touched
|
||||||
// == 2 (mempool + our copy from the GetSharedTx call)
|
// == 2 (mempool + our copy from the GetSharedTx call)
|
||||||
#define SHARED_TX_OFFSET 2
|
#define SHARED_TX_OFFSET 2
|
||||||
|
|
||||||
|
|
|
@ -275,7 +275,7 @@ UtxoData::iterator FindRandomFrom(const std::set<COutPoint> &utxoSet) {
|
||||||
// except the emphasis is on testing the functionality of UpdateCoins
|
// except the emphasis is on testing the functionality of UpdateCoins
|
||||||
// random txs are created and UpdateCoins is used to update the cache stack
|
// random txs are created and UpdateCoins is used to update the cache stack
|
||||||
// In particular it is tested that spending a duplicate coinbase tx
|
// In particular it is tested that spending a duplicate coinbase tx
|
||||||
// has the expected effect (the other duplicate is overwitten at all cache levels)
|
// has the expected effect (the other duplicate is overwritten at all cache levels)
|
||||||
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
|
BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
|
||||||
{
|
{
|
||||||
bool spent_a_duplicate_coinbase = false;
|
bool spent_a_duplicate_coinbase = false;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
[[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4259839 CHECKSEQUENCEVERIFY 1"]],
|
[[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4259839 CHECKSEQUENCEVERIFY 1"]],
|
||||||
"020000000100010000000000000000000000000000000000000000000000000000000000000000000000feff40000100000000000000000000000000", "P2SH,CHECKSEQUENCEVERIFY"],
|
"020000000100010000000000000000000000000000000000000000000000000000000000000000000000feff40000100000000000000000000000000", "P2SH,CHECKSEQUENCEVERIFY"],
|
||||||
|
|
||||||
["By-time locks, with argument just beyond txin.nSequence (but within numerical boundries)"],
|
["By-time locks, with argument just beyond txin.nSequence (but within numerical boundaries)"],
|
||||||
[[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4194305 CHECKSEQUENCEVERIFY 1"]],
|
[[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4194305 CHECKSEQUENCEVERIFY 1"]],
|
||||||
"020000000100010000000000000000000000000000000000000000000000000000000000000000000000000040000100000000000000000000000000", "P2SH,CHECKSEQUENCEVERIFY"],
|
"020000000100010000000000000000000000000000000000000000000000000000000000000000000000000040000100000000000000000000000000", "P2SH,CHECKSEQUENCEVERIFY"],
|
||||||
[[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4259839 CHECKSEQUENCEVERIFY 1"]],
|
[[["0000000000000000000000000000000000000000000000000000000000000100", 0, "4259839 CHECKSEQUENCEVERIFY 1"]],
|
||||||
|
|
|
@ -90,7 +90,7 @@ def test_simple_bumpfee_succeeds(rbf_node, peer_node, dest_address):
|
||||||
bumped_tx = rbf_node.bumpfee(rbfid)
|
bumped_tx = rbf_node.bumpfee(rbfid)
|
||||||
assert_equal(bumped_tx["errors"], [])
|
assert_equal(bumped_tx["errors"], [])
|
||||||
assert bumped_tx["fee"] - abs(rbftx["fee"]) > 0
|
assert bumped_tx["fee"] - abs(rbftx["fee"]) > 0
|
||||||
# check that bumped_tx propogates, original tx was evicted and has a wallet conflict
|
# check that bumped_tx propagates, original tx was evicted and has a wallet conflict
|
||||||
sync_mempools((rbf_node, peer_node))
|
sync_mempools((rbf_node, peer_node))
|
||||||
assert bumped_tx["txid"] in rbf_node.getrawmempool()
|
assert bumped_tx["txid"] in rbf_node.getrawmempool()
|
||||||
assert bumped_tx["txid"] in peer_node.getrawmempool()
|
assert bumped_tx["txid"] in peer_node.getrawmempool()
|
||||||
|
|
|
@ -196,7 +196,7 @@ class ExampleTest(BitcoinTestFramework):
|
||||||
node2.add_connection(connections[1])
|
node2.add_connection(connections[1])
|
||||||
node2.wait_for_verack()
|
node2.wait_for_verack()
|
||||||
|
|
||||||
self.log.info("Wait for node2 reach current tip. Test that it has propogated all the blocks to us")
|
self.log.info("Wait for node2 reach current tip. Test that it has propagated all the blocks to us")
|
||||||
|
|
||||||
for block in blocks:
|
for block in blocks:
|
||||||
getdata_request = msg_getdata()
|
getdata_request = msg_getdata()
|
||||||
|
|
|
@ -85,7 +85,7 @@ class NetTest(BitcoinTestFramework):
|
||||||
added_nodes = self.nodes[0].getaddednodeinfo(ip_port)
|
added_nodes = self.nodes[0].getaddednodeinfo(ip_port)
|
||||||
assert_equal(len(added_nodes), 1)
|
assert_equal(len(added_nodes), 1)
|
||||||
assert_equal(added_nodes[0]['addednode'], ip_port)
|
assert_equal(added_nodes[0]['addednode'], ip_port)
|
||||||
# check that a non-existant node returns an error
|
# check that a non-existent node returns an error
|
||||||
assert_raises_jsonrpc(-24, "Node has not been added",
|
assert_raises_jsonrpc(-24, "Node has not been added",
|
||||||
self.nodes[0].getaddednodeinfo, '1.1.1.1')
|
self.nodes[0].getaddednodeinfo, '1.1.1.1')
|
||||||
|
|
||||||
|
|
|
@ -136,7 +136,7 @@ class PruneTest(BitcoinTestFramework):
|
||||||
self.log.info("Invalidating block %s at height %d" % (badhash,invalidheight))
|
self.log.info("Invalidating block %s at height %d" % (badhash,invalidheight))
|
||||||
self.nodes[1].invalidateblock(badhash)
|
self.nodes[1].invalidateblock(badhash)
|
||||||
|
|
||||||
# We've now switched to our previously mined-24 block fork on node 1, but thats not what we want
|
# We've now switched to our previously mined-24 block fork on node 1, but that's not what we want
|
||||||
# So invalidate that fork as well, until we're on the same chain as node 0/2 (but at an ancestor 288 blocks ago)
|
# So invalidate that fork as well, until we're on the same chain as node 0/2 (but at an ancestor 288 blocks ago)
|
||||||
mainchainhash = self.nodes[0].getblockhash(invalidheight - 1)
|
mainchainhash = self.nodes[0].getblockhash(invalidheight - 1)
|
||||||
curhash = self.nodes[1].getblockhash(invalidheight - 1)
|
curhash = self.nodes[1].getblockhash(invalidheight - 1)
|
||||||
|
@ -199,7 +199,7 @@ class PruneTest(BitcoinTestFramework):
|
||||||
goalbesthash = self.mainchainhash2
|
goalbesthash = self.mainchainhash2
|
||||||
|
|
||||||
# As of 0.10 the current block download logic is not able to reorg to the original chain created in
|
# As of 0.10 the current block download logic is not able to reorg to the original chain created in
|
||||||
# create_chain_with_stale_blocks because it doesn't know of any peer thats on that chain from which to
|
# create_chain_with_stale_blocks because it doesn't know of any peer that's on that chain from which to
|
||||||
# redownload its missing blocks.
|
# redownload its missing blocks.
|
||||||
# Invalidate the reorg_test chain in node 0 as well, it can successfully switch to the original chain
|
# Invalidate the reorg_test chain in node 0 as well, it can successfully switch to the original chain
|
||||||
# because it has all the block data.
|
# because it has all the block data.
|
||||||
|
|
|
@ -169,7 +169,7 @@ def main():
|
||||||
Help text and arguments for individual test script:''',
|
Help text and arguments for individual test script:''',
|
||||||
formatter_class=argparse.RawTextHelpFormatter)
|
formatter_class=argparse.RawTextHelpFormatter)
|
||||||
parser.add_argument('--coverage', action='store_true', help='generate a basic coverage report for the RPC interface')
|
parser.add_argument('--coverage', action='store_true', help='generate a basic coverage report for the RPC interface')
|
||||||
parser.add_argument('--exclude', '-x', help='specify a comma-seperated-list of scripts to exclude.')
|
parser.add_argument('--exclude', '-x', help='specify a comma-separated-list of scripts to exclude.')
|
||||||
parser.add_argument('--extended', action='store_true', help='run the extended test suite in addition to the basic tests')
|
parser.add_argument('--extended', action='store_true', help='run the extended test suite in addition to the basic tests')
|
||||||
parser.add_argument('--force', '-f', action='store_true', help='run tests even on platforms where they are disabled by default (e.g. windows).')
|
parser.add_argument('--force', '-f', action='store_true', help='run tests even on platforms where they are disabled by default (e.g. windows).')
|
||||||
parser.add_argument('--help', '-h', '-?', action='store_true', help='print help text and exit')
|
parser.add_argument('--help', '-h', '-?', action='store_true', help='print help text and exit')
|
||||||
|
|
Loading…
Reference in a new issue