From 9b79d5f6833f13bf8b98e9b36a46bf5dab99aece Mon Sep 17 00:00:00 2001 From: Matthew Trudeau Date: Fri, 10 Jan 2025 10:51:19 -0500 Subject: [PATCH 1/3] Put todays date in release notes --- docs/Release Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release Notes.md b/docs/Release Notes.md index c3a8fdce..d78c8e7f 100644 --- a/docs/Release Notes.md +++ b/docs/Release Notes.md @@ -3,7 +3,7 @@ Release Notes 3.0.0 ----- -Released on Testnet December 20th 2024 +Released on January 10th 2025 - Require open sourcing on HuggingFace - Leverage Poetry for dependency management - Enhance README instructions From 0f4afe5e18b2e804961fb350e1c1eb4affa2fc0c Mon Sep 17 00:00:00 2001 From: Matthew Trudeau Date: Fri, 10 Jan 2025 11:05:25 -0500 Subject: [PATCH 2/3] Link to registration fee schedule in readme --- docs/miners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/miners.md b/docs/miners.md index f4e9447b..6a3db448 100644 --- a/docs/miners.md +++ b/docs/miners.md @@ -97,7 +97,7 @@ The `--hf_repo_id` flag will determine which hugging face repository your miner The data your model utilizes will be automatically uploaded to hugging face, in the same repository as your model, defined here: `--hf_repo_id`. The data will be encrypted initially. Once the model is evaluated by validators, the data will be decrypted and published on hugging face. ## Deploying a Miner -We highly recommend that you run your miners on testnet before deploying on mainnet. +We highly recommend that you run your miners on testnet before deploying on mainnet. Be sure to reference our [Registration Fee Schedule](https://github.com/foundryservices/snpOracle/wiki/Registration-Fee-Schedule) to decide when to register your miner. **IMPORTANT** > Make sure you have activated your virtual environment before running your miner. From 988cca1f7b08fb8db17dd1fd969f6499f32db355 Mon Sep 17 00:00:00 2001 From: Matthew Trudeau Date: Fri, 10 Jan 2025 11:08:48 -0500 Subject: [PATCH 3/3] Add CR3 to release notes --- docs/Release Notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Release Notes.md b/docs/Release Notes.md index d78c8e7f..83e3e28e 100644 --- a/docs/Release Notes.md +++ b/docs/Release Notes.md @@ -5,6 +5,7 @@ Release Notes ----- Released on January 10th 2025 - Require open sourcing on HuggingFace +- Update to Bittensor v8.5.1 and leverage CR3 - Leverage Poetry for dependency management - Enhance README instructions