Hash: SHA1
Stable release 0.5.5:
http://download.nxtcrypto.org/nxt-client-0.5.5.zip
sha256: aa20fb32fe7e6cda7debee59928d5aea8ff7c581c58a56ff68e8252eaf9368c7
Change log:
Added getGuaranteedBalance API:
http://localhost:7874/nxt?requestType=getGuaranteedBalance&account=account&numberOfConfirmations=numberOfConfirmations
returns the balance of an account only considering transactions with confimration count >= numberOfConfirmations.
The API requests getAccountBlockIds and getAccountTransactionIds now return sorted results.
Added getAccountPublicKey and getGuaranteedBalance to admin.html page.
More performance optimizations.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJS0YsaAAoJEFOhyXc7+e2AtwoP/349GjR+VuIXo39X4l2N+Ute
1TNEW11wzwnwoFeaejNu3/HKTTooS37G6I0zxPFaFooCSoJZ7HAtqG9qYhF1byqF
BYJCmM1tL65hD5Q40Jbijx+x7RBlqyHxSr07Uq/eWn2ILYkWNvHui3v3VE+GVBTm
0DBaacGAODh0SwXm6oZY1bToFMp9+kRCszvYeUJCvNXZRAj5gecgeVlc8ituFQRK
azLFYsVj7hqRSkjwl/rRuuZGu02hJBrfNqunYBtCe/EjdFkwFdpuZpnpSeEXoxJH
TT7OzIx1+0M1SjH98Hcbrx+4DbEtfsRedF861AChSG4Jb4/O1n0iQ6c0rsj/dZYE
FO+Jcgcr0Rn76FKp8afukr1N+XjdigkJp/22LkWWk1q4/ByEaCv7FuKqCacSQ6N3
+H60NQ1fuOlkwcTeQtN+YSJyAVMLNeoIXRusOPPCeDHhK6RFadaWk9PoUgxUJtOj
TRzsHQ0lZV6jiiUExogQGjsgVi2p0KcUQgaYlYpzLHzS2JH9IYWpON03RpJN2rlQ
GNS87EYLfFWqWIQqXazS8tSufxBIF9OaTsqnpedXoxvevbLr5KyuT2VlmF/OAm4a
z0/vZfDvUnHj3sX0lKxDlrvpSaQWV0CZeuQGMY76vVzeidhU3MAKgkCp+tAenZzH
2x3Wh5NbuNPKg6plCCiK
=U0LQ
-----END PGP SIGNATURE-----
Running it now on my RPi.
Any chance of an API call to get updated confirmation counts for a batch of transactions, e.g. for all transactions in a block? Updating these one-by-one will not scale.
See https://bitcointalksearch.org/topic/m.4425690 for more.
Thanks!