All notable changes to this project will be documented in this file.
- Method SendAdvancedTransaction
- Method to get the baseUri for the client
- Handle 401 (Unauthorized) http status
- Handle 429 (Too Many Requests) http status
- Process 401 & 429 http statuses into Client errors
- Added tests
- Test GetTransactionByHashTest
- Test NodeWaitListTest
- Get fee_reward & total_reward directly from node API
- Method NodeWaitList
- Block::getFeeReward
- Block::getFeeRewardRaw
- Block::getTotalReward
- Block::getTotalRewardRaw
- Transaction::isVirtual
- getRawData for single models
- Option to add custom method
- Remove not needed debug messages
- Method DeleteAccount
- Method EncryptAccount
- Method ExportAccount
- Method ImportAccount
- Method NewAccount
- Method GetBlockCount
- Method GetBlocksByNumbers
- Method GetBlocksByRange
- Method GetTransactionByBlockHashAndIndex
- Method GetTransactionByBlockNumberAndIndex
- Method GetTransactionByHash
- Method NetworkHashRate
- Added tests
- New Logic for managing and calling the methods
- First commit