corda/tools
Viktor Kolomeyko c9d18a5126 CORDA-1197 - Take into account last amount submitted when adding data points. (#2771)
Current logic in `CashWidget` is not handling well updates done in close succession, i.e. less than 1 second.
And such frequent updates do indeed happen, e.g. from: `net.corda.client.jfx.model.ContractStateModel#cashStates`
where `list` is modified twice.

Also use `.toDecimal()` instead of `.quantity`to have amount represented in pounds rather than in pennies.
2018-03-08 20:45:11 +00:00
..
bootstrapper [CORDA-879] Generate node directories as part of bootstrapping (#2285) 2017-12-23 11:22:31 +00:00
demobench CORDA-941 - Add Network Parameters contract implementation Whitelist (#2539) 2018-02-20 11:09:23 +00:00
explorer CORDA-1197 - Take into account last amount submitted when adding data points. (#2771) 2018-03-08 20:45:11 +00:00
graphs [CORDA-682]: Claim Jigsaw module names (#1824) 2017-10-06 15:37:33 +01:00
loadtest No IdentityServiceInternal as public param. Start nodes without params. Simpler MockServices ctors. (#2521) 2018-02-13 11:32:04 +00:00
scripts CORDA-1035 - Testing api KDoc Updates (#2670) 2018-02-28 15:59:56 +00:00