index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_notifications.py
Age
Commit message (
Expand
)
Author
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-30
Remove -rescan startup parameter
Samuel Dobson
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-18
test: use f-strings in feature_notifications.py
fanquake
2021-04-26
test: Fix feature_notifications.py intermittent issue
MarcoFalke
2021-03-15
Add new format string placeholders for walletnotify to include relevant block...
Maayan Keshet
2021-01-27
Setup wallets with descriptors for feature_notifications
Andrew Chow
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-27
Merge #20167: test: Add test for -blockversion
Wladimir J. van der Laan
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-16
test: Remove unused -blockversion from tests
MarcoFalke
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-06
Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED
Benoit Verret
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-06-16
test: Add missing sync_blocks
MarcoFalke
2020-06-09
change blacklist to blocklist
TrentZ
2020-05-15
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-04
test: Add test for conflicted wallet tx notifications
Russell Yanofsky
2020-01-31
test: Check wallet name in -walletnotify script
João Barbosa
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-09-17
test: Reformat python imports to aid scripted diff
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-02-25
rpc/gui: Remove 'Unknown block versions being mined' warning
Wladimir J. van der Laan
2018-10-12
tests: Stop node before removing the notification file
Chun Kuan Lee
2018-09-25
qa: Run more tests with wallet disabled
MarcoFalke
2018-09-25
tests: write the notification to different files to avoid race condition
Chun Kuan Lee
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-12
Explicitly specify encoding when opening text files in Python code
practicalswift
2018-04-08
qa: Windows fixups for functional tests
MarcoFalke
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns