Changelog

Versions


Changes from 1.2.1 to 1.3.

What's New


  1. GET/blocks Blocks
  2. GET/commission_votes/{target_version} CommissionVotes
  3. GET/price_commissions PriceCommission
  4. GET/price_votes/{height} PriceVotes
  5. GET/swap_pool/{coin0}/{coin1} SwapPool
  6. GET/swap_pool/{coin0}/{coin1}/{provider} SwapPoolProvider
  7. GET/update_votes/{target_version} UpdateVotes
  8. GET/version_network VersionNetwork

What's Deprecated


    What's Changed


    1. GET/block/{height} Block
      • Parameter

        • Add failed_txs
    2. GET/candidate/{public_key} Candidate
      • Return Type

        • Add id
        • Add jailed_until
    3. GET/candidates Candidates
      • Parameter

        • Change status
      • Return Type

        • Add candidates.id
        • Add candidates.jailed_until
    4. GET/coin_info/{symbol} CoinInfo
      • Return Type

        • Add mintable
        • Add burnable
    5. GET/coin_info_by_id/{id} CoinInfoById
      • Return Type

        • Add mintable
        • Add burnable
    6. GET/estimate_coin_buy EstimateCoinBuy
      • Parameter

        • Add coin_id_commission
        • Add coin_commission
        • Add swap_from
        • Add route
      • Return Type

        • Add swap_from
    7. GET/estimate_coin_sell EstimateCoinSell
      • Parameter

        • Add coin_id_commission
        • Add coin_commission
        • Add swap_from
        • Add route
      • Return Type

        • Add swap_from
    8. GET/estimate_coin_sell_all EstimateCoinSellAll
      • Parameter

        • Add swap_from
        • Add route
      • Return Type

        • Add swap_from
    9. GET/genesis Genesis
      • Return Type

        • Add initial_height
        • Add app_state.block_list_candidates
        • Add app_state.pools
        • Add app_state.commission
        • Add app_state.commission_votes
        • Add app_state.coins.mintable
        • Add app_state.coins.burnable
        • Delete app_state.start_height
    10. GET/transaction/{hash} Transaction
      • Return Type

        • Add type_hex
        • Add service_data
    11. GET/transactions Transactions
      • Return Type

        • Add transactions.type_hex
        • Add transactions.service_data