mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
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.
cd73161513
* CORDA-2870 Add `reason` and `remedy` to `LocalTypeInformation.NonComposable` When creating `LocalTypeInformation.NonComposable` pass in the `reason` a type was not composable and the `remedy` to fix it. This required changes in `LocalTypeInformationBuilder` to pass in this extra information so that it can be used later. The message that the `ObjectSerializer` includes in its `NotSerializableException` now includes the extra information about the non composable type. * CORDA-2870 Include custom serializers in serialization error message In `ObjectSerializer`, when a serialization exception is thrown, include the registered custom serializers + their classloaders as part of the error message. This required making properties on `CustomSerializerRegistry` and `LocalSerializerFactory` public. Tidy up `LocalTypeInformationBuilder` error message text for transitive non-composable types. * CORDA-2870 Tidy up error thrown for unserializable objects Fix `DeserializeSimpleTypesTests` and tidy up the code in `ObjectSerializer` a bit. * CORDA-2870 Remove non-composable warning logs in `LocalTypeInformationBuilder` The flag `warnIfNonComposable` and its corresponding log lines are not needed now that the non-composable error messages contain a lot of information in them. The `warnIfNonComposable` flag is now incorrect and has been renamed to `validateProperties` and the function `suppressWarningsAnd` has been changed to `suppressValidation`. `propertyDescriptors` has also had its input boolean changed to `validateProperties` to better represent what it is doing. * CORDA-2870 Remove need for casting by moving variable to interface Expose `customSerializerNames` in `LocalSerializerFactory` and `CustomSerializerFactory`. |
||
---|---|---|
.ci | ||
.github | ||
.idea | ||
buildSrc | ||
client | ||
common | ||
confidential-identities | ||
config | ||
core | ||
core-deterministic | ||
create-jdk8u | ||
djvm | ||
docker | ||
docs | ||
experimental | ||
finance | ||
gradle/wrapper | ||
isolated | ||
jdk8u-deterministic | ||
lib | ||
node | ||
node-api | ||
release-tools | ||
samples | ||
serialization | ||
serialization-deterministic | ||
testing | ||
tools | ||
webserver | ||
.gitignore | ||
build.gradle | ||
buildCacheSettings.gradle | ||
constants.properties | ||
CONTRIBUTING.md | ||
CONTRIBUTORS.md | ||
deterministic.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle | ||
TRADEMARK |
Corda
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.
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
Getting started
- Read the Getting Started documentation
- Run the Example CorDapp
- Read about Corda's Key Concepts
- Follow the Hello, World! tutorial
Useful links
- Project Website
- Mailing List
- Documentation
- Stack Overflow Tag
- Slack Channel
- Meetups
- Training Courses
Contributing
Corda is an open-source project and contributions are welcome!
To find out how to contribute, please see our contributing docs.
License
Acknowledgements
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.