MarcoFalke
|
fa144e6fde
|
rpc: Add generatetodescriptor
|
5 years ago |
MarcoFalke
|
fae961de6b
|
test: Establish only one connection between nodes in rpc_invalidateblock
|
5 years ago |
MarcoFalke
|
fafe5f0d09
|
test: Remove unused imports
|
6 years ago |
MarcoFalke
|
fa16a09215
|
scripted-diff: use self.sync_* methods
-BEGIN VERIFY SCRIPT-
sed -i -e 's/sync_blocks(self.nodes)/self.sync_blocks()/g' $(git grep -l 'sync_blocks(self.nodes)' ./test/functional/*.py)
sed -i -e 's/sync_mempools(self.nodes)/self.sync_mempools()/g' $(git grep -l 'sync_mempools(self.nodes)' ./test/functional/*.py)
sed -i -e 's/ sync_blocks(/ self.sync_blocks(/g' $(git grep -l sync_blocks ./test/functional/*.py)
sed -i -e 's/ sync_mempools(/ self.sync_mempools(/g' $(git grep -l sync_mempools ./test/functional/*.py)
-END VERIFY SCRIPT-
|
6 years ago |
MarcoFalke
|
fa38d3df69
|
[rpc] Correct reconsiderblock help text, add test
|
6 years ago |
sanket1729
|
0ca4c8b3c6
|
Changed functional tests which do not require wallets to run without
skipping .Addreses #14216. Changed get_deterministic_priv_key() to a
named tuple
|
6 years ago |
MarcoFalke
|
fac9539836
|
qa: Run all tests even if wallet is not compiled
|
6 years ago |
practicalswift
|
68400d8b96
|
tests: Use explicit imports
|
6 years ago |
DrahtBot
|
eb7daf4d60
|
Update copyright headers to 2018
|
6 years ago |
Anthony Towns
|
81b79f2c39
|
[tests] Rename rpc_* functional tests.
|
7 years ago |