Just Wonder
f59dc9293b
Added test cases for namespace transfer.
4 years ago
Just Wonder
10c5b0d0fd
Fixed namespace creation.
...
Fixed mempool propagation for both old (incorrect) and new (correct) namespaces.
Version 0.16.5.4
4 years ago
Just Wonder
97be43ccc0
Handled namespace join even before confirmation.
4 years ago
Just Wonder
1cc2e03927
Deletion of _KEVA_NS_ is not allowed.
4 years ago
Just Wonder
e203aa1835
Added test case for the new namespace grouping commands.
4 years ago
Just Wonder
f175979d91
Fixed functional test cases.
4 years ago
Just Wonder
2a90a04efb
RPC: Add new "getzmqnotifications" method.
...
Cherry-picked from Bitcoin Core.
5 years ago
Jianping Wu
fc452eb046
Fixed typo in keva test case.
5 years ago
Jianping Wu
397dbab1bd
Disabled a mining basic test due to the lack of proposal mode in Kevacoin.
5 years ago
Jianping Wu
d8329bd28b
Fixed keva functional test case.
6 years ago
Jianping Wu
8f2123572d
Sped up the performance of feature_keva test.
6 years ago
Jianping Wu
1112bc2f02
Fixed too-long-mempool-chain handling of kevacoin.
6 years ago
Jianping Wu
baa887ba65
Changed more litecoin to kevacoin.
6 years ago
Jianping Wu
f756b1219c
Increased RPC timeout due to CN hashrate.
6 years ago
Jianping Wu
f5547ae451
Fixed incorrect height in p2p_sendheaders.py.
...
Extended sync_blocks timeout to 600 seconds.
6 years ago
Jianping Wu
cb9d3dbec7
Minor fixes of functional test cases.
6 years ago
Jianping Wu
991678d552
Fixed functional test cnHeader merkle root.
6 years ago
Jianping Wu
3007571789
Added back the original getblocktemplate call.
6 years ago
Jianping Wu
f7b0fb0008
Increased block download timeout for RegTest as CN hashing is slower and take more time.
...
Fixed deserialization of cn header in python test framework.
6 years ago
Jianping Wu
dea50be56b
Added support for cryptonote header in functional test python code.
6 years ago
Jianping Wu
1e187fea9d
Added block disconnecting test cases for keva.
6 years ago
Jianping Wu
37dfb034a6
1. Fixed pending information containing other people's information.
...
2. Fixed keva undo.
6 years ago
Jianping Wu
8c5def9909
Used SegWit address for keva_delete.
6 years ago
Jianping Wu
c763ddc985
Added feature_keva.py functional test case.
6 years ago
Jianping Wu
b3234322f7
Fixed all util test cases.
6 years ago
Jianping Wu
99d84c00a3
Fixed some util tests.
6 years ago
Jianping Wu
1c9ce882e6
Increased RPC timeout for functional tests.
6 years ago
Jianping Wu
e86e3a33a8
Increased MAX_PROTOCOL_MESSAGE_LENGTH to 6MB.
...
Increase nPowTargetTimespan to 20 from 10, for RegTest.
6 years ago
Jianping Wu
3cf8093553
Increased nPowTargetTimespan to 10 seconds for RegTest.
...
Checked fPowNoRetargeting in pow.cpp.
6 years ago
Jianping Wu
0553624587
Added pycryptonight for messages.py.
...
Fixed p2p_segwit.py, skipped test_witness_block_size for now.
6 years ago
Jianping Wu
4c92689288
Mining test cases passed.
6 years ago
Jianping Wu
0c6a908f7c
Fixed all rpc test cases.
6 years ago
Jianping Wu
a51579a028
Fixed rpc_blockchain test case.
6 years ago
Jianping Wu
c2e4edb7ec
Fixed wallet_account test.
...
Only supported legacy address in regtest.
Fixed wallet_backup test.
Fixed wallet_basic.
Fixed wallet_multiwallet and txn_clone.
Fixed txn_doublespend test case.
6 years ago
Jianping Wu
26c8eb9571
Fixed segwit feature test.
6 years ago
Jianping Wu
523b009606
Fixed mempool functional tests (49.xx to 499.xx) to avoid the high fee errors.
6 years ago
Jianping Wu
392b7aba5f
More changes from litecoin to kevacoin.
6 years ago
Suhas Daftuar
9bd08fd465
[qa] backport: Test for duplicate inputs within a transaction
6 years ago
Anthony Towns
212ef1f954
[tests] Check signrawtransaction* errors on missing prevtx info
...
Github-Pull: #13547
Rebased-From: 685d1d8115f61b15115d80523dd8273f0a816534
6 years ago
Adrian Gallagher
ccf37a45fe
Litecoin: Fix wallet_abandonconflict test
6 years ago
Ben Woosley
20461fc272
Fix that CWallet::AbandonTransaction would only traverse one level
...
Prior to this change, it would mark only the first layer of
child transactions abandoned, due to always following the input hashTx
rather than the current now tx.
Github-Pull: #13652
Rebased-From: 89e70f9d7fe384ef9de4fa3828d4c80523290186
Tree-SHA512: 403da0cc400a807e5a30038bd505881a68208c3f9e96ad5a7755e763666982bc3c19564ac13a5757612c8b6efc331fb2ad0edbaf7e830993b84bc64624423e54
6 years ago
Suhas Daftuar
b72c0bd4c9
[qa] Add a test for merkle proof malleation
...
Github-Pull: #13452
Rebased-From: d280617bf569f84457eaea546541dc74c67cd1e4
6 years ago
Suhas Daftuar
cfc6f7413b
[rpcwallet] Clamp walletpassphrase value at 100M seconds
...
Larger values seem to trigger a bug on macos+libevent (resulting in the
rpc server stopping).
Github-Pull: #12905
Rebased-From: 662d19ff7217d0e6c7975ca311933f640955a53e
6 years ago
MarcoFalke
cbdabef35e
qa: Fix wallet_listreceivedby race
...
Github-Pull: #13304
Rebased-From: fa865efa4a21ae08be8b4c390b7661182e0b415b
6 years ago
lmanners
79c4fff9ed
[tests] Fixed intermittent failure in p2p_sendheaders.py.
...
Added handling for the case where headers are announced over more than one message.
refs #12453
Github-Pull: #13192
Rebased-From: 12d1b77f7eb2ca274890d9fb45d6c19a40ba8f74
6 years ago
Adrian Gallagher
dee12239d2
Litecoin: Branding
6 years ago
Gregory Sanders
cbd2f70b75
expose CBlockIndex::nTx in getblock(header)
...
GitHub-Pull: #13451
Rebased-From: 86edf4a
6 years ago
MarcoFalke
08334b73be
qa: Pad scriptPubKeys to get minimum sized txs
...
Github-Pull: #11423
Rebased-From: 364bae5f7a6b16eef63990154e48f19e7e693039
7 years ago
John Newbery
5ff571e90c
[wallet] [tests] Test disallowed multiwallet params
...
Add a test to check that bitcoind fails to start when specifying
-zapwallettxes, -salvagewallet and -upgradewallet when running in
multiwallet mode.
GitHub-Pull: #13030
Rebased-From: 1f83839
7 years ago
Suhas Daftuar
b8aacd660e
[qa] Handle disconnect_node race
...
Several tests call disconnect_nodes() on each node-pair in rapid
succession, resulting in a race condition if a node disconnects a peer
in-between the calculation of the nodeid's to disconnect and the
invocation of the disconnectnode rpc call. Handle this.
GitHub-Pull: #13201
Rebased-From: 09c6699
7 years ago