Releases: LiskUser1234/SwiftyLisk
Releases · LiskUser1234/SwiftyLisk
Version 0.2 for Lisk 0.9.2
Changelog
Added an operation for each API call. Now API calls can be queued and executed either one after the other or in parallel, synchronously or asynchronously.
This release makes Lisk-related code easier to read by removing the need for a block for each API method's callback.
Compatibility
The supported Lisk release is 0.9.2.
Version 0.1.1 for Lisk 0.9.2
Changelog
Hotfixes:
- Removed missing files from
Lisk.Xcodeproj
- Added missing suffixes to
Signature
andPeer
(nowSignatureAPI
andPeerAPI
.)
Compatibility
The supported Lisk release is 0.9.2.
Version 0.1 for Lisk 0.9.2
Changelog
Added support for the following Lisk modules:
- accounts
- blocks
- delegates
- loader
- multisignatures
- peers
- signatures
- transactions
Note that the dapps module was omitted, since dapps-related transactions are deprecated as of Lisk 0.9.2.
Compatibility
The supported Lisk release is 0.9.2.