corda/tools
Viktor Kolomeyko af60848da7 CORDA-1197: Take into account last amount submitted when adding data points.
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.

(cherry picked from commit 952cc35)
2018-03-09 12:57:58 +00:00
..
bootstrapper [CORDA-879] Generate node directories as part of bootstrapping (#2285) 2017-12-23 11:22:31 +00:00
demobench [CORDA-926]: Parsing NodeConfiguration will now fail if unknown properties are present. (#2484) 2018-03-01 14:57:36 +00:00
explorer CORDA-1197: Take into account last amount submitted when adding data points. 2018-03-09 12:57:58 +00:00
graphs [CORDA-682]: Claim Jigsaw module names (#1824) 2017-10-06 15:37:33 +01:00
loadtest Reorders params to put non-default args first. Creates simpler default constructors. 2018-02-12 17:02:34 +00:00
scripts [CORDA-1035] Testing api KDoc Updates (#2584) 2018-02-28 13:26:49 +00:00
shell CORDA-792 - Standalone Shell - fix test on Windows (#2757) 2018-03-07 17:14:32 +00:00