-
Notifications
You must be signed in to change notification settings - Fork 15
ASI 2.0 #285
Copy link
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
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
ScaleObjin favour of thecyscale.ScaleType, but improved with the typing ofScaleObj- 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_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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request