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

1.0.0.1005 (alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@BishopJohnson BishopJohnson released this 23 May 12:33
· 4 commits to master since this release
2779d41

Added

  • Added arguments and fields to Transaction.gql template file for getting the wallet address.
  • Added arguments and fields to Wallet.gql template file for getting balances and transactions.
  • Added set_with_transaction_wallet_address member-function to TransactionFragmentArguments.
  • Added set_wallet_balance_filter, set_with_wallet_balances, and set_with_wallet_transaction member-functions
    to WalletFragmentArguments.
  • Added getters for balances and transactions to Wallet model.

Changed

  • Refactored Balance, Player, Request, and Wallet models to use pimpl idiom.
  • Changed name of member-function set_asset_id_format in TransactionFragmentArguments
    to set_transaction_asset_id_format.
  • WalletFragmentArguments now implements BalanceFragmentArguments and TransactionFragmentArguments.

Fixed

  • Fixed issue with argument interfaces not serializing data from parent argument interfaces.
  • Fixed missing equality operator in ProjectTransactionRequestArguments.