Skip to content

v0.3.0

Choose a tag to compare

@LimpidCrypto LimpidCrypto released this 07 Oct 14:29
· 205 commits to main since this release
b5874c9

[v0.3.0] - 2024-10-07

Added

  • Helper functions
    • Account helpers
      • does_account_exist
      • get_next_valid_seq_number
      • get_xrp_balance
      • get_account_root
      • get_latest_transaction
    • Ledger helpers
      • get_latest_validated_ledger_sequence
      • get_latest_open_ledger_sequence
      • get_fee
    • Transaction helpers
      • sign
      • sign_and_submit
      • autofill
      • autofill_and_sign
      • submit
      • calculate_fee_per_transaction_type
      • send_reliable_submission
    • Wallet helpers
      • generate_faucet_wallet

Changed

  • The clients have been refactored

Fixed

  • Compilation error stating that rand::OsRng: RngCore is not satisfied caused by a pro-macro