|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.0.0 /2025-02-13 |
| 4 | + |
| 5 | +## What's new |
| 6 | +* New Async Substrate Interface by @thewhaleking and @roman-opentensor in https://github.com/opentensor/async-substrate-interface/tree/main |
| 7 | +* Github release + bumps version by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/1 |
| 8 | +* Improve `ScaleObj` by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/2 |
| 9 | +* Backmerge staging main by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/4 |
| 10 | +* Release/1.0.0rc2 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/5 |
| 11 | +* EventLoopManager, factory function by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/3 |
| 12 | +* Adds nonce implementation by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/8 |
| 13 | +* Exception for uninitialised by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/6 |
| 14 | +* Update build/release to use pyproject.toml by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/10 |
| 15 | +* Fixes nonce management & bumps version by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/11 |
| 16 | +* Sync Substrate Rewritten by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/9 |
| 17 | +* Remove ujson by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/12 |
| 18 | +* Backmerge main to staging rc4 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/13 |
| 19 | +* Release/1.0.0rc5 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/14 |
| 20 | +* Update project name for PyPI by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/16 |
| 21 | +* Fixes _metadata_cache, bumps version and changelog by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/17 |
| 22 | +* feat: use bt_decode in runtime_call by @zyzniewski-reef in https://github.com/opentensor/async-substrate-interface/pull/15 |
| 23 | +* Move logic to mixin + fix tests by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/18 |
| 24 | +* Fix decode scale by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/19 |
| 25 | +* Backmerge main to staging rc5 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/20 |
| 26 | +* Release/1.0.0rc7 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/21 |
| 27 | +* Release/1.0.0rc8 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/22 |
| 28 | +* Fixes decoding acc ids by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/23 |
| 29 | +* Backmerge/1.0.0rc8 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/24 |
| 30 | +* Release/1.0.0rc9 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/25 |
| 31 | +* Fixes sync ss58 decoding by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/26 |
| 32 | +* Backmerge main staging rc9 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/27 |
| 33 | +* Release/1.0.0rc10 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/28 |
| 34 | +* Reuses the websocket for sync Substrate by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/29 |
| 35 | +* Feat/metadata v15 cache by @camfairchild in https://github.com/opentensor/async-substrate-interface/pull/30 |
| 36 | +* Backmerge main to staging rc10 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/31 |
| 37 | +* Release/1.0.0rc11 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/32 |
| 38 | +* python 3.9 support by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/33 |
| 39 | +* Backmerge main to staging RC11 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/34 |
| 40 | +* Release/1.0.0rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/35 |
| 41 | +* Improve logging by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/36 |
| 42 | +* Backmerge main to staging rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/37 |
| 43 | +* Release/1.0.0rc13 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/38 |
| 44 | +* Improves the error-handling of initialisation of the object by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/39 |
| 45 | +* Backmerge main to staging rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/40 |
| 46 | +* Release/1.0.0rc14 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/41 |
| 47 | + |
| 48 | +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/commits/v1.0.0 |
| 49 | + |
3 | 50 | ## 1.0.0rc14 /2025-02-11
|
4 | 51 | * Improves the error-handling of initialisation of the object @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/39
|
5 | 52 | * Backmerge main to staging rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/40
|
|
0 commit comments