Releases: helikon-labs/subvt-data-swift
Releases · helikon-labs/subvt-data-swift
0.3.4
- 2eb73b0 - Remove Starscream and migrate to native classes for the WS-RPC client for finer-granularity error handling.
0.3.3
- cdf7689 - Added address field to account and validator summary types.
0.3.2
- aca8827 - Implemented SS58 encoding support for account id.
0.3.1
- e8348c1 - Add the library-level reset function to delete previous keychain records at a new installation.
0.3.0
- 01889bb - Add active and inactive validator counts to the era report. Increase timeout periods.
- a73b999 - Improve logging. Make RPCSubscriptionService observable again.
- 5a00f70 - Revert RPCSubscriptionService to a non-ObservableObject.
- 72ea80c - Log the initialization of RPC subscription services.
- 3727837 - Include pointer address in RPC service deinit log.
- 151e736 - Add logging library (SwiftyBeaver). Some code improvements.
0.2.14
- 86330e9 - Add default initializer for network status.
0.2.13
- afc1ee4 - Publish status for RPC subscription services.
0.2.12
- a7ef46e - Improve diff apply function for network status and implement it for validator summary and details too.
- b967880 - Remove reduntant initializers for diff structs. Diff apply function for network status.
0.2.11
- 8b96f87 - Necessary visibility changes for WSRPC services.
0.2.10
- eb003b0 - Add the Hashable (and Equatable) auto-synthesized protocol implementations to model enums, structs & classes.