MarcoFalke
fa5f297748
scripted-diff: [doc] Unify stale copyright headers
...
-BEGIN VERIFY SCRIPT-
sed --in-place --regexp-extended \
's;( 20[0-2][0-9])(-20[0-2][0-9])? The Bitcoin Core developers;\1-present The Bitcoin Core developers;g' \
$( git grep -l 'The Bitcoin Core developers' -- ':(exclude)COPYING' ':(exclude)src/ipc/libmultiprocess' ':(exclude)src/minisketch' )
-END VERIFY SCRIPT-
2025-12-16 22:21:15 +01:00
glozow
15a4ec9069
[prep/rpc] remove entry and expiry time from getorphantxs
...
Expiry is going away in a later commit.
This is only an RPC change. Behavior of the orphanage does not change.
Note that getorphantxs is marked experimental.
2025-07-11 13:52:50 -04:00
kevkevin
7bb83f6718
test: create assert_not_equal util and add to where imports are needed
...
In the functional tests there are lots of cases where we assert != which
this new util will replace, we also are adding the imports and the new assertion
2025-04-01 08:39:24 -04:00
glozow
063c1324c1
[functional test] getorphantxs reflects multiple announcers
2025-01-06 09:02:05 -05:00
tdb3
0ea84bc362
test: explicitly check boolean verbosity is disallowed
2024-10-25 17:54:05 -04:00
tdb3
63f5e6ec79
test: add entry and expiration time checks
2024-10-25 17:11:27 -04:00
tdb3
56bf302714
refactor: rename rpc_getorphantxs to rpc_orphans
...
Generalizes the test to accommodate additional
orphan-related RPCs
2024-10-25 17:11:20 -04:00