Commit Graph

2084 Commits

Author SHA1 Message Date
Ross Nicoll
5382a253db Merged in rnicoll-node-monitor-service (pull request #368)
Rename wallet monitor service to node monitor service
2016-09-21 10:50:12 +01:00
Ross Nicoll
d38392093f Rename wallet monitor service to node monitor service 2016-09-21 10:26:20 +01:00
Ross Nicoll
1d53e59c7d Merged in rnicoll-wallet-vault (pull request #367)
Change 'wallet' to 'vault'
2016-09-21 10:11:30 +01:00
Shams Asari
b316696360 Switched the roles of Instigator and Acceptor in the auto-offer protocol so that they're correctly used according to the classes they inherit 2016-09-20 18:42:47 +01:00
Ross Nicoll
ebda724f14 Change references to 'wallet' with 'vault' 2016-09-20 18:14:53 +01:00
Ross Nicoll
ae4513c8eb Update modules.xml to reflect rename of network explorer to simulator 2016-09-20 17:14:45 +01:00
Andras Slemmer
a5774adba1 .idea: Share explorer configuration 2016-09-20 13:42:01 +01:00
Andras Slemmer
2640e600c8 Merged in aslemmer-node-explorer (pull request #311)
explorer ui v0.2
2016-09-20 12:02:09 +01:00
Patrick Kuo
4ec33f549f Merged in pat-certificate-signing-utility (pull request #364)
Client certificate signing utility
2016-09-20 11:42:38 +01:00
Patrick Kuo
900ec3a87c Merged master into pat-certificate-signing-utility 2016-09-20 10:51:57 +01:00
Patrick Kuo
9b4bf32fdc client certificate signing utility 2016-09-20 10:51:09 +01:00
Andras Slemmer
f20156eec5 explorer: Add small comment about i18n 2016-09-20 10:43:22 +01:00
Andras Slemmer
f6d4d91f36 client: Add example code to ObservableUtilities 2016-09-20 10:23:46 +01:00
Andras Slemmer
cdf54151f7 explorer: Add TODO in Main 2016-09-20 10:23:27 +01:00
Andras Slemmer
5d0ff4e60c explorer: Replace formatting with a big TODO 2016-09-20 09:47:26 +01:00
Andras Slemmer
f91b0978eb explorer: REmoved unused file 2016-09-19 15:05:23 +01:00
Andras Slemmer
df57f5cf5e explorer: Use humanize 2016-09-19 15:05:23 +01:00
Andras Slemmer
75ee91fe4e client: Use ReplayList to test AggregatedList as well 2016-09-19 15:05:23 +01:00
Andras Slemmer
486b6cc414 explorer: Some more cleanup 2016-09-19 15:05:23 +01:00
Andras Slemmer
118d5c485e client: Fix FlattenedList, add ReplayedList for testing ObservableList Changes 2016-09-19 15:05:23 +01:00
Andras Slemmer
93b8a507f4 explorer: Clean up some of the code clutter in CashViewer and friends 2016-09-19 15:05:23 +01:00
Andras Slemmer
7d290b38b1 client: Add utility javafx observable extension methods 2016-09-19 15:05:23 +01:00
Andras Slemmer
80a058760f client: Relax ChosenList variance 2016-09-19 15:05:23 +01:00
Andras Slemmer
f1f8b3180c client: Add FlattenedList 2016-09-19 15:05:23 +01:00
Andras Slemmer
53be2e0c99 explorer: Add some commentary to TransacationViewer 2016-09-19 15:05:23 +01:00
Andras Slemmer
92ecc4d3d1 explorer: Add running commentary/TODOs to CashViewer 2016-09-19 15:05:23 +01:00
Andras Slemmer
21a7707825 explorer: Map transactions by tx id as well 2016-09-19 15:05:23 +01:00
Andras Slemmer
50ceb9d155 explorer: Use default fxid injection 2016-09-19 15:05:23 +01:00
Andras Slemmer
01d879772d client, explorer: Rearrange/add tx screen columns 2016-09-19 15:05:23 +01:00
Andras Slemmer
041c33a167 client, node: Handle snapshot in explorer 2016-09-19 15:05:23 +01:00
Andras Slemmer
4b74d94001 node: Fix compile after rebase, small typo fix 2016-09-19 15:05:22 +01:00
Andras Slemmer
7e43ae5a15 explorer: Wire up remaining tx screen labels 2016-09-19 15:05:22 +01:00
Andras Slemmer
a23c1d019c node: Fix compile after rebase 2016-09-19 15:05:22 +01:00
Andras Slemmer
c04a3401c3 client, node: Fix compile error after rebase 2016-09-19 15:05:22 +01:00
Andras Slemmer
3042407250 node: Better diagnostics for exit generation in WalletMonitorService 2016-09-19 15:05:22 +01:00
Andras Slemmer
fcb16dc353 client: Add cash Exit generation 2016-09-19 15:05:22 +01:00
Andras Slemmer
26aed70e24 explorer: Add input/output states and signers to tx screen 2016-09-19 15:05:22 +01:00
Andras Slemmer
db9eb060b9 .gitignore: explorer/build 2016-09-19 15:05:22 +01:00
Andras Slemmer
0ae71d2f56 explorer: Add IdentityModel 2016-09-19 15:05:22 +01:00
Andras Slemmer
eb82e946d0 node: Expose LedgerTransactions instead of SignedTransactions in WalletMonitor 2016-09-19 15:05:22 +01:00
Andras Slemmer
767077c764 explorer: Add Low level events viewer for tx screen
asd
2016-09-19 15:05:22 +01:00
Andras Slemmer
f4de05c982 explorer: Use built-in row selection observable instead of custom one 2016-09-19 15:05:22 +01:00
Andras Slemmer
0dae8e9f68 client: Small tweaks 2016-09-19 15:05:22 +01:00
Andras Slemmer
5af593cae4 client: reactfx->rx 2016-09-19 15:05:22 +01:00
Andras Slemmer
91508efbd4 client: Add javafx utilities and basic WalletMonitor models 2016-09-19 15:05:22 +01:00
Andras Slemmer
f673d18fb8 client, explorer: Fix compile after rebase 2016-09-19 15:05:22 +01:00
Andras Slemmer
9877299ba8 .idea: Remove superfluous lines 2016-09-19 15:05:22 +01:00
Andras Slemmer
91de256dcc explorer: reactfx->rx 2016-09-19 15:05:22 +01:00
Andras Slemmer
1ec89e07c4 explorer: Add explorer subproject with javafx screens for cash and transactions 2016-09-19 15:05:22 +01:00
Clinton Alexander
7d7418095e Increased timeout to avoid spurious timeouts. Added MVCC flag to allow
better concurrency and prevents deadlocks when multiple transactions are
occurring at once, as has happened on Vega.
2016-09-19 13:45:54 +01:00