Mike Hearn
|
3200b77582
|
Tech white paper: more review comments addressed
|
2016-11-22 15:13:44 +01:00 |
|
Mike Hearn
|
6aa5f0a4b5
|
Minor: better plugin name printing in the banner
|
2016-11-22 15:04:15 +01:00 |
|
Mike Hearn
|
dcf7a8022f
|
Fix some run configurations I broke without realising when I add a @file:JvmName annotation to the IRS demo
|
2016-11-22 15:04:15 +01:00 |
|
Mike Hearn
|
3743438b57
|
Cleanup: Delete a couple of run configs we don't need any more.
|
2016-11-22 15:04:14 +01:00 |
|
Mike Hearn
|
901d02d684
|
Add another hack to the root build.gradle, this time to fix the initial IntelliJ import that had become very rough due to the IDE not realising that it should be treated as a Java 8 project.
|
2016-11-22 15:04:14 +01:00 |
|
Clinton Alexander
|
1660ec95b8
|
Merged in clint-readme (pull request #511)
Updated Readme, new license file and contributor file
|
2016-11-22 11:58:24 +00:00 |
|
Clinton Alexander
|
6cb8097e76
|
Using the tutorial cordapp documentation link instead of older documentation.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
251c87c035
|
Addressed some review comments about the license and readmes.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
c62d35571c
|
Added more to the license.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
58c4699aed
|
Added developer certificate of origin.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
5476e48b56
|
Added a convenience HTML file for redirecting to the main docs.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
9b69c08003
|
Correct license text, replaced confusing feature with more descriptive text.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
2ba07839bd
|
Added first draft of readme.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
1b943951f0
|
Removed redundant information in the readme.
|
2016-11-22 11:56:46 +00:00 |
|
Clinton Alexander
|
29ca16681d
|
Moved licence
|
2016-11-22 11:56:46 +00:00 |
|
Mike Hearn
|
a70136f775
|
Minor: fix startup time calculation, fix demos to print things to stdout instead of log.info
|
2016-11-22 12:41:05 +01:00 |
|
Mike Hearn
|
4c8e80f668
|
Change gradle project name to corda-project.
|
2016-11-22 12:41:05 +01:00 |
|
Richard Green
|
88c038e7ed
|
Merged in rg_glossary_docs (pull request #512)
Adding glossary
|
2016-11-22 11:36:47 +00:00 |
|
Richard Green
|
4f6ad344fe
|
Adding glossary
|
2016-11-22 11:35:57 +00:00 |
|
Roger Willis
|
81b9cd6840
|
Merged in rog-party-participants-comment (pull request #510)
Added comment around usage of 'parties' in DealStates.
|
2016-11-22 09:47:40 +00:00 |
|
Andrius Dagys
|
93505d5e2e
|
Merged in andrius-rename-bits (pull request #508)
|
2016-11-22 08:26:37 +00:00 |
|
Clinton Alexander
|
590bf2724c
|
Merged in clint-deployfix (pull request #514)
Fixed another cordformation bug caused by having them in a non-root project.
|
2016-11-21 17:53:55 +00:00 |
|
Clinton Alexander
|
f4ab8dc96d
|
Added modules back to gitignore.
|
2016-11-21 17:32:46 +00:00 |
|
Clinton Alexander
|
7ff8b00666
|
Fixed another cordformation bug caused by having them in a non-root project.
|
2016-11-21 17:09:48 +00:00 |
|
Mike Hearn
|
235cee6727
|
Add a startup banner and suppress console logging unless --log-to-console is passed on the command line.
|
2016-11-21 16:08:36 +01:00 |
|
RogerWillis
|
1be32da0f5
|
Added comment around usage of 'parties' in DealStates.
|
2016-11-21 15:00:55 +00:00 |
|
Andrius Dagys
|
78e568128c
|
Merged in andrius-pkt-rename (pull request #506)
|
2016-11-21 14:58:26 +00:00 |
|
Mike Hearn
|
7c80971436
|
Remove .idea/modules.xml
|
2016-11-21 15:55:40 +01:00 |
|
Andrius Dagys
|
dce290f8ec
|
Recompile isolated.jar
|
2016-11-21 14:47:19 +00:00 |
|
Andrius Dagys
|
64299591c3
|
Rename PublicKeyTree -> CompositeKey and unify terminology across documentation.
|
2016-11-21 14:47:19 +00:00 |
|
Clinton Alexander
|
e34820a480
|
Merged in clint-cordformdepsfix (pull request #509)
Fixed some issues and inconsistencies with gradle plugins
|
2016-11-21 14:21:17 +00:00 |
|
Clinton Alexander
|
38f7a10b62
|
Updated quasar utils to newest version.
|
2016-11-21 13:49:04 +00:00 |
|
Clinton Alexander
|
1f81ac2cc0
|
Fixed an exception caused when quasar plugin runs on root.
|
2016-11-21 13:47:54 +00:00 |
|
Clinton Alexander
|
2e73b16454
|
Removed redundant configuration in samples that misled developers. Fixed the dependency on Cordformation plugin.
|
2016-11-21 13:46:30 +00:00 |
|
Andrius Dagys
|
635ee8df79
|
Rename bits -> bytes, as it normally indicates a byte array
|
2016-11-21 13:02:27 +00:00 |
|
Clinton Alexander
|
063dbec505
|
Merged in clint-bintray (pull request #496)
Removed duplicate gradle plugins and added bintray publishing tasks
|
2016-11-21 11:20:13 +00:00 |
|
Roger Willis
|
31dd93523b
|
Merged in rog-additional-compiler-warning-fixes (pull request #502)
Fixed an additional 2 compiler warnings.
|
2016-11-21 11:07:03 +00:00 |
|
Richard Green
|
78ab18b739
|
Merged in rg_fix_simm_three_nodes (pull request #503)
Change moved over from samples repo; three nodes for SIMM demo
|
2016-11-21 10:55:52 +00:00 |
|
Andrius Dagys
|
9256056ebc
|
Moved distributed notary tests to integration-test. Stopped using full date as the test folder name.
|
2016-11-21 09:59:08 +00:00 |
|
Richard Green
|
a1b381eefa
|
Change moved over from samples repo; three nodes for SIMM demo
|
2016-11-20 14:16:50 +00:00 |
|
Richard Green
|
50415d2afa
|
Merged in rg_doc_changes_2 (pull request #500)
Changes from a doc review that were omitted in first PR, also changes from corda=samples repo
|
2016-11-20 13:39:10 +00:00 |
|
Richard Green
|
d665347aa0
|
From doc review
|
2016-11-20 12:13:09 +00:00 |
|
Richard Green
|
e4f00825a4
|
From document review
|
2016-11-20 12:12:20 +00:00 |
|
RogerWillis
|
33c80a7091
|
Fixed an additional 2 compiler warnings.
|
2016-11-19 18:46:41 +00:00 |
|
Andrius Dagys
|
3110a9bb64
|
Merged in andrius-distributed-notary-2 (pull request #480)
|
2016-11-18 18:24:57 +00:00 |
|
Richard Green
|
5271c39c76
|
Merged in rg_useTestClock_fix (pull request #501)
Fixing test clock cordformation dsl
|
2016-11-18 18:23:23 +00:00 |
|
Richard Green
|
c7fedb95f8
|
Fixing test clock cordformation dsl
|
2016-11-18 18:17:02 +00:00 |
|
Andrius Dagys
|
0d56846b1b
|
Added a distributed notary that uses the Raft consensus algorithm (implemented by Copycat).
The notary operates by storing committed input states in a map state machine which is replicated across the Copycat cluster.
|
2016-11-18 18:13:19 +00:00 |
|
Roger Willis
|
b9ef1f1ade
|
Merged in rog-compiler-warning-fixes (pull request #499)
Rog compiler warning fixes
|
2016-11-18 18:00:00 +00:00 |
|
Clinton Alexander
|
2e4569ca01
|
Merged in clint-deploynodesfix (pull request #497)
Fixed deploynodes not producing any artifacts for cordformation.
|
2016-11-18 17:59:07 +00:00 |
|