You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major release that breaks from old API compatibility.
Will include:
proper SS58 decoding
one single encoder/decoder (currently use py-scale-codec and bt-decode)
Abandon ScaleObj in favour of the cyscale.ScaleType, but improved with the typing of ScaleObj
this should apply to everything besides query_map, which should use cyscale batch decode
ExtrinsicReceipt's events should be the same type as get_events
get_events currently uses legacy scaletypes, because making it work with batching from bt-decode was a mess, but this may no longer be the case in cyscale. Will need to investigate.
Major release that breaks from old API compatibility.
Will include:
ScaleObjin favour of thecyscale.ScaleType, but improved with the typing ofScaleObjget_eventsget_eventscurrently uses legacy scaletypes, because making it work with batching from bt-decode was a mess, but this may no longer be the case in cyscale. Will need to investigate.Tracking branch: https://github.com/opentensor/async-substrate-interface/tree/release/2.0.0
Bittensor/btcli tests will be skipped until their equivalents have been created/updated