OmniLayer / omniwallet

Omni Protocol Hybrid Web-Wallet
https://www.omniwallet.org
GNU Affero General Public License v3.0
327 stars 187 forks source link

API `/v1/system/revision.json` should return block hash of recent block #1504

Open msgilligan opened 7 years ago

msgilligan commented 7 years ago

The JSON currently being returned looks like this:

{
    "last_block": 469174,
    "last_parsed": "Thu, 01 Jun 2017 06:46:25 GMT"
}

It would be nice to have the last_block_hash and maybe a block time.

The README has some old information for this call that should be removed.

msgilligan commented 7 years ago

Here's a PR for the README update: https://github.com/OmniLayer/omniwallet/pull/1506