Skip to content

Releases: helikon-labs/subvt-data-swift

0.3.4

26 Jul 08:44
2eb73b0
Compare
Choose a tag to compare
  • 2eb73b0 - Remove Starscream and migrate to native classes for the WS-RPC client for finer-granularity error handling.

0.3.3

22 Jul 10:29
cdf7689
Compare
Choose a tag to compare
  • cdf7689 - Added address field to account and validator summary types.

0.3.2

19 Jul 11:19
aca8827
Compare
Choose a tag to compare
  • aca8827 - Implemented SS58 encoding support for account id.

0.3.1

11 Jul 12:40
e8348c1
Compare
Choose a tag to compare
  • e8348c1 - Add the library-level reset function to delete previous keychain records at a new installation.

0.3.0

10 Jul 11:37
01889bb
Compare
Choose a tag to compare
  • 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

24 Jun 07:04
86330e9
Compare
Choose a tag to compare
  • 86330e9 - Add default initializer for network status.

0.2.13

24 Jun 06:37
afc1ee4
Compare
Choose a tag to compare
  • afc1ee4 - Publish status for RPC subscription services.

0.2.12

24 Jun 06:10
a7ef46e
Compare
Choose a tag to compare
  • 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

23 Jun 07:26
8b96f87
Compare
Choose a tag to compare
  • 8b96f87 - Necessary visibility changes for WSRPC services.

0.2.10

16 Jun 11:43
eb003b0
Compare
Choose a tag to compare
  • eb003b0 - Add the Hashable (and Equatable) auto-synthesized protocol implementations to model enums, structs & classes.