Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Introduce two new options to reach the I2P network: * `-i2psam=<ip:port>` point to the I2P SAM proxy. If this is set then the I2P network is considered reachable and we can make outgoing connections to I2P peers via that proxy. We listen for and accept incoming connections from I2P peers if the below is set in addition to `-i2psam=<ip:port>` * `-i2pacceptincoming` if this is set together with `-i2psam=<ip:port>` then we accept incoming I2P connections via the I2P SAM proxy. | |||
2021-02-02 | net: update NET_UNROUTABLE to not_publicly_routable in GetNetworkName() | Jon Atack | |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
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 | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT- | |||
2019-03-02 | scripted-diff: test: Remove brackets after assert | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/assert ?\((.+)\)(( )*)?(#.*)?$/assert \1\3\3\4/g' $(git grep -l --extended-regexp 'assert ?\(' test) -END VERIFY SCRIPT- | |||
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 | |
Remove trailing whitespace from Python files. Convert tabs to spaces. | |||
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 | |