Hash: SHA1
Release 1.2.8
https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.2.8.zip
sha256:
7d234c912b451c375b10b8ceefbd9053697532c49d4e469c7fc36294c91c591d nxt-client-1.2.8.zip
Change log:
API changes:
The timestamp parameter in getAccountTransactionIds and getAccountTransactions
now refers to the timestamp of the block in which the transaction was included
rather than the transaction timestamp itself. Transactions are sorted in
descending order of block timestamp and transaction id, instead of transaction
timestamp. This is so that the sorting matches the order in which transactions
are processed, and because transactions with earlier timestamps may appear in
the blockchain after transactions with later timestamps have already been
processed, thus being unintentionally skipped while navigating the transactions
list by transaction timestamp.
The getAccountTransactionIds and getAccountTransactions requests now accept an
optional numberOfConfirmations parameter, which can be used to retrieve only
transactions with at least numberOfConfirmations number of confirmations.
The getBlock API now optionally accepts height instead of block parameter, to
retrieve the block at that height. If both block and height are specified,
height parameter is ignored.
The getBlock API now also accepts includeTransactions parameter, if set to
true, full transaction JSON is returned instead of only transaction ids.
There are no other changes between 1.2.7 and 1.2.8, so those who rely on the
old behavior of the above APIs can continue to use 1.2.7 for the time being.
Client GUI:
Added the option for merchants to specify a specially formatted message that
is required to be added to a payment transaction or an asset transfer.
To activate this behavior, you must set your account info description to the
following format: #merchant:[0-9]+#
This example will only accept a numeric message.
If the message should be of a particular length use this:
#merchant:[a-zA-Z0-9]{4,8}#
This format will only allow messages that have a length of 4 to 8 characters
and is alphanumeric.
Note that the regex is case sensitive.
Fixed issue with public key field not showing when using a contact in the
recipient field.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJUB2WmAAoJEFOhyXc7+e2AEUwP/1arAFOz+ZECTIeqZnT13Mp4
7pqU7abdX7xrP8h/tAxfonRaUPj202FlFQ4sWsSGlOBg4VF6uR+skFNLq9rf+R27
WkusKLA7mHvXfqWlUyJhKeVHPeYuLkBQmuYWHy/K391LhJeetcEGNLlDAjFqlyVa
+ulGqFldaC1mcMSZpBBFWsiefg004t6Rr5sY4SWjzausTdNYn1fOyHoZJhqHoLSX
3Jm+//tGGwe6De6T2XB272S6Xu1F0g6jq4+9baI32n4sXWub7nrgcMqabMjx5dnF
5GSjGcGZfO177QpOlP0/0BAvce+HGXNoVpsbORU2EYWtzDlERBmUnH1WZO9OWA22
3idSbxaSbnPanlfwWqa7mMRt9+RuF2WCbn2Yf0WM1CbfKcGTJ0GXrhyTWxJ6Yuux
uVvQh+ZVictisMo/sgOItxfYmqY/I1SKxYQtxHKL2PeLuZaPC5bQ2HUKXGJymDz2
zZfLRiN6tIWbH3YE1U00KMuSx+8XsrUgqDPl/LM4k/AGpE/87SDyJ2yEgMOIukqM
thdrQs0G7cUdEkPrtkMPZF+oHJsdjUJlJMUFKsv5zdnC6yc4ibbARkKjgQxZ+RFe
n9ua6X+yBY3PqCgIjhxbsKFZYm2iN1JhB/DGOU/4sJY+8cqG4kECWxO5Q27zNNio
PwRu8XJkV3KMHVbun+q3
=+2o/
-----END PGP SIGNATURE-----