Joel Dudley
58163823e8
Merge pull request #46 from corda/joel-java-interop-todos
...
Adds todos that will improve java interop.
2016-12-09 14:55:20 +00:00
Joel Dudley
ae349a8831
Adds todos that will improve java interop.
2016-12-09 14:30:52 +00:00
Rick Parker
a007ecf980
Merge pull request #45 from corda/parkri-external-observations-2
...
Move Flow returned Future complete outside database transaction
2016-12-09 12:58:55 +00:00
rick.parker
b52c52378f
Move Future completion outside database transaction so that the effects of the flow will be externally visible at Future completion.
2016-12-09 09:21:59 +00:00
Jose Coll
453f7cd223
Bank of Corda demo - Issuer of Cash
...
Resolve BankOfCorda through NMS in protocol
Fixes following Integration testing.
Register custom RPC Kryo classes.
Protocol -> Flow renaming
Bank of Corda demo - Issuer of Cash
Resolve BankOfCorda through NMS in protocol
Fixes following Integration testing.
Protocol -> Flow renaming
Addressed all comments in PR review.
Removed bank lines.
Updated minor inconsistency in README.md
All protocol references changed to flow.
changed protocol -> flow in TODO comment.
changed startProtocolPermission -> startFlowPermission in README.md
Added transaction id to IssuerFlow Success response.
Removed explicit call to record Cash Move transaction (as already recorded in subflow)
Removed quasar dependency.
Addressed comment in PR.
Updated to use CompositeKey.
Added arguments to pass in Currency and Amount.
Updated run configurations to pass in Currency and Amount values
Added additional parameter to IssuerFlow request: issueToPartyReference
Added Vault updates verification in RPC Integration test.
Fixed RPC Integration test (Vault assertions)
Updated run-time dependencies in line with other demos.
Applied changes following PR review (exception handling, party resolution handling, docs)
Updated gradle client run configs with new parameters.
Main driver app now uses standard out for display (was using logger info() but nothing was being displayed because of restrictive config)
Fixed formatting display problems.
Updated Web Api code to use new CordaRPCOps interface (and new partyFromName() exposed method)
Removed unused import.
2016-12-08 17:38:21 +00:00
Rick Parker
70dcab6361
Merge pull request #33 from corda/parkri-external-observations
...
Buffer observations until database commit.
2016-12-08 16:34:50 +00:00
rick.parker
0378b8d785
Buffer observations until database commit.
2016-12-08 16:32:45 +00:00
Joel Dudley
c0694d0e05
Merge pull request #43 from corda/joel-cordapptemplate-docs-change
...
Updates the cordapp-template docs to reflect new structure.
2016-12-08 15:53:33 +00:00
Mike Hearn
5f603a94f0
Minor: add a TODO
2016-12-08 14:06:32 +00:00
Joel Dudley
c02077bdbc
Updates the cordapp-template docs to reflect new structure.
2016-12-08 13:44:50 +00:00
Andrius Dagys
b57aec1962
Minor: make distributed notary test use a different folder on every run
2016-12-08 12:15:48 +00:00
Andras Slemmer
76a66f0021
Merge pull request #2 from corda/aslemmer-irs-trader-demo-rpc
...
Local RPC, demos use RPC
2016-12-08 12:12:42 +00:00
Andras Slemmer
4fe1d48e4a
demos: Fix demo RPC serialisation after rebase
2016-12-08 11:58:31 +00:00
Andras Slemmer
9117ec9860
Simplify InputStreamSerializer, make NODE_USER role explicit
2016-12-08 11:58:31 +00:00
Andras Slemmer
a601f0abf5
Local RPC, demos use RPC, NODE has special privileges
2016-12-08 11:58:31 +00:00
Roger Willis
bbba7d3f19
Merge pull request #41 from corda/joel-readme-changes
...
Adds slack link and 'Building on Corda' section
2016-12-08 10:21:57 +00:00
kasiastreich
036b1b4964
Fix double spending of inputs issue on ledger level in test dsl. ( #15 )
...
* Fix double spending of inputs issue on ledger level in test dsl.
* Address PR comments.
2016-12-08 10:15:33 +00:00
Joel Dudley
7702154b22
Adds slack link and 'Building on Corda' section
2016-12-08 10:09:10 +00:00
Clinton
365bc58fc2
Merge pull request #38 from corda/clint-disabledocstest
...
Disabling flakey WorkflowTransactionBuildTutorialTest test ...
2016-12-07 17:11:44 +00:00
Clinton Alexander
d1a7a33581
Disabling flakey WorkflowTransactionBuildTutorialTest test because it has a race condition and is causing flakey build. PR is in flight to fix the actual cause.
2016-12-07 17:09:39 +00:00
Matthew Nesbit
893b4b5393
Merge pull request #34 from corda/mnesbit-add-wait-hooks-for-scheduled-flow-testing
...
Add some hooks to StateMachineManager and NodeSchedulerService
2016-12-07 16:12:36 +00:00
Matthew Nesbit
f63e6cd2a6
Add some hooks to StateMachineManager and NodeSchedulerService so that unit tests of flows with scheduled actions can safely test for completion of their test activities. Typically this is done using a while loop whilst there are active fibers, or schedules and then blocking on the ReusuableLatches until the status changes and can be re-evaluated.
...
Add unit tests of ScheduledFlow running on simulated network.
Just use existing DumyContract in test
DummyContract requires value equality so that assertEquals over states works as expected.
Remove blank line.
Add TODO on waitQuiescent.
Fix minor build error
2016-12-07 16:11:55 +00:00
Joel Dudley
41fca0c1eb
Merge pull request #36 from corda/joel-jvmname-annotations
...
Adds JvmName annotations where necessary to improve interop when deve…
2016-12-07 14:15:42 +00:00
Joel Dudley
03b5e9bced
Address review comments.
2016-12-07 14:15:20 +00:00
Mike Hearn
eb096d520b
Merge pull request #23 from stevenroose/rename-license
...
Renamed file LICENCE to LICENSE
2016-12-07 13:15:57 +00:00
joeldudleyr3
432015ddfe
Adds JvmName annotations where necessary to improve interop when developing CorDapps in java.
2016-12-07 12:12:18 +00:00
Patrick Kuo
fbcbf3e1d7
Network view improvement ( #19 )
...
Changes :
*Show other nodes on network map.
*Enabled zooming and panning on the map.
*Scroll the node label to the centre of the screen when clicking on the node info list on the right hand-side of the screen.
*Draw line and fire bullets between nodes according to incoming transactions.
*Higher resolution map.
2016-12-07 09:55:16 +00:00
Shams Asari
bddb22db77
Further fixes to messaging.rst
2016-12-06 21:14:21 +00:00
Shams Asari
89cc9dc886
Added a note in the getting setup doc about JavaFX and non-Oracle JVMs
2016-12-06 15:24:29 +00:00
Matthew Nesbit
d353825e71
Merge pull request #29 from corda/mnesbit-cordapp-types-in-startFlowDynamic
...
Allow cordapp types to be used in parameters to startFlowDynamic
2016-12-06 14:08:39 +00:00
Andras Slemmer
fd229df956
node: Add ClassSerializer, register default flow parameters for RPC
2016-12-06 13:55:18 +00:00
Richard Green
e1e6d187e3
Making the warning make sense for branches that aren't master
2016-12-06 10:51:29 +00:00
Shams Asari
27462ff8f1
Fixed formatting issues in messaging.rst
2016-12-05 22:03:00 +00:00
Andras Slemmer
ed14c95d6f
Merge pull request #25 from corda/aslemmer-fix-X509-on-linux
...
core: Remove CN from X509 subjectAlternativeNames, always add hostname
2016-12-05 17:16:22 +00:00
Matthew Nesbit
99219c6a5f
Allow cordapp types to be used in parameters to cordapp startFlowDynamic RPC calls.
...
Add missing registration.
2016-12-05 16:57:22 +00:00
Joel Dudley
5e5466c2a3
Merge pull request #28 from corda/joel-rm-docs-wiki-links
...
Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'.
2016-12-05 15:57:10 +00:00
joeldudleyr3
d0e142c3db
Removes links to R3 wiki. Changes 'r3prototyping' ref to 'corda'.
2016-12-05 15:17:25 +00:00
Shams Asari
6a5b5c04e5
Fixed broken links in README.md
2016-12-05 14:25:09 +00:00
Roger Willis
792fda0a23
Merge pull request #24 from corda/shamsasari-readme-link
...
Moving the webinar links into the heading texts
2016-12-05 13:24:24 +00:00
Andras Slemmer
948e3f3932
core: Remove CN from X509 subjectAlternativeNames, always add hostname
2016-12-05 13:17:52 +00:00
Shams Asari
d2c4863b0d
Moving the webinar links into the heading texts
2016-12-05 10:59:30 +00:00
Shams Asari
10360ae8cf
Converted MapChange into a sealed data structure so that only Modified has the previous node property
2016-12-05 10:04:31 +00:00
Roger Willis
9fdbf4e888
Update README.md
...
Added webinar links to README.
2016-12-05 09:20:17 +00:00
Steven Roose
6838bdebd3
Renamed file LICENCE to LICENSE
2016-12-05 09:59:09 +01:00
Shams Asari
4addb91f80
Added security to RPC and P2P systems.
2016-12-02 18:11:08 +00:00
Mike Hearn
b6e56641bd
Merge pull request #21 from nkts/tab
...
Removed tab indentation
2016-12-02 18:07:51 +00:00
Marius Karnauskas
eb68416dbe
Removed tab indentation
2016-12-02 18:03:25 +00:00
Shams Asari
5432905b4a
Clean up NetworkMapCache and InMemoryNetworkMapCache
2016-12-02 14:45:54 +00:00
Richard Green
b35f711bd9
Merge pull request #14 from corda/rg_adding_some_links_to_docs
...
Adding links to discourse and slack on docsite
2016-12-01 16:58:50 +00:00
Richard Green
10bc27d2f4
Adding links to discourse and slack on docsite
2016-12-01 14:14:17 +00:00