Releases: opentensor/bittensor
Releases · opentensor/bittensor
v9.11.0
What's Changed
- Fix broken links in CONTRIBUTING.md by @Gimzou in #3041
- Fix after
Rate limit hyperparams settingby @basfroman in #3052 - Fix SubtensorApi unit tests by @basfroman in #3054
- add commitments data into metagraph by @basfroman in #3055
- add getting OwnerHyperparamRateLimit in e2e test by @basfroman in #3059
- update make file by @basfroman in #3058
Subnet Mechanismlogic by @basfroman in #3056- let do less calculations on
get_subnet_priceby @basfroman in #3063 - deps: update munch to prevent deprecation warning by @Arthurdw in #3061
- bumping version + CHANGELOG.md by @basfroman in #3068
New Contributors
Full Changelog: v9.10.1...v9.11.0
v9.10.1
What's Changed
- Async Get_balances at a specific block returns current block by @basfroman in #3043
- Fix bug if
block==0by @basfroman in #3044 - docs: Update Bittensor documentation link by @Galoretka in #3040
- Update changelog + version to 9.10.1 by @basfroman in #3048
- Release/9.10.1 by @basfroman in #3049
New Contributors
- @Galoretka made their first contribution in #3040
Full Changelog: v9.10.0...v9.10.1
v9.10.0
What's Changed
- Fixes broken e2e tests by @thewhaleking in #3020
- Add async crv4 e2e test by @basfroman in #3022
- Use
TimelockedWeightCommitsinstead ofCRV3WeightCommitsV2by @basfroman in #3023 - fix: reflect correct return types for get_delegated by @Arthurdw in #3016
- Fix
flakye2e test (tests.e2e_tests.test_staking.test_safe_staking_scenarios) by @basfroman in #3025 - Separation of test modules into separate text elements as independent matrix elements by @basfroman in #3027
- Improve
move_stakeextrinsic (addmove_all_stakeparameter) by @basfroman in #3028 - Fix tests related with disabled
sudo_set_commit_reveal_weights_enabledby @basfroman in #3026 - Update changelog + version by @basfroman in #3031
Full Changelog: v9.9.0...v9.10.0
v9.9.0
What's Changed
- Release/9.8.3 by @thewhaleking in #2982
- Fix crv3 tests after devnet-ready get
CRV3WeightCommitsV2by @basfroman in #2978 - Add webhook for failed nightly tests by @basfroman in #2987
- Fix liquidity test (non-fast-blocks node) by @basfroman in #2988
- improve nightly logic by @basfroman in #2989
- improve nightly 2 by @basfroman in #2990
- Add
get_stake_weightmethods by @basfroman in #2985 - Handles both exceptions for Swap pallet fetching by @thewhaleking in #2991
- chore: fix typo by @socialsister in #2969
- optimisations mostly related to liquidity_list by @thewhaleking in #2980
- Transfers improvements by @thewhaleking in #2993
- Remove ownership check in
transfer_stake_extrinsicandswap_stake_extrinsicby @basfroman in #2996 - Missed await by @thewhaleking in #3002
- chore: fix typo by @lechpzn in #3001
- Adds note for installing on macOS by @thewhaleking in #3004
- Bump bittensor-wallet version by @thewhaleking in #3005
- Format Error with string docs by @thewhaleking in #3006
LoggingMachineinitialization updated to explicitly call both parent constructors by @basfroman in #3008- Fixed
moving_priceconversion fromI96F32to float by @mcjkula in #3010 - Add new CRv4 logic by @basfroman in #2999
- UV Fix by @thewhaleking in #3011
- Major version locks drand by @thewhaleking in #3014
New Contributors
- @socialsister made their first contribution in #2969
- @lechpzn made their first contribution in #3001
- @mcjkula made their first contribution in #3010
Full Changelog: v9.8.3...v9.9.0
v9.8.3
What's Changed
- Release/9.8.2 by @ibraheem-abe in #2963
- improve make file by @basfroman in #2965
- Move all workflows from
app.circleci.comtoGH actionsby @basfroman in #2970 - Improve
changelogworkflow by @basfroman in #2973 - Add SECURITY.md by @basfroman in #2976
- Improve test infrastructure by @basfroman in #2974
- Add labels checker by @basfroman in #2977
- AsyncSubtensor.get_metagraph_info use specified block/hash by @thewhaleking in #2979
- Updates version+changelog by @thewhaleking in #2981
Full Changelog: v9.8.2...v9.8.3
v9.8.2
What's Changed
- edit docstrings by @MichaelTrestman in #2951
- fix and improve e2e stake fee test by @basfroman in #2959
- Make DynamicInfo backwards compatible by @basfroman in #2958
- Update staking fee logic by @basfroman in #2961
- 9.8.2: Bumps version and changelog by @ibraheem-abe in #2962
New Contributors
- @MichaelTrestman made their first contribution in #2951
Full Changelog: v9.8.1...v9.8.2
v9.8.1
What's Changed
- New logic to get price for
DynamicInfoby @basfroman in #2952 - Safe staking: Updates safe staking limits by @ibraheem-abe in #2950
Full Changelog: v9.8.0...v9.8.1
v9.8.0
What's Changed
- Update e2e-tests (metagraph_info, staking) by @basfroman in #2907
- Add method to fetch parents for child hotkeys by @thewhaleking in #2906
- Add local env variable for
config.wallet.*by @basfroman in #2908 - Subtensor docstring cleanup by @thewhaleking in #2910
- Release/9.7.1 by @ibraheem-abe in #2911
- Backmerge/9.7.1 by @thewhaleking in #2913
- chore(ci): upgrade Docker GitHub Actions to latest stable versions by @MamunC0der in #2912
- improve
scripts/install.shby @basfroman in #2914 - Cleanup websocket integration data by @thewhaleking in #2915
- chore: fix some typos in comment by @eveneast in #2868
- Add
SKIP_PULLvariable for conftest.py by @basfroman in #2920 - Update
SubnetIdentitywith subtensor related v3 changes by @basfroman in #2923 - add time for flaky test by @basfroman in #2924
- Add
root_set_pending_childkey_cooldown_extrinsicby @basfroman in #2925 - New logic for alpha low and high (0.025 <= alpha_low <= alpha_high <= 1) by @basfroman in #2927
- Fix Typo in test_commit_weights.py by @zeevick10 in #2922
- New websockets option by @thewhaleking in #2917
- Retry archive node support by @thewhaleking in #2909
- Fix: Safe staking e2e test by @ibraheem-abe in #2929
- fix type conversion in axon preprocess by @Windfarer in #2930
- [LINT] Improved type hints by @Arthurdw in #2918
- Set balance netuids in staking tests by @thewhaleking in #2934
- Improve subnet method logic by @basfroman in #2937
- Update
SubnetHyperparameterswith v2 by @basfroman in #2938 - upgrade numpy by @thewhaleking in #2936
- decode metadata with empty value by @thewhaleking in #2940
- Reset bonds by @andreea-popescu-reef in #2876
- Add new logic for
unstake_allextrinsics by @basfroman in #2897 - SelectiveMetagraph back by @basfroman in #2887
- add unstake_all to SubtensorApi.extrinsics by @basfroman in #2943
- Integrate Liquidity Provider feature by @basfroman in #2939
- Fix e2e test metagraph after chain change by @basfroman in #2945
- Extend
liquiditylogic by @basfroman in #2949 - Updates btwallet dependency (3.1.0) by @ibraheem-abe in #2948
- Release/9.8.0 by @ibraheem-abe in #2947
New Contributors
- @MamunC0der made their first contribution in #2912
- @eveneast made their first contribution in #2868
- @Windfarer made their first contribution in #2930
Full Changelog: v9.7.0...v9.8.0
v9.7.0
What's Changed
- Release/9.6.1 by @ibraheem-abe in #2892
- Add
get_subnet_infoby @basfroman in #2894 - Fix bug in
get_next_epoch_start_blockby @basfroman in #2899 - e2e workflow: improve skipping logic (no error when skip the job) by @basfroman in #2898
- Replace
transfer_allow_deathwithtransfer_keep_aliveby @basfroman in #2900 - 9.6.2: Bumps version and changelog by @ibraheem-abe in #2901
- Fix broken pull request template links (#2867) by @AgSpades in #2883
- update pr templates with branch ack by @thewhaleking in #2903
- 9.7.0: Bumps version & changelog by @ibraheem-abe in #2904
- Release/9.7.0 by @ibraheem-abe in #2905
New Contributors
Full Changelog: v9.6.1...v9.7.0
v9.6.1
What's Changed
- Release/9.6.0 by @ibraheem-abe in #2882
- Add stake before check
validator_permitby @basfroman in #2884 - Add defaults for endpoint and network from local env by @basfroman in #2886
- Improve error message by @basfroman in #2888
- Make
unstakeandunstake_multiplefor all Alphas more clear by @basfroman in #2885 - fix publish metadata by @basfroman in #2890
- 961: Bumps version and changelog by @ibraheem-abe in #2891
Full Changelog: v9.6.0...v9.6.1