All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning (SemVer).
Note: Version 0 of Semantic Versioning is handled differently from version 1 and above. The minor version will be incremented upon a breaking change and the patch version will be incremented for features.
- Upgrade Solana (
~1.10) and Anchor framework (~0.25) versions
- Custom Solana RPC error reporter. If the Solana RPC error is thrown, the error code, message and data (logs) are reported to the output.
- Custom imports in the
.program_client. User is able to import custom types and structures into program client. The import part of the code would not be re-generated.
- Trdelnik is now configurable. This requires
Trdelnik.tomlfile to exist in the project's root directory - without this file the execution will fail. To solve this re-runtrdelnik initor just create an emptyTrdelnik.tomlfile in the project's root directory.