ivanlele
|
cf85831b5c
|
Merge 87c9ebd889 into merged_master (Bitcoin PR bitcoin/bitcoin#31563)
|
2026-04-09 13:00:52 +00:00 |
|
ivanlele
|
e61d4ed974
|
Merge fa0c473d4c into merged_master (Bitcoin PR bitcoin/bitcoin#31196)
|
2026-04-09 10:40:28 +00:00 |
|
ivanlele
|
aa41e29f97
|
Merge 3a29ff5dea into merged_master (Bitcoin PR bitcoin/bitcoin#30463)
|
2026-03-09 16:54:19 +00:00 |
|
ikripaka
|
7f7a7c4e0c
|
Merge 323b0acfcb into merged_master (Bitcoin PR bitcoin/bitcoin#30200)
|
2026-03-02 15:10:06 +00:00 |
|
Byron Hambly
|
8c3af30453
|
Merge 8acfb1f8e0 into merged_master (Bitcoin PR bitcoin/bitcoin#18933)
|
2025-04-11 21:20:36 +02:00 |
|
Byron Hambly
|
769260634b
|
Merge 8339f3cea8 into merged_master (Bitcoin PR bitcoin/bitcoin#26886)
|
2025-04-02 21:57:11 +02:00 |
|
Byron Hambly
|
b4405ba453
|
Merge e9262ea32a into merged_master (Bitcoin PR bitcoin/bitcoin#26750)
|
2025-03-31 16:37:52 +02:00 |
|
MarcoFalke
|
fa63b8232f
|
test: generateblocks called by multiple threads
Co-Authored-By: David Gumberg <davidzgumberg@gmail.com>
|
2024-12-25 10:29:34 +01:00 |
|
Sjors Provoost
|
bfc4e029d4
|
Remove testBlockValidity() from mining interface
It's very low level and not used by the proposed Template Provider.
This method was introduced in d8a3496b5a
and a74b0f93ef.
|
2024-12-18 09:18:21 +07:00 |
|
Hennadii Stepanov
|
a0473442d1
|
scripted-diff: Add __file__ argument to BitcoinTestFramework.init()
-BEGIN VERIFY SCRIPT-
sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py)
sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py
-END VERIFY SCRIPT-
|
2024-07-16 22:06:47 +01:00 |
|
Sjors Provoost
|
d8a3496b5a
|
rpc: call TestBlockValidity via miner interface
|
2024-06-18 18:47:51 +02:00 |
|
James Dorfman
|
7bbef5bbb1
|
Merge 9745e18051 into merged_master (Bitcoin PR bitcoin/bitcoin#24670)
|
2024-04-04 21:36:11 +00:00 |
|
MarcoFalke
|
fa18504d57
|
rpc: Add submit option to generateblock
|
2023-03-10 10:39:14 +01:00 |
|
kouloumos
|
0377d6bb42
|
test: add rescan_utxos in MiniWallet's initialization
this simplifies usage when MiniWallet is used with a pre-mined chain.
|
2023-01-16 19:01:09 +02:00 |
|
Hennadii Stepanov
|
306ccd4927
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
|
2022-12-24 23:49:50 +00:00 |
|
MarcoFalke
|
0000ff0d6b
|
test: move-only: Move all generate* tests to a single file
Can be reviewed with
--color-moved=dimmed-zebra
|
2022-03-25 11:55:49 +01:00 |
|
Hennadii Stepanov
|
f47dda2c58
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
|
2021-12-30 19:36:57 +02:00 |
|
MarcoFalke
|
faa0833c43
|
doc: Normalize RPC description whitespace
|
2021-12-08 19:43:24 +01:00 |
|
MarcoFalke
|
faaa46dc20
|
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
|
2020-08-14 12:37:19 +02:00 |
|
Jon Atack
|
f0aa8aeea5
|
test: add rpc_generate functional test
|
2020-07-11 07:48:07 +02:00 |
|