diff --git a/README.md b/README.md index a9324e3..5de4b8e 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,7 @@ is currently set to check your node's uptime proof age every five minutes. ## Session Open Service Node Finder -Open service node finder is currently not functional. It requires an update. - -~~I recently built a [node finder script](node_finder.py) to help me find open nodes to contribute to when I have only a -small amount of Session to contribute. When you run the script it will ask you for the minimum and maximum you are looking -to contribute. The script will then scan the service nodes every five minutes looking for ones that aren't yet active -due to not having 15,000 Session contributed. If it finds a match, it will email you a notification containing all -matching nodes.~~ +Open service node finder is no longer functional since the move to the new SESH token on Arbitrum One. The Node Finder script is deprecated and will be removed in a future release. Please use these scripts at your own risk. I provide no guarantees of accuracy or functionality. diff --git a/changelog.md b/changelog.md index 277aee8..bb07d64 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,17 @@ ## Changelog: +### 0.3.0 - 2025-12-10: + +**Changed** + +- `README.md` - Update README to reflect the deprecation of the Node Finder script. +- `requirements.txt` - Bump urllib3 from 2.5.0 to 2.6.0 [PR 28](https://github.com/crypto-ali/oxen-snode-monitor/pull/28) + ### 0.2.9 - 2025-09-26: **Changed** -- Update to reflect the rebranding from Oxen to Session. +- Update to reflect the rebranding from Oxen to Session. [PR 27](https://github.com/crypto-ali/oxen-snode-monitor/pull/27) - `sample_node_list.py` - Update `remote_node_list` to remove no longer active remote nodes. ### 0.2.8 - 2025-09-25: diff --git a/requirements.txt b/requirements.txt index 7b4d082..5024c20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pip-upgrade-outdated==1.5 premailer==3.10.0 python-dotenv==0.20.0 requests==2.32.4 -urllib3==2.5.0 +urllib3==2.6.0 yagmail==0.15.280