Added
- [enhancement](https://github.com/FrankC01/pysui/issues/270) CLI apps now take `--group` as argument.
- Note that pysui CLI apps are all GraphQL based, setting group to JSON RPC type will fail execution.
- [enhancement](https://github.com/FrankC01/pysui/issues/271) Use public key to verify signature on personal message.
- Added `serialize` to SuiPublicKey to convert to signature scheme and bytes to base64
- Added `from_serialized` to SuiPublicKey as class method to create SuiPublicKey from base64 encoded signature scheme and bytes
- Added `verify_personal_message` to SuiPublicKey to verify signature using public key
Fixed
Changed
- Bumpted to pysui-fastcrypto 0.6.0 to support public key signature verification
Removed
- `sign_message` on SuiKeyPair deprecated since "0.71.0"