7.2.0 / 2024-06-12
What's Changed
- fix: sufix runtime error by @orriin in #1914
- Require required hash fields (security improvement) by @mjurbanski-reef in #1818
- Respect returned synapse (and its status code) by @mjurbanski-reef in #1822
- fix PoW and other functions not working with USE_TORCH=0 despite torch being available by @mjurbanski-reef in #1917
- thewhaleking/further-legacy-torch-improvements by @thewhaleking in #1919
- refactoring/roman/subtensor-part-2 by @RomanCh-OT in #1913
- Fix spelling on comments and 'is not' by @opendansor in #1926
- Synapse required hash field refactoring and imports by @opendansor in #1927
- Part 3 for refactoring bittensor/subtensor.py by @RomanCh-OT in #1923
- Update Pydantic Requirement to version 2.3 or greater. by @opendansor in #1929
- Part 4 for refactoring bittensor/subtensor.py by @RomanCh-OT in #1931
- Part 5 for refactoring bittensor/subtensor.py by @RomanCh-OT in #1934
- Part 6 for refactoring bittensor/subtensor.py - class CamelCase by @RomanCh-OT in #1935
- Added tests to cover all compatibility layer cases. by @thewhaleking in #1937
- Fix set_take message by @ibraheem-opentensor in #1940
- Bug: Remove legacy Pydantic references by @opendansor in #1945
- Add commit weights and reveal weights functions by @opendansor in #1938
- less verbose handled synapse exceptions by @mjurbanski-reef in #1928
- Clean up the imports in commands/stake.py by @thewhaleking in #1951
- Fix E2E test for Commit/Reveal with Salt flag by @opendansor in #1952
bittensor.chain_data.py
module refactoring. by @RomanCh-OT in #1955- ci: e2e tests by @orriin in #1915
- Dependency cleanup by @mjurbanski-reef in #1967
- replace
black
withruff
by @mjurbanski-reef in #1968 - Fix: IP is packed with port by @dgagn in #1962
- Fix return of ip version by @opendansor in #1964
- post-black to ruff migration cleanup by @mjurbanski-reef in #1979
- Revert Axon IP decoding changes by @camfairchild in #1981
- A wrapper for presenting extrinsics errors in a human-readable form. by @RomanCh-OT in #1980
- Feat: Added normalized hyperparams by @ibraheem-opentensor in #1891
- deprecate nest_asyncio use by @mjurbanski-reef in #1974
- Add e2e test for axon by @opendansor in #1984
- Dendrite E2E test by @opendansor in #1988
- fix version_as_int for >10 minor/patch release vers (resolves #1982) by @mjurbanski-reef in #1993
- Test Incentive E2E by @opendansor in #2002
- Add E2E faucet test by @opendansor in #1987
- Hotfix 7.1.1 by @ibraheem-opentensor in #2010
- [hotfix] commit_reveal_weights_enabled argument parsing by @camfairchild in #2003
- Feat: Nonce implementation improved by @ibraheem-opentensor in #1976
New Contributors
Full Changelog: v7.1.1...v7.2.0