UdjinM6
9d109d6a30
Add missing instantlock
/instantlock_internal
to getblock
's verbosity=2
mode ( #3067 )
2019-08-28 10:53:20 +03:00
UdjinM6
0f088d03af
Change regtest and devnet p2p/rpc ports ( #3064 )
2019-08-28 10:52:00 +03:00
Pasta
51a4e11d6e
dashify what made sense in fuzzing.md
...
Signed-off-by: Pasta <pasta@dashboost.org>
2019-08-26 17:25:02 -05:00
PastaPastaPasta
b1970add13
Code Review fixes
...
Co-Authored-By: UdjinM6 <UdjinM6@users.noreply.github.com>
2019-08-25 00:17:19 -05:00
Pasta
8cadbf622e
bitcoin -> dash
...
Signed-off-by: Pasta <pasta@dashboost.org>
2019-08-24 11:11:25 -05:00
Wladimir J. van der Laan
122da986c1
Merge #10415 : [tests] Speed up fuzzing by ~200x when using afl-fuzz
...
693247b [test] Speed up fuzzing by ~200x when using afl-fuzz (practicalswift)
Tree-SHA512: 95922fc2616b8cb00dd531ed1140a52bbda4e04292dd8c1c60a8f49dbf6ccb797a18b61180b3fb68d695456b478a1f5ae7fda47e8ecee41dd65555487aef40a3
2019-08-24 10:23:31 -05:00
Wladimir J. van der Laan
2f2a6972dd
Merge #9691 : Init ECC context for test_bitcoin_fuzzy.
...
ac719c9 Init ECC context for test_bitcoin_fuzzy. (Gregory Maxwell)
2019-08-24 10:23:17 -05:00
Wladimir J. van der Laan
32dc5f1da6
Merge #9354 : Make fuzzer actually test CTxOutCompressor
...
5dd626a Make fuzzer actually test CTxOutCompressor (Pieter Wuille)
2019-08-24 10:23:01 -05:00
Wladimir J. van der Laan
f55cf17040
Merge #9172 : Resurrect pstratem's "Simple fuzzing framework"
...
8b15434 doc: Add bare-bones documentation for fuzzing (Wladimir J. van der Laan)
a4153e2 Simple fuzzing framework (Patrick Strateman)
2019-08-24 10:22:40 -05:00
UdjinM6
1905422561
Rework govobject/trigger cleanup a bit ( #3070 )
...
* No friends for `CGovernanceObject`
* Simplify CGovernanceTriggerManager::CleanAndRemove() logic and make sure CSuperblock::IsExpired() does not modify the state
2019-08-23 21:03:05 +03:00
UdjinM6
386de78bcb
Fix SelectCoinsMinConf to allow instant respends ( #3061 )
...
* Modify tests to check for instant respends
This should fail atm...
* Fix SelectCoinsMinConf to allow instant respends
Now tests should pass again.
2019-08-23 21:02:33 +03:00
thephez
cbbeec6897
RPC Getrawtransaction fix ( #3065 )
...
* Remove duplicate hex field from getrawtransaction
* Add missing height to help output
2019-08-22 13:15:08 +03:00
thephez
1e34967996
Added getmemoryinfo parameter string update ( #3062 )
...
- Make consistent with other RPCs
2019-08-22 13:14:22 +03:00
Alexander Block
9d2d8ccede
Add a few malleability tests for DIP2/3 transactions ( #3060 )
...
* Remove unused scriptPubKey
* Add payload malleability check to DIP3 tests
* Also check malleability protection by signatures inside CProUpRegTx
2019-08-22 13:13:34 +03:00
thephez
4983f7abb7
RPC Fix typo in getmerkleblocks help ( #3056 )
2019-08-16 14:54:48 +03:00
UdjinM6
4588f67f84
Merge pull request #3059 from UdjinM6/mergemaster_0.14.0.3
...
Merge master 0.14.0.3 back into develop
2019-08-16 14:53:29 +03:00
PastaPastaPasta
a78dcfdec2
Add the public GPG key for Pasta for Gitian building ( #3057 )
...
* Add the public GPG key for Pasta for Gitain building
* change file ending from gpg to pgp
2019-08-16 14:52:41 +03:00
Alexander Block
6905da5fe4
Merge #11308 : [qa] zapwallettxes: Wait up to 3s for mempool reload ( #3051 )
...
* Merge #11308 : [qa] zapwallettxes: Wait up to 3s for mempool reload
fadd0c16b [qa] zapwallettxes: Wait up to 3s for mempool reload (MarcoFalke)
Pull request description:
There had been intermittent test failures on zapwallettxes, as no time was allotted to reload the mempool.
Tree-SHA512: 993254d2aaca6ea42fceefffed0cf90bdda91c64150179ef2a11337c3fe2cc6bf42b83ea9d9a1a575204fbde2676d7203443b00d053e8c2ed43e017c09d3ab11
* Fix import
2019-08-16 14:51:15 +03:00
UdjinM6
929c892c05
Remove p2p alert leftovers ( #3050 )
...
* Drop ALERT debug category
Was used for p2p alerts only
* Drop `alert` p2p message handling in tests
2019-08-16 14:49:15 +03:00
PastaPastaPasta
0599d3a030
Backport bitcoin#10831: Batch flushing operations to the walletdb during top up and increase keypool size ( #3045 )
...
* backport #10831
Signed-off-by: Pasta <pasta@dashboost.org>
* Apply the same logic for SetHDChain/SetCryptedHDChain
2019-08-16 14:48:46 +03:00
UdjinM6
60cc3c0562
Merge pull request #3049 from PastaPastaPasta/backports-0.15-pr24
...
Backports 0.15 pr24
2019-08-16 14:47:58 +03:00
UdjinM6
c851de9996
Resolve merge issues
2019-08-16 04:15:25 +03:00
UdjinM6
c8b16fa8cd
Merge branch 'master' into mergemaster_0.14.0.3
2019-08-15 21:58:12 +03:00
Alexander Block
7d8eab2641
Add 0.14.0.3 change log to release-notes.md ( #3055 )
2019-08-14 04:51:13 +02:00
UdjinM6
3d6c5ac27a
More mocktime related fixes
2019-08-13 14:50:34 -05:00
UdjinM6
59e57337e4
fix wait_node
2019-08-13 14:50:28 -05:00
UdjinM6
cd30d6b447
simplify stop_node
2019-08-13 14:50:20 -05:00
Pasta
a67f5375fb
remove duplicate import
2019-08-13 14:49:28 -05:00
Pasta
3980caf200
re-add import shutil
2019-08-13 14:48:24 -05:00
Alexander Block
f2443709b3
Update release-notes.md for 0.14.0.3 ( #3054 )
2019-08-13 19:33:52 +02:00
Alexander Block
8aa45cfb0d
Merge pull request #3046 from codablock/pr_v14_backports
...
[v0.14.0.x] Backport pending PRs
2019-08-13 19:33:21 +02:00
PastaPastaPasta
cb480af013
Dashify
...
Co-Authored-By: UdjinM6 <UdjinM6@users.noreply.github.com>
2019-08-13 11:27:56 -05:00
Alexander Block
788d42dbcf
Bump version to 0.14.0.3 and copy release notes ( #3053 )
2019-08-12 20:08:33 +02:00
Pasta
806da3c6e2
adjust number of parameters in sendmany
2019-08-12 09:11:29 -05:00
UdjinM6
c4094c8de1
Few more tiny trivial fixes
2019-08-12 09:07:03 -05:00
UdjinM6
8c2c2a1ad4
s/bitcoind/dashd/ in some places
2019-08-12 09:07:03 -05:00
UdjinM6
76822dd509
fix imports
2019-08-12 09:07:03 -05:00
UdjinM6
4bfef1daad
Add missing dash-specific parts
2019-08-12 09:07:03 -05:00
UdjinM6
9828b624a0
_wait_for_bitcoind_start
should be a part of BitcoinTestFramework
2019-08-12 09:07:03 -05:00
UdjinM6
d0288fba58
Refactor/fix mocktime usage in tests
2019-08-12 09:07:03 -05:00
UdjinM6
9c8365ee62
Fix GetMinimumFee changes
2019-08-12 09:07:03 -05:00
UdjinM6
2e235b4b4d
Fix rpcs
2019-08-12 09:07:03 -05:00
UdjinM6
00052aa15b
Drop rbf-related parts
2019-08-12 09:07:03 -05:00
Luke Dashjr
00c4046e55
Wallet: Refactor FundTransaction to accept parameters via CCoinControl
2019-08-12 09:07:03 -05:00
Wladimir J. van der Laan
c9784838a7
Merge #10589 : More economical fee estimates for RBF and RPC options to control
...
f135923 Add RPC options for RBF, confirmation target, and conservative fee estimation. (Alex Morcos)
f0bf33d Change default fee estimation mode. (Alex Morcos)
e0738e3 remove default argument from estimateSmartFee (Alex Morcos)
d507c30 Introduce a fee estimate mode. (Alex Morcos)
cfaef69 remove default argument from GetMinimumFee (Alex Morcos)
Tree-SHA512: 49c3a49a6893790a7e8b4e93a48f123dd5307af26c2017800683b76b4df8fc904ba73402917878676242c7440e3e04288d0c1ff3c2c907418724efc03cedab50
2019-08-12 09:07:03 -05:00
UdjinM6
c853c012ee
Fix amounts formatting in decoderawtransaction
and getsuperblockbudget
2019-08-12 09:07:03 -05:00
MarcoFalke
a82f22e528
Merge #10556 : Move stop/start functions from utils.py into BitcoinTestFramework
...
5ba83c1 [tests] fix nits. (John Newbery)
05b8c08 [tests] reorganize utils.py module (code move only) (John Newbery)
0d473c5 [tests] move mocktime property and functions to BitcoinTestFramework (John Newbery)
cad967a [tests] Move stop_node and start_node methods to BitcoinTestFramework (John Newbery)
f1fe536 [tests] fix flake8 warnings in test_framework.py and util.py (John Newbery)
37065d2 [tests] remove unused imports from utils.py (John Newbery)
Tree-SHA512: 461db412c57c4d0030e27fe3f78f17bcaf00b966f319a9e613460cca897508ff70a29db7138133fe1be8d447dad6702ba2778f9eddfe929016e560d71c20b09f
2019-08-12 09:07:03 -05:00
Pasta
746ebf1651
fix indendation in wallet.cpp
...
Signed-off-by: Pasta <pasta@dashboost.org>
2019-08-12 09:07:03 -05:00
Pasta
3a6b2ce274
backport part of #10481
...
Signed-off-by: Pasta <pasta@dashboost.org>
2019-08-12 09:07:03 -05:00
Wladimir J. van der Laan
ecfdfa64d2
Merge #10792 : Replace MAX_OPCODE for OP_NOP10.
...
c8e29d7 Replace MAX_OPCODE for OP_NOP10. (Mark Friedenbach)
Tree-SHA512: f6a4129db24fe3feb044acaec3b94194cc4fa909de3d0a45a664b32f886a7d8ab997c9cb6ff0870c4aee66d8e038cf0453dbbb518316829d15e84da9882f3e69
2019-08-12 09:07:03 -05:00