dogecoin/qa/rpc-tests/test_framework
Ross Nicoll 9c6af6d841 Reduce recommended fees
* Reduce DEFAULT_FALLBACK_FEE to 1,000,000 Koinu. Note this by itself has no effect as the required fee is higher.
* Reduce wallet minimum fees to 0.01 DOGE
* Update DEFAULT_DUST_LIMIT
* Revise derived values after updating recommended fees
* Remove fee rounding from RPC tests
* Revert tests back to Bitcoin originals where possible
2021-09-03 10:52:24 +01:00
..
__init__.py [QA] restructure rpc tests directory 2015-05-18 15:25:45 +02:00
address.py test segwit uncompressed key fixes 2016-10-17 00:34:37 +08:00
authproxy.py authproxy: Add support for RPC named arguments 2017-01-05 11:30:20 +01:00
auxpow.py rpc-tests: don't use binary.hex() or binary.fromhex() 2020-07-22 13:51:27 +02:00
bignum.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
blockstore.py [qa] blockstore: Switch to dumb dbm 2016-09-29 11:18:31 +02:00
blocktools.py qa: fix p2p-acceptblock 2021-08-13 03:44:02 +02:00
comptool.py [qa] Make comptool push blocks instead of relying on inv-fetch 2016-11-07 17:38:22 -05:00
coverage.py test: Explicitly set encoding to utf8 when opening text files 2016-09-29 17:50:05 +02:00
key.py Make test framework produce lowS signatures 2016-10-16 23:53:35 +08:00
mininode.py fixup p2p-acceptblock and mininode to test disconnects 2021-08-17 20:15:30 +02:00
netutil.py test: Explicitly set encoding to utf8 when opening text files 2016-09-29 17:50:05 +02:00
script.py Fix SIGHASH_SINGLE bug in test_framework SignatureHash 2016-09-06 00:50:23 +08:00
scrypt_auxpow.py rpc-tests: don't use binary.hex() or binary.fromhex() 2020-07-22 13:51:27 +02:00
siphash.py Implement SipHash in Python 2016-07-29 09:41:58 -04:00
socks5.py [qa] Switch to py3 2016-05-05 15:43:37 +02:00
test_framework.py Rename binaries to match Dogecoin 2019-03-25 05:36:11 +00:00
util.py Reduce recommended fees 2021-09-03 10:52:24 +01:00