RogerWillis
9c9691ae77
Addressed review points. Added a stub file in the getting started section that indicates devs should look at the cordapp tutorial.
2016-11-29 13:45:58 +00:00
RogerWillis
435e7da93f
Changed SDK tutorial based on latest repo changes and some feedback.
...
Addressed some review comments.
Latest changes to SDK tutorial based on review comments.
Corda SDK -> CorDapp Template
Addressed review comments + added some new sections.
Added pic of run config drop down menu.
Added a couple of additional sections.
Refactored the 'how to make a cordapp' how to a separate docs pages and stubbed it out for comments.
Added index.rst
Additional changes based on feedback.
Addressed review comments. Removed spurious buuildinfo file.
Minor changes based on richard's comments. Still waiting on resolution of dev experience preference.
Changed milestone release workflow. Users now should checkout a specific tag.
2016-11-28 15:42:48 +00:00
RogerWillis
ce64dbeba7
Added some additional sections and fixed some typos
2016-11-28 14:19:43 +00:00
RogerWillis
d243ef298a
Beginnings of CorDapp SDK tutorial
2016-11-28 14:19:43 +00:00
Mike Hearn
79537898df
Merged in sofus-tech-whitepaper (pull request #567 )
...
updated fx call option example
2016-11-28 14:13:45 +00:00
Sofus Mortensen
cd1fa99b43
updated fx call option example
2016-11-28 15:11:33 +01:00
Shams Asari
2f769b3db0
Cleaning up doc headers to be consistent wrt casing
2016-11-28 14:08:16 +00:00
Mike Hearn
7b2eb651be
Suppress or fix the few remaining compiler warnings
2016-11-28 14:04:30 +00:00
Mike Hearn
a79072bdf9
Merged in sofus-universal-contracts (pull request #558 )
...
rename transfer/give to obligation/owes
2016-11-28 14:01:30 +00:00
Jose Coll
bc3550e3e6
Merged in colljos-kryo-observable-registration (pull request #544 )
...
Kryo registration of Observable with explicit ID.
2016-11-28 13:31:51 +00:00
Rick Parker
92d14d7582
Merged in parkri-silence-javac-warning (pull request #561 )
...
Silence bootstrap class path javac warning relating to 1.6 and Capsule. This silences warning associated with javac command line option combinations.
2016-11-28 12:05:41 +00:00
rick.parker
e2d63841b0
Silence bootstrap class path javac warning relating to 1.6 and Capsule. This silences warning associated with javac command line option combinations.
2016-11-28 11:04:07 +00:00
Shams Asari
56ada37259
Remove checked in node logs and git ignore node/logs
2016-11-28 10:49:44 +00:00
Andras Slemmer
811b0e6a8d
Merged in aslemmer-warn-on-double-tx-record (pull request #546 )
...
Check for duplicate transaction records
2016-11-28 10:34:34 +00:00
Patrick Kuo
2d46249d87
Merged in pat-permissioning-doc (pull request #545 )
...
doc : Network Permissioning
2016-11-28 09:40:38 +00:00
sofusmortensen
68d1f8868d
rename transfer/give to obligation/owes
2016-11-26 18:08:01 +01:00
Andrius Dagys
f0d4b4a572
Merged in andrius-notary-deploy (pull request #533 )
2016-11-25 17:39:46 +00:00
Andrius Dagys
32451bac1d
Upped gradle plugin version
2016-11-25 17:11:27 +00:00
Andrius Dagys
946cfda03e
Added a distributed notary demo that runs a notary cluster and gets several transactions notarised
2016-11-25 17:09:57 +00:00
Andrius Dagys
758ab6d359
Extended Driver api to allow custom config overrides. Added helper methods for creating a distributed notary cluster.
2016-11-25 17:09:57 +00:00
Clinton Alexander
8119a343fe
Merged in clint-rpcuserscordform (pull request #554 )
...
Added RPC user configuration block
2016-11-25 17:08:47 +00:00
Clinton Alexander
5af5cc100a
Updated documentation to reflect current gradle plugins build cycle.
2016-11-25 16:56:09 +00:00
Clinton Alexander
1d789d3a45
Fixed gradle plugins version.
2016-11-25 16:39:18 +00:00
Patrick Kuo
55ea753c52
Added dev mode to the example config
2016-11-25 16:35:43 +00:00
Clinton Alexander
2d444fe42b
Re-unified the gradle plugin versions.
2016-11-25 16:34:32 +00:00
Patrick Kuo
be81e9b620
permissioning doc
2016-11-25 16:33:00 +00:00
Clinton Alexander
94166484ca
Fixed whitespace issue and documentation.
2016-11-25 16:21:02 +00:00
Clinton Alexander
1e025bded2
Moved the version numbers for the gradle plugins into the individual projects. Added RPC user configuration block. Reformated groovy code with IntelliJ auto refactor.
2016-11-25 15:52:33 +00:00
Andras Slemmer
ceabafdfb0
Merged in aslemmer-node-network-docs (pull request #513 )
...
docs: setting-up-a-corda-network
2016-11-25 15:37:20 +00:00
Andras Slemmer
44d1b79ef9
docs: Address PR 513 comments
2016-11-25 15:33:04 +00:00
Andras Slemmer
720bb55827
docs: setting-up-a-corda-network
2016-11-25 15:32:33 +00:00
Mike Hearn
aa629f74ca
Change startup message of the day
2016-11-25 14:30:40 +01:00
Mike Hearn
4672c78ebd
Fix logging regression that caused non-Corda logging to be disabled
2016-11-25 14:30:00 +01:00
Mike Hearn
d2e8f8e0a9
Regen docsite
2016-11-25 13:10:21 +01:00
Mike Hearn
8d773d951b
Docs: fix broken image links
2016-11-25 13:08:57 +01:00
Clinton Alexander
7858a76542
Merged in clint-gpgpassword (pull request #541 )
...
Due to updated GPG key that requires a passphrase a passphrase block has been added.
2016-11-24 18:24:46 +00:00
Clinton Alexander
3c8b544aae
Merged in clint-pomdevs (pull request #543 )
...
Added a required section for publishing POMs to maven central.
2016-11-24 18:21:44 +00:00
Andras Slemmer
87bd97d0c7
Check for duplicate transaction records
2016-11-24 18:00:04 +00:00
Patrick Kuo
cd34f3ae16
Merged in pat-explorer-more-changes (pull request #505 )
...
Pat explorer more changes
2016-11-24 17:47:01 +00:00
Rick Parker
44e09f3366
Merged in parkri-remove-intermittent-error-at-start (pull request #542 )
...
Remove race condition and intermittent logged error at node start up regarding "Queue created for a peer that we don't know from the network map".
2016-11-24 16:30:14 +00:00
Rick Parker
699710b736
Merged in parkri-remove-quasar-scan (pull request #540 )
...
quasarScan removal. It's no longer required by our code base.
2016-11-24 16:28:44 +00:00
rick.parker
8ec21eedb3
quasarScan removal.
2016-11-24 16:27:51 +00:00
Patrick Kuo
fbf952a1ab
Explorer corda branding
2016-11-24 15:46:50 +00:00
Jose Coll
f6f896d072
Kryo registration of Observable with explicit ID.
2016-11-24 15:39:08 +00:00
Rick Parker
95c404bb67
Merged in parkri-docs-changes-part-1 (pull request #515 )
...
Fix up and improve some docs relating to persistence and protocols
2016-11-24 15:33:27 +00:00
rick.parker
492005bcfe
Fix up and improve some docs
2016-11-24 15:06:10 +00:00
Clinton Alexander
0c80344737
Added a required section for publishing POMs to maven central.
2016-11-24 13:44:11 +00:00
rick.parker
b20baff54c
Remove race condition and intermittent logged error at node start up regarding "Queue created for a peer that we don't know from the network map".
2016-11-24 13:14:07 +00:00
Clinton Alexander
481ce1992e
Due to updated GPG key that requires a passphrase a passphrase block has been added.
2016-11-24 12:04:05 +00:00
Rick Parker
b4288cf9dc
Merged in parkri-fix-index-dot-rst (pull request #539 )
...
Fix bad merge on index.rst
2016-11-24 08:22:03 +00:00