Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Network v1.1.0 #13

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Network v1.1.0 #13

wants to merge 3 commits into from

Commits on Mar 13, 2024

  1. removed formating to object in fetch balance

    - /fetch_balance route reuqires an array of strings instead of an address_list obj
    RobinP122 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e2e3ef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Removed '/transactions_by_key'

    - Changed fetchTransaction to use '/blockchain_entry' route
    - Moved deprecated functions to bottom of file
    RobinP122 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c07f958 View commit details
    Browse the repository at this point in the history
  2. Added tests

    - fetchBalance
    - fetchTransactions
    RobinP122 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6849598 View commit details
    Browse the repository at this point in the history