dash/qa/rpc-tests/test_framework
Nathan Marley 41680f4d94 small cleanup in a few places (#2058)
* move nStart closer to used and initialize it

* Quells warning displayed with `-Wmaybe-uninitialized` flag

* remove unused mnEntries vectors

* add devnet magic bytes to mininode.py

* remove unused governance-misc.h file

* remove old TODO comments

* replace map count/insert w/emplace in instantx.cpp

This feels like an optimization, something about:

```
if map.count(key)
     return false
else
     insert(pair)
     return true
```

... just feels icky. Plus, `vote.GetMasternodeOutpoint()` is only called
once. The previous version might be slightly more readable, however.

* Revert "replace map count/insert w/emplace in instantx.cpp"

This reverts commit d7f876e863.
2018-05-13 23:57:12 +03:00
..
__init__.py
authproxy.py Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
bignum.py Merge #7814: [qa] Switch to py3 2017-12-21 17:31:54 +01:00
blockstore.py Merge #8834: [qa] blockstore: Switch to dumb dbm 2018-01-12 09:56:53 +01:00
blocktools.py Merge #8141: Continuing port of java comparison tool 2017-12-22 17:20:43 +01:00
comptool.py Merge #8872: Remove block-request logic from INV message processing 2018-01-15 06:14:16 +01:00
coverage.py Merge #8840: test: Explicitly set encoding to utf8 when opening text files 2018-01-12 09:56:53 +01:00
key.py Add p2p-fullblocktest.py 2015-08-21 15:31:37 -04:00
mininode.py small cleanup in a few places (#2058) 2018-05-13 23:57:12 +03:00
netutil.py Merge #8840: test: Explicitly set encoding to utf8 when opening text files 2018-01-12 09:56:53 +01:00
script.py Merge #8667: Fix SIGHASH_SINGLE bug in test_framework SignatureHash 2018-01-09 14:16:39 +01:00
siphash.py Implement SipHash in Python 2018-01-20 09:21:13 +01:00
socks5.py Merge #7814: [qa] Switch to py3 2017-12-21 17:31:54 +01:00
test_framework.py Run tests in mocked time (#2031) 2018-04-18 14:48:59 +03:00
util.py Run tests in mocked time (#2031) 2018-04-18 14:48:59 +03:00