This release of RadixLib updates the provider to support the new endpoint added with [v1.1.1 of the gateway API](https://github.com/radixdlt/radixdlt-network-gateway/releases/tag/1.1.1) and adds support for the parsing of the responses of the endpoint. In addition to that, this release added support for the two newly added action types for the registering and unregistering of validators.
**Release notes:**
* Added support for the `/validator/stakes` endpoint in the provider, wallet, and parsers. This is provided under the method name `get_validator_stakes` for the provider, wallet, and parsers.
* Added support for the two newly added action types: `RegisterValidator` and `UnregisterValidator`.
* Added the two newly added action types to the `ActionBuilder` class along with a number of overrides to make their instantiation easier.
* Added the function `radix.derive.public_key_from_private_key` which allows for the derivation of the public key associated with a given private key.
* Added function overrides for the `StateIdentifier` class constructor to make the instantiation more clear in terms of what the constructor expects.
* Added the ability to get the master public and private keys for the signer.
In addition to the above notes, this release also includes some minor bug fixes and minor formatting changes to the doc strings.