Skip to content

Releases: ripple/rippled-historical-database

v2.4.0

09 Nov 19:56
Compare
Choose a tag to compare

This version improves the way the Data API imports and summarizes data on XRP Ledger validators.

Improvements

  • Adds real-time tracking of validator agreement.
  • Indicates when a validator is included in the network's recommended UNL.
  • Reports validator agreement in 1-hour and 24-hour rolling windows, plus (non-rolling) daily summaries.
  • Tracks whether validators follow the production network, the TestNet, or other ledger history chains.

Breaking Changes

This release contains the following breaking changes:

  • Removed methods. The following methods have been removed:
    • Get Validations (/v2/network/validations)
    • Get Validator Validations (/v2/network/validators/{pubkey}/validations)
  • Format Changes. The request and response formats of the following methods have changed:
    • Get Validator (/v2/network/validators/{pubkey})
    • Get Validators (/v2/network/validators)
    • Get Daily Validator Reports (/v2/network/validator_reports)
    • Get Single Validator Daily Reports (/v2/network/validators/{pubkey}/validator_reports)

v2.3.5

31 Aug 23:23
Compare
Choose a tag to compare

This release deprecates the following features:

  • Get Issued Value method
  • Get Capitalization method
  • Historical intervals for the following methods:
    • Get Accounts
    • Get Exchange Volume
    • Get Payment Volume
    • Get Payments

v2.3.2

05 Jan 21:33
Compare
Choose a tag to compare

v2.3.0

21 Jul 21:15
Compare
Choose a tag to compare

v2.2.0

14 Jun 23:14
Compare
Choose a tag to compare
bump version and add fee stats table

v2.1.0-hf1

12 May 17:22
Compare
Choose a tag to compare

Update ripple-lib and ripple-binary-codec to versions that handle EnableAmendment transactions 599950e

v2.2.0-rc1

28 Apr 23:07
Compare
Choose a tag to compare
v2.2.0-rc1 Pre-release
Pre-release

Network nodes endpoints:

  • /v2/network/topology 1d4b532
  • /v2/network/topology/nodes 1d4b532
  • /v2/network/topology/links 1d4b532
  • /v2/network/topology/nodes/{:pubkey} e043bab

Network validations endpoints:

  • /v2/network/validations 8555e58
  • /v2/network/validator_reports bfcaaf6
  • /v2/network/validators 8295817
  • /v2/network/validators/{:pubkey} 8295817
  • /v2/network/validations/{:pubkey}/validations 8555e58
  • /v2/network/validators/{:pubkey}/reports 5f21c23
  • /v2/ledgers/{:hash}/validations 7d7e3c4
  • /v2/ledgers/{:hash}/validations/{:pubkey} 50a4cdb

Other endpoints:

v2.1.0

20 Apr 17:42
Compare
Choose a tag to compare
bump version

v2.1.0-rc1

31 Mar 22:55
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release
  • Top Currencies API endpoint 47da51a
  • Top Markets API endpoint 47da51a
  • Use top markets for exchange volume metrics 47da51a
  • Use top currencies for payment volume metrics c0d65d2
  • Use top currencies for issued value metrics d9e8c5c
  • add account transaction stats API endpoint 32381fa
  • add account value stats API endpoint 32381fa

v2.0.8

13 Jan 20:03
Compare
Choose a tag to compare
  • BREAKING CHANGE format tx_index as integer in Account Payments 96c70f5