Canonicalize API protocol.

This commit is contained in:
Arthur Britto
2013-03-11 18:58:47 -07:00
parent 4407415692
commit 2e7a2fd696
3 changed files with 34 additions and 20 deletions

12
CHANGELOG Normal file
View File

@@ -0,0 +1,12 @@
Critical protocol changes
-------------------------
* date
* The JSON field "metaData" changing to "meta".
* RPC ledger will no longer take "ledger", use "ledger_hash" or "ledger_index".
* "closedLedger" events:
** "hash" DEPRECATED: use "ledger_hash"
** "seqNum" DEPRECATED: use "ledger_index"
** "closeTime" DEPRECATED: use "close" or "close_human"
* stream "rt_accounts" --> "accounts_proposed"
* stream "rt_transactions" --> "transactions_proposed"