Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Releases: 0xOmarA/RadixLib

RadixLib v1.1.1

17 Jul 20:50
76c51ab
Compare
Choose a tag to compare

This is a minor release which fixes an issue relating to signing transactions with key-pairs that are not an index of 0 in the HDWallet derivation path.

Release notes:

  • Fixed an issue in the wallet.build_sign_and_send_transaction method which caused signing transactions with accounts at a non-zero index to fail.

RadixLib v1.1.0

21 Feb 22:11
2deb1b4
Compare
Choose a tag to compare

This release of RadixLib updates the provider to support the new endpoint added with v1.1.1 of the gateway API 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.

RadixLib v1.0.1

12 Feb 15:03
64e5347
Compare
Choose a tag to compare

This is a small patch to the RadixLib package where the following was done:

  • Added the ability to decode messages in both the new and legacy formats used by the Radix wallet.
  • The creation of tokens can fail if a URL is provided without its protocol. So, the constructor of the CreateTokenDefinition class now includes checks for URLs and whether a protocol is provided.
  • Fixed some typing issues in the package
  • Fixed some comments.

RadixLib v1.0.0

06 Feb 18:39
20711eb
Compare
Choose a tag to compare

This is the first release of the RadixLib python package. Current version is 1.0.0. Please read the README.md for more details into what exactly is included in this release.