Joel Dudley
03b5e9bced
Address review comments.
2016-12-07 14:15:20 +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
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
Andrius Dagys
84c127bfff
Merge pull request #12 from corda/andrius-txverify-refactor
2016-12-01 13:54:59 +00:00
Andrius Dagys
ad5d6f5cd4
DistributedImmutableMapTest: enable copycat client connection retry to avoid race conditions
2016-12-01 13:21:25 +00:00
Andrius Dagys
cef2c906ab
Minor transaction verification logic refactoring
2016-12-01 12:07:37 +00:00
Joel Dudley
3a52a3aa66
Merge pull request #11 from corda/jvmNameUtils
...
Adds a JvmName annotation to Utils.kt for better java interop.
2016-12-01 11:49:29 +00:00
Joel Dudley
110864f19a
Adds a JvmName annotation to Utils.kt for better java interop.
2016-12-01 11:31:03 +00:00
Andrius Dagys
053dd9a1fe
Merge pull request #5 from corda/composite-key-serializer
2016-12-01 10:17:40 +00:00
Matthew Nesbit
a976045675
Merge pull request #9 from corda/mnesbit-gradle-no-install-builds
...
Change gradle to not need an install step before build
2016-11-30 17:12:19 +00:00
Matthew Nesbit
03c4968b4a
Merge pull request #4 from corda/mnesbit-fix-sandbox-unit-test-cleanup
...
Fix file cleanup of sandbox unit tests on Windows machines.
2016-11-30 17:11:25 +00:00
Andrius Dagys
ea04ebe311
Added a TODO to follow Crypto-conditions spec
2016-11-30 17:07:39 +00:00
Matthew Nesbit
e54a304e2e
Depend upon an internal artifact, rather than a maven local published artifact when building the corda fatjar.
2016-11-30 16:16:51 +00:00
Matthew Nesbit
8f47d393ca
Fix file cleanup of sandbox unit tests on Windows machines.
...
Use try with resources to close stream after file copy.
2016-11-30 16:13:40 +00:00
Clinton
e873347892
Merge pull request #8 from corda/clint-javahomefix
...
Fix an error in runnodes when running on Linux
2016-11-30 16:06:15 +00:00
Clinton Alexander
73fafa60f0
Bumped to the newest version of the gradle plugins.
2016-11-30 15:45:04 +00:00
Clinton Alexander
1f88d0fa76
Updated plugin versions.
2016-11-30 15:44:09 +00:00
Clinton Alexander
74ea6ab0df
Fixed runnodes when JAVA_HOME is not set.
2016-11-30 15:43:27 +00:00
Mike Hearn
b2d2232e2b
Merge pull request #6 from corda/mike-reformat
...
Run the IntelliJ reformatter across the Kotlin code.
2016-11-30 15:20:13 +00:00
Mike Hearn
d500bf8f50
Address review comments.
2016-11-30 15:11:35 +00:00
Mike Hearn
7b40be8361
Run the IntelliJ reformatter across the Kotlin code. Did not reformat JS/web code.
2016-11-30 14:40:34 +00:00
Andrius Dagys
acaeca5814
Added a custom CompositeKey serializer for a more compact serialized form
2016-11-30 14:18:18 +00:00
Roger Willis
4a9f5cafc1
Update README.md
...
Updated the 'getting started' section. It now points people to relevant repos, docs, etc.
2016-11-30 11:26:41 +00:00
Roger Willis
e219eb53e8
Merge pull request #1 from BitcoinErrorLog/patch-1
...
Updates for grammar
2016-11-30 10:50:53 +00:00
Bitcoin Error Log
16c3bdf2b0
Updates for grammar
...
Bullets items that aren't sentences don't need periods. Missing hyphens.
2016-11-30 05:45:59 -05:00
David Lee
6d5fa6ac2f
Added link to discourse forum
2016-11-30 10:36:56 +00:00
David Lee
3928b1fa04
Added Corda logo from corda.net website
2016-11-30 09:30:07 +00:00
Roger Willis
5bfff845ab
Update README.md
...
Updated link to LICENCE file.
2016-11-30 09:24:01 +00:00