Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Go to file
szymonsztuka 416d4ecaeb
ENT-1428 Vault queries - change SQL generation for aggregate function in 'group by' clause. (#426)
Vault queries: 'order by' function aggregation e.g. 'order by sum(col)' is replaced by the position of the selected column (e.g. 'order by 1').
Rationale: NonStop database doesn't support aggregation function in order by clause e.g. 'order by (sum col_x)'. I couldn't find a way to force Hibernate to produce alias e.g. ' select sum(col_x) as alias_x... order by also_x ...',   and the only solution supported by all db an HPE NonStop is to use positional parameter e.g. 'select sum(col_x) as alias_x... order by 1 ...'
2018-04-30 09:45:15 +01:00
.ci Enable integration tests to run doorman against remote database (part of ENT-1447) (#776) 2018-04-27 09:57:16 +01:00
.github Adjustments to the PR checklist 2017-09-20 16:58:31 +02:00
.idea Merge remote-tracking branch 'remotes/open/master' into merges/april-27-09-38 2018-04-27 10:12:15 +01:00
bridge Add Artemis round-robin support for node hot-cold in-process Artemis modes. 2018-04-23 16:14:10 +01:00
buildSrc Merge pull request #520 from corda/merges/march-6-16-56 2018-03-06 18:58:48 +00:00
client [Bug fix] - explorer doesn't remove node from network view. (#779) 2018-04-26 13:19:06 +01:00
confidential-identities Merge remote-tracking branch 'open/master' into andrius-merge-03-09 2018-03-09 16:09:59 +00:00
config Merge remote-tracking branch 'open/master' into ags_2018-03-12 2018-03-12 11:25:46 +00:00
core Merge remote-tracking branch 'open-source/master' into thomas-merge 2018-04-26 14:47:29 +01:00
docs Merge remote-tracking branch 'remotes/open/master' into merges/april-27-09-38 2018-04-27 10:12:15 +01:00
experimental Merge remote-tracking branch 'remotes/open/master' into merges/april-27-09-38 2018-04-27 10:12:15 +01:00
finance Fix SQL statement used by CashSelection on Oracle database. (#781) 2018-04-26 16:05:18 +01:00
gradle/wrapper Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
lib Switch to using our own quasar fork with thread leak fix (#2443) 2018-02-14 17:32:00 +00:00
network-management Merge pull request #785 from corda/merges/april-27-09-38 2018-04-27 17:26:50 +07:00
node ENT-1428 Vault queries - change SQL generation for aggregate function in 'group by' clause. (#426) 2018-04-30 09:45:15 +01:00
node-api Merge remote-tracking branch 'remotes/open/master' into merges/april-27-09-38 2018-04-27 10:12:15 +01:00
perftestcordapp ENT-1791 Stop performance tests returning whole transactions (#752) 2018-04-23 16:55:55 +01:00
samples Merge commit '5f70b6e04954a6dc64a1a56089eeccb2966bb0ae' into chrisr3-os-merge 2018-04-24 18:09:41 +01:00
sgx-jvm Merge pull request #771 from corda/chrisr3-os-merge 2018-04-24 19:22:23 +01:00
testing Enable integration tests to run doorman against remote database (part of ENT-1447) (#776) 2018-04-27 09:57:16 +01:00
tools Merge remote-tracking branch 'remotes/open/master' into merges/april-27-09-38 2018-04-27 10:12:15 +01:00
verify-enclave Merge pull request #771 from corda/chrisr3-os-merge 2018-04-24 19:22:23 +01:00
webserver Update integration test setup in database mode after OS->ENT merge (#732) 2018-04-13 15:28:07 +01:00
.gitignore Merge commit '86fb1ed852c69121f989c9eeea92cfb4c27f9d13' into aslemmer-merge-19-Feb 2018-02-19 16:14:43 +00:00
build.gradle Merge branch 'master' into colljos-merge-230418 2018-04-23 12:12:16 +01:00
constants.properties Merge commit '5f70b6e04954a6dc64a1a56089eeccb2966bb0ae' into chrisr3-os-merge 2018-04-24 18:09:41 +01:00
CONTRIBUTORS.md [CORDA-792] Standalone Shell (#2663) 2018-03-07 09:57:32 +00:00
gradle.properties Introduced copyright in all source files. (#519) 2018-03-06 17:29:21 +00:00
gradlew Upgraded to gradle 4.1. 2017-08-23 15:36:08 +01:00
gradlew.bat Upgrade gradle to 4.4.1 2018-01-24 16:15:43 +00:00
README.md Merge remote-tracking branch 'open/master' into colljos-merge-171117 2017-11-17 15:11:24 +00:00
settings.gradle ENT-992: Introducing the CRR submission tool (#633) 2018-04-03 08:33:22 +01:00

Corda

Corda Enterprise

Corda Enterprise is R3's closed source patch set on top of Corda Open Source. It adds features and improvements that we plan to charge for.

Corda is a decentralised database system in which nodes trust each other as little as possible.

Features

  • Smart contracts that can be written in Java and other JVM languages
  • Flow framework to manage communication and negotiation between participants
  • Peer-to-peer network of nodes
  • "Notary" infrastructure to validate uniqueness and sequencing of transactions without global broadcast
  • Enables the development and deployment of distributed apps called CorDapps
  • Written in Kotlin, targeting the JVM

Extra features

  • Doorman
  • SOCKS relaying
  • Flow triage screen in Explorer
  • No stupid jokes at startup
  • SGX

Getting started

  1. Read the Getting Started documentation
  2. Run the Example CorDapp
  3. Read about Corda's Key Concepts
  4. Follow the Hello, World! tutorial

Contributing

Please read here.

License

Apache 2.0

Acknowledgements

YourKit

YourKit supports open source projects with its full-featured Java Profiler.

YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.