Files
xahaud/Builds
wilsonianb b45f45dcef Fetch validator lists from remote sites:
Validator lists from configured remote sites are fetched at a regular
interval. Fetched lists are expected to be in JSON format and contain the
following fields:

* "manifest": Base64-encoded serialization of a manifest containing the
  validator publisher's master and signing public keys.

* "blob": Base64-encoded JSON string containing a "sequence",
  "expiration" and "validators" field. "expiration" contains the Ripple
   timestamp (seconds since January 1st, 2000 (00:00 UTC)) for when the
  list expires. "validators" contains an array of objects with a
  "validation_public_key" field.

* "signature": Hex-encoded signature of the blob using the publisher's
  signing key.

* "version": 1

* "refreshInterval" (optional)
2017-03-01 11:41:07 -05:00
..
2017-01-13 15:01:20 -08:00
2015-10-28 14:45:34 -07:00
2014-05-27 15:23:48 -07:00
2017-01-13 15:01:20 -08:00
2017-01-13 15:01:20 -08:00
2016-06-03 16:29:04 -07:00
2017-01-13 15:01:20 -08:00