mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
ae2183c8a1
* Change to using strings in CordformContext; X500Name is an external API dependency we're trying to avoid, X500Principal rearranges the order of the elements in a way we don't want, and trying to put CordaX500Name into Groovy in the time available is impractical. As such having pre-formatted strings used in the Cordform plugin makes most sense right now. * Remove uses of CordaX500Name.x500 * Remove old X.500 parsing tools * Move CordaX500Name.x500 into X500NameUtils * Move X500NameUtils into internal |
||
---|---|---|
.. | ||
src/main/java/net/corda/cordform | ||
build.gradle | ||
README.md |
Cordform Common
This project contains common node types that both the Corda gradle plugin suite and Corda project require in order to build Corda nodes.