v5.0.0
Major release following Grin and Grin-Wallet v5 (hard fork number 4).
What's new?
General improvements
- Removal of Slate V3 #23
- Removal of deprecated v1 node API #23
- General type improvements #23
- Introduction of
outputType
https://github.com/blockcypher/libgrin/blob/master/api/types.go#L114 - Added
mar_position
inOutputPrintable
- Added
sync_info
andsync_status
toStatus
object.
- Introduction of
- Added HF4 consensus height and tests. #23
- Renamed
Floonet
toTestnet
. #23 - Minimal
p2p
andpool
types. #23 - Added version in modules name #22
Wallet APIs
Wallet Owner API
- Renamed
SecureOwnerAPI
toWalletOwnerAPI
. #23
Node APIs
- Introduction of
NodeOwnerAPI
andNodeForeignAPI
v2 along with corresponding tests. #23
...and many others improvements. See https://github.com/blockcypher/libgrin/commits/master for the full lists of commits.