Kittywhiskers Van Gogh
16c2e13fb4
test: add functional tests for coinjoinsalt
RPC
2024-12-16 08:33:23 +00:00
Kittywhiskers Van Gogh
a1b256b06f
test: extend CoinJoin RPC tests to include more cases, add logging
2024-12-16 08:33:22 +00:00
Kittywhiskers Van Gogh
c6dd3dd567
test: rename test functions to reflect RPC used, simplify them
2024-12-16 08:31:27 +00:00
Kittywhiskers Van Gogh
ff29c62103
test: run CoinJoin RPC tests using blank wallet
2024-12-16 08:31:27 +00:00
Wladimir J. van der Laan
71b4cf307b
Merge #14180 : qa: Run all tests even if wallet is not compiled
...
fac95398366f644911b58f1605e6bc37fb76782d qa: Run all tests even if wallet is not compiled (MarcoFalke)
faa669cbcd1fc799517b523b0f850e01b11bf40a qa: Premine to deterministic address with -disablewallet (MarcoFalke)
Pull request description:
Currently the test_runner would exit if the wallet was not compiled into the Bitcoin Core executable. However, a lot of the tests run without the wallet just fine and there is no need to globally require the wallet to run the tests.
Tree-SHA512: 63177260aa29126fd20f0be217a82b10b62288ab846f96f1cbcc3bd2c52702437703475d91eae3f8d821a3149fc62b725a4c5b2a7b3657b67ffcbc81532a03bb
2021-09-21 17:24:56 -04:00
PastaPastaPasta
c5b919d084
Update copyright ( #4115 )
...
* run: `python3 contrib/devtools/copyright_header.py update .`
* bump copyright year
2021-04-20 22:33:02 +03:00
dustinface
ae506bae66
refactor: PrivateSend -> CoinJoin + Move the tab ( #4038 )
...
* qt|wallet|privatesend: Rename PrivateSend to CoinJoin in GUI strings
* qt: Move CoinJoin next to Transactions
* qt: Adjust status tip of privateSendCoinsMenuAction
Co-authored-by: thephez <thephez@users.noreply.github.com>
* rename: privateSend -> coinJoin
* rename: privatesend -> coinjoin
* rename: PrivateSend -> CoinJoin
* rename: use_ps -> use_cj
* rename: PRIVATESEND -> COINJOIN
* rename: privatesend -> coinjoin for files and folders
* refactor: Re-order coinjoin files in cmake/make files
* refactor: Re-order coinjoin includes where it makes sense
* test: Update lint-circular-dependencies.sh
* Few cleanups
* test: test/coinjoin_tests.cpp -> wallet/test/coinjoin_test.cpp
* s/AdvancedPSUI/AdvancedCJUI/g
* s/privateSentAmountChanged/coinJoinAmountChanged/g
* wallet: Rename "ps_salt" backwards compatible
* Minimal PrivateSend -> CoinJoin migration for settings and cmd-line
* wallet: Fix privatesendrounds -> coinjoinrounds migration
* qt: Migrate nPrivateSendAmount -> nCoinJoinAmount
* `-coinjoindenoms` never existed
* Migrate all PS options/settings
* rpc: Formatting only
* qt: Make Send/CoinJoin tabs a bit more distinguishable
Co-authored-by: thephez <thephez@users.noreply.github.com>
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2021-03-17 18:36:11 -04:00