Vault Query Sort by StateRef (or constituents: txId, index) (#990)

* Provide sorting by state reference (and individual constituents of: txId, index)

* Fixed formatting.

* Updated import following rebase from master.

* Updated import following rebase from master.
This commit is contained in:
josecoll
2017-07-10 12:49:00 +01:00
committed by GitHub
parent f718acb939
commit c81ef7eb93
7 changed files with 200 additions and 29 deletions

View File

@ -28,6 +28,9 @@ UNRELEASED
* ``random63BitValue()`` has moved to ``CryptoUtils``
* Added additional common Sort attributes (see ``Sort.CommandStateAttribute``) for use in Vault Query criteria
to include STATE_REF, STATE_REF_TXN_ID, STATE_REF_INDEX
Milestone 13
------------