* Added a check function to verify and validate the wallet ID before making a call to the Qubic network * Optimized network calls by preventing invalid requests * Added input validation to enhance security and reliability * Refactored transaction bytes validation for better data integrity * Added empty bytes check for transaction data validation
0.2.5beta
* Added new advanced code examples * Reorganized documentation structure * Formatted responses for better readability in the documentation * Fixed some imports on the documentation
0.2.4beta
* Enhanced github documention & online documentation * Fixed some links in the documentation
0.2.3beta
* Included dll, dylib and so files in package distribution to avoid bugs
0.2.2beta
* Added unit tests for the RPC Client * Added fixtures * Added new method : tick data * Added new utils method to check bytes format * Added new exception to handle bytes error * Added new exception for the SC method * Updated requirements.txt * Created requirements-doc.txt * Fixed bugs * Added documentation
0.2.1alpha
* A security patch has been added to prevent creating a transaction with an invalid tick, i.e. less than the current tick.