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_proxy.py
Age
Commit message (
Expand
)
Author
2022-06-10
test: Fix out-of-range port collisions
MacroFake
2022-05-19
test: add coverage for unknown network in -onlynet
brunoerg
2022-03-28
Merge bitcoin/bitcoin#24687: test: Check an invalid -i2psam will raise an ini...
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#24258: test: check localaddresses in getnetworkinfo for...
MarcoFalke
2022-03-26
test: invalid -i2psam will raise an init error
brunoerg
2022-03-22
test: check localaddresses in getnetworkinfo for nodes with proxy
brunoerg
2022-03-03
test: passing -onlynet=onion with -onion=0/-noonion raises expected init error
Jon Atack
2022-03-03
test: passing -onlynet=onion without -proxy/-onion raises expected init error
Jon Atack
2022-03-03
test: passing invalid -onion raises expected init error
Jon Atack
2022-03-03
test: passing invalid -proxy raises expected init error
Jon Atack
2022-03-01
test: hoist proxy out of 2 network loops in feature_proxy.py
Jon Atack
2021-11-24
net: respect -onlynet= when making outbound connections
Vasil Dimov
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-03
test: extend feature_proxy.py to test CJDNS
Vasil Dimov
2021-11-03
test: remove default argument of feature_proxy.py:node_test()
Vasil Dimov
2021-11-03
net: don't skip CJDNS from GetNetworksInfo()
Vasil Dimov
2021-08-18
test: use f-strings in feature_proxy.py
fanquake
2021-05-27
test: update feature_proxy to torv3
Jon Atack
2021-03-01
init: introduce I2P connectivity options
Vasil Dimov
2021-02-02
net: update NET_UNROUTABLE to not_publicly_routable in GetNetworkName()
Jon Atack
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-15
test: add getnetworkinfo network name regression tests
Jon Atack
2020-10-14
rpc, test: expose CNodeStats network in RPC getpeerinfo
Jon Atack
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-02-19
qa: Fix wallet_txn_doublespend issue
MarcoFalke
2019-02-19
qa: Always refresh stale cache to be out of ibd
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns