corda/docs/source/upgrade-notes.rst
josecoll dd3d8ba626 Merge release-v1 onto master (mostly documentation changes) (#1797)
* Updated corda release version to 1.0.0.RC2 (#1641)

* Fixed Simm Valuation Demo Test and enable serializabe java 8 lambdas. (#1655)

* [CORDA-624] Node Explorer on Issuing cash throws MissingContractAttachements exception (#1656)

(cherry picked from commit 27fea4d)

* BIGINT fix for H2 coin selection. (#1658)

* BIGINT fix for H2 coin selection.

* Review feedback

* CORDA-637 Node Explorer shows Network Map Service in Cash Issue dropdown (#1665)

* [CORDA-637] Node Explorer shows Network Map Service in Cash Issue dropdown

* add TODO to remove the hack

* Declare this internal message string as "const". (#1676)

* Merge "A variety of small fixes" into the 1.0 release branch (#1673)

* Minor: improve javadocs in NodeInfo

* Minor: use package descriptions in Kotlin build of api docs too, not just javadocs.

* RPC: make RPCConnection non-internal, as it's a core API. Move docs around so they're on public API not internal API.

* Add an IntelliJ scope that covers the currently supported Corda API.

This is useful when used in combination with the "Highlight public
declarations with missing KDoc" inspection.

* Ironic: upgrade the version of the Gradle plugin that checks for upgraded versions of things.

It had broken due being incompatible with the new versions of Gradle
itself.

* Docs: flesh out javadocs on ServiceHub

* Docs: add @suppress to a few things that were polluting the Dokka docs.

* Docs: mention RPC access in NodeInfo javadoc

* IRS Fixes to bring UI closer to declared financial types (#1662)

* Made problematic CordaRPCClient c'tor private (with internal bridge methods) and added correct c'tors for public use. (#1653)

initialiseSerialization param has also been removed.

* Fixing flow snapshot feature (#1685)

* Fix validating notary flow to handle notary change transactions properly. (#1687)

Add a notary change test for checking longer chains involving both regular and notary change transactions.

* Unification of VaultQuery And VaultService APIs (into single VaultService interface) to simplify node bootstrapping and usability. (#1677) (#1688)

* Identity documentation (#1620)

* Sketch initial identity docs

* Restructure confidential identity docs to better fit structure

* Split confidential identities into API and concepts

* Further expansion on basic identity conceptS

* Merge Party type into api-identity.rst

* Address feedback on written content

* Rework inline code with literalinclude

* Start addressing feedback from Richard

* Clarify use of "counterparty"

* Address comments on key concepts

* Correct back to US english

* Clarify distribution/publishing of identities

* Update changelog around confidential identities

* CORDA-642 Notary demo documentation fixes (#1682)

* Notary demo documentation fixes.

* One of the tables is prefixed.

* CORDA-641: A temporary fix for contract upgrade transactions (#1700)

* A temporary fix for contract upgrade transactions:
during LedgerTransaction verification run the right logic based on whether
it contains the UpgradeCommand.

* Move ContractUpgradeFlowTest away from createSomeNodes()

* Remove assembleBareTx as it's not used

* Update corda version tag to 1.0.0-RC3 (#1705)

* Hide SerializationContext from public API on TransactionBuilder (#1707)

* Hide SerializationContext from public API on TransactionBuilder

(cherry picked from commit 6ff7b7e)

* Hide SerializationContext from public API on TransactionBuilder

(cherry picked from commit 6ff7b7e)

* Address feedback on confidential identities docs (#1701)

* Address minor comments on confidential identities docs

* Expand on implementation details of confidential identities

* Cleanup

* Clarify details of the data blob in the swap identites flow

* Add that certificate path is not made public for confidential identities

* FlowSession docs (#1693)

* FlowSession docs (#1660)

* FlowSession docs

* PR comments

* Milder example flow name

* Fixes bugs with contract constraints (#1696)

* Added schedulable flows to cordapp scanning

Fixed a bug where the core flows are included in every cordapp. Added a test to prove the scheduled flows are loaded correctly. Added scheduled flow support to cordapp.

Renabled broken test.

Fixed test to prove cordapps aren't retreived from network.

Review fixes.

Fixed a test issue caused by gradle having slightly different paths to IntelliJ

* Fixed test for real this time.

* Consistent use of CordaException and CordaRuntimeException (#1710)

* Custom exceptions in corda, should either derive from an appropriate closely related java exception, or CordaException, or CordaRuntimeException. They should not inherit just from Exception, or RuntimeException.

Handle PR comments

Add nicer constructors to CordaException and CordaRuntimeException

* Fix ambiguous defaulted constructor

* Add @suppress (#1725)

* Git-ignore Node Explorer config. (#1709)

* add message warning windows users they might need to manually kill explorer demo nodes started by gradle (#1717) (#1726)

* Misc documentation fixes (#1694)

(cherry picked from commit 592896f)

* Document -parameters compiler arg for Java CorDapps. (#1712)

* Correct non-anonymous two party trade flow (#1731)

* Parameterize TwoPartyTradeFlowTests to confirm deanonymised functionality works.
* Correct handling of counterparty using well known identity in TWoPartyTradeFlow

* CORDA-594 - SIMM Demo doc update (#1723) (#1735)

* CORDA-594 - SIMM Demo doc update

For V1 write a series of JSON / curl commands a user can follow to run
the demo

* Review Comments

* Updated the rationale behind as to why SIMM was introduced.

* typo

* Cordapps now have a name field. (#1664)

Corrected cordapp name generation.

Added changelog entry.

* Small API fixes against M16 (#1737)

* Move CompositeSignaturesWithKeys into net.corda.core.crypto package.

(cherry picked from commit 8f29562)

* Rename and move CordaPluginRegistry to reflect its real purpose now.
Simplify serialization code a bit.

(cherry picked from commit e2ecd3a)

* Docs: docsite improvements

* Remove discussion of webserver from 'writing a cordapp' page.
* Fixup some flow docs.
* Add a couple more package descriptions.

(cherry picked from commit 2aedc43)

* Review comments

(cherry picked from commit ba1d007)

* Review comments - always apply default whitelist and no longer load it via ServiceLoader

(cherry picked from commit 7d4d7bb)

* Added wording about renaming services resource file

* Update corda version tag to 1.0.0-RC4 (#1734)

* Update corda version tag to 1.0.0-RC3

* Update corda version tag to 1.0.0-RC4

* Update build.gradle

* V1 tests and fixes for the ContractConstraints work (#1739)

* V1 tests and fixes for the ContractConstraints work

* More fixes.

* Added a contract constraints section to the key concepts doc. (#1704)

Documentation for contract constraints.

Added to index.

Review fixes round 1.

More review fixes.

Review fixes.

Explained package contents.

review fixes.

Addressed RGB's final review comments.

Updated source code type to 'java'

* Fixes dead links. (#1749)

* Update gradle plugins version to 1.0.0 (#1753)

* Update Readme (#1756)

* Update Readme

Minor tweaks to Readme -- consistent capitalisation and more descriptive list of features (also reordered to put the important things first)

* Copied master readme.

* Update Readme

Minor tweaks to Readme -- consistent capitalisation and more descriptive list of features (also reordered to put the important things first)

* Fixes .rst formatting. (#1751)

* Updates tutorials. (#1649)

* Updates tutorials.

* Addresses review comments.

* Tutorial refresh for v1.0 and moving of code into separate files. (#1758)

* Moves code sections in tutorials to code files.

* Removes wallet references.

* Updates repo layout doc.

* Removes remaining cordapp-tutorial references, replaced with cordapp-example.

* Fixes broken link.

* Misc docs fixes.

* Refreshes the ServiceHub and rpc ops api pages.

* Updates the cheat sheet.

* Updates cookbooks.

* Refreshes the running-a-notary tutorial.

* Updates flow-testing tutorial

* Updates tear-offs tutorial.

* Refreshes integration-testing tutorial.

* Updates to contract tutorial and accompanying code to bring inline with V1 release.

* Refreshes contract-upgrade tutorial.

* Fixed broken code sample in "writing a contract" and updated contracts dsl.

* Added contract ref to java code. Fixed broken rst markup.

* Updates transaction-building tutorial.

* Updates the client-rpc and flow-state-machines tutorials.

* Updates the oracles tutorial.

* Amended country in X500 names from "UK" to "GB"

* Update FlowCookbook.kt

* Amended cheatsheet. Minor update on contract upgrades tutoraial.

* Added `extraCordappPackagesToScan` to node driver.

* Changes to match new function signature.

* Update to reflect change in location of cash contract name.

* CORDA-670: Correct scanned packages in network visualiser (#1763)

* Add CorDapp dependency of IRS to network visualiser

* Set CorDapp directories

* Checking out the latest milestone will no longer be required. (#1761)

* Updated documentation indices (#1754)

* Update documentation indices.

* Reference a moveable tag for V1 docs.
Remove redundant warning text.

* Reverted proposed usage of new docs release tag

* Minor: print a deprecation warning when the web server starts. (#1767)

* Release and upgrade notes for V1.0 (#1736)

* Release and upgrade notes for V1.0

* Update changelog.rst

* Update changelog.rst

* Formatting.

* Incorporating review feedback from KB and MN.

* "guarantee" instead of "promise"

* Updated with final review comments from KB and RGB.

* Updated upgrade notes to describe migration from removed CordaPluginRegistry.

* Minor clarification.

* Minor updates following final RGB feedback.

* Kat's further pedantic feedback

* Minor changes following feedback from KB.

* Incorporating review feedback from MH.

* killed 'patent-pending'

* Made the visualiser into a regular JVM module - not a CorDapp. (#1771)

* Docs: more package descriptions and take non-stabilised APIs out of the docs build. (#1775)

* Update corda version tag to 1.0.0

* Updated release notes to fix minor typos (#1779)

Fixed bold type on simplified annotation driven scanning bullet and added bold type to module name bullets

* Fixed drop down.. probably. (#1780)

* fixed formatting for release notes. (#1782)

* Improve API page wording (#1784)

* Removed "unreleased" sections from the release notes and change log.

* Merge remote-tracking branch 'origin/release-V1' into colljos-merge-v1-docs

# Conflicts:
#	build.gradle
#	client/jfx/src/main/kotlin/net/corda/client/jfx/model/NodeMonitorModel.kt
#	client/rpc/src/main/kotlin/net/corda/client/rpc/CordaRPCClient.kt
#	client/rpc/src/main/kotlin/net/corda/client/rpc/PermissionException.kt
#	constants.properties
#	core/src/main/kotlin/net/corda/core/flows/FlowSession.kt
#	core/src/test/kotlin/net/corda/core/contracts/DummyContractV2Tests.kt
#	core/src/test/kotlin/net/corda/core/flows/ContractUpgradeFlowTest.kt
#	docs/source/api-flows.rst
#	docs/source/api-index.rst
#	docs/source/changelog.rst
#	docs/source/example-code/src/main/java/net/corda/docs/java/tutorial/testdsl/CommercialPaperTest.java
#	docs/source/example-code/src/main/kotlin/net/corda/docs/FlowCookbook.kt
#	docs/source/example-code/src/main/kotlin/net/corda/docs/tutorial/contract/TutorialContract.kt
#	docs/source/example-code/src/main/kotlin/net/corda/docs/tutorial/testdsl/TutorialTestDSL.kt
#	docs/source/hello-world-state.rst
#	docs/source/key-concepts-contract-constraints.rst
#	docs/source/serialization.rst
#	docs/source/tut-two-party-flow.rst
#	docs/source/tutorial-tear-offs.rst
#	node-api/src/main/kotlin/net/corda/nodeapi/internal/serialization/CordaClassResolver.kt
#	node-api/src/test/java/net/corda/nodeapi/internal/serialization/ForbiddenLambdaSerializationTests.java
#	node-api/src/test/java/net/corda/nodeapi/internal/serialization/LambdaCheckpointSerializationTest.java
#	node/src/integration-test/kotlin/net/corda/node/services/AttachmentLoadingTests.kt
#	node/src/integration-test/kotlin/net/corda/services/messaging/MQSecurityTest.kt
#	node/src/main/kotlin/net/corda/node/internal/NodeStartup.kt
#	node/src/test/kotlin/net/corda/node/internal/cordapp/CordappLoaderTest.kt
#	node/src/test/kotlin/net/corda/node/services/NotaryChangeTests.kt
#	samples/attachment-demo/src/main/kotlin/net/corda/attachmentdemo/AttachmentDemo.kt
#	samples/trader-demo/src/main/kotlin/net/corda/traderdemo/TraderDemo.kt
#	testing/node-driver/src/integration-test/kotlin/net/corda/testing/FlowStackSnapshotTest.kt
#	testing/node-driver/src/main/kotlin/net/corda/testing/driver/Driver.kt
#	testing/node-driver/src/main/kotlin/net/corda/testing/node/MockNode.kt
#	webserver/src/main/kotlin/net/corda/webserver/internal/NodeWebServer.kt
2017-10-03 17:32:11 +01:00

14 KiB
Raw Blame History

Upgrade notes

These notes provide helpful instructions to upgrade your Corda Applications (CorDapps) from previous versions, starting from our first public Beta (Milestone 12 <changelog_m12>), to V1.0 <changelog_v1>

General

Always remember to update the version identifiers in your project gradle file:

ext.corda_release_version = '1.0.0'
ext.corda_gradle_plugins_version = '1.0.0'

It may be necessary to update the version of major dependencies:

ext.kotlin_version = '1.1.4'
ext.quasar_version = '0.7.9'

Please consult the relevant release notes of the release in question. If not specified, you may assume the versions you are currently using are still in force.

We also strongly recommend cross referencing with the changelog to confirm changes.

Milestone 14 <changelog_m14> ------------

Build

  • MockNetwork has moved.

    A new test driver module dependency needs to be including in your project: corda-node-driver. To continue using the mock network for testing, add the following entry to your gradle build file:

testCompile "net.corda:corda-node-driver:$corda_release_version"

Note

you may only need testCompile "net.corda:corda-test-utils:$corda_release_version" if not using the Driver DSL.

Configuration

  • CordaPluginRegistry has been removed. The one remaining configuration item customizeSerialisation, which defined a optional whitelist of types for use in object serialization, has been replaced with the SerializationWhitelist interface which should be implemented to define a list of equivalent whitelisted classes. You will need to rename your services resource file to the new class name: 'resources/META-INF/services/net.corda.core.node.CordaPluginRegistry' becomes 'resources/META-INF/services/net.corda.core.serialization.SerializationWhitelist' An associated property on MockNode was renamed from testPluginRegistries to testSerializationWhitelists. In general, the @CordaSerializable annotation is the preferred method for whitelisting as described in serialization

Missing imports

Use the automatic imports feature of IntelliJ to intelligently resolve the new imports.

  • Missing imports for contract types.

    CommercialPaper and Cash are now contained within the finance module, as are associated helpers functions. For example: import net.corda.contracts.ICommercialPaperState becomes import net.corda.finance.contracts.ICommercialPaperState

    import net.corda.contracts.asset.sumCashBy becomes import net.corda.finance.utils.sumCashBy

    import net.corda.core.contracts.DOLLARS becomes import net.corda.finance.DOLLARS

    import net.corda.core.contracts.issued by becomes import net.corda.finance.issued by

    import net.corda.contracts.asset.Cash becomes import net.corda.finance.contracts.asset.Cash

  • Missing imports for utility functions.

    Many common types and helper methods have been consolidated into net.corda.core.utilities package. For example: import net.corda.core.crypto.commonName becomes import net.corda.core.utilities.commonName

    import net.corda.core.crypto.toBase58String becomes import net.corda.core.utilities.toBase58String

    import net.corda.core.getOrThrow becomes import net.corda.core.utilities.getOrThrow

  • Missing flow imports.

    In general all reusable library flows are contained within the core API net.corda.core.flows package. Financial domain library flows are contained within the finance module net.corda.finance.flows package. Other flows that have moved include:

    import net.corda.core.flows.ResolveTransactionsFlow becomes import net.corda.core.internal.ResolveTransactionsFlow

Core data structures

  • Missing Contract override.

    The contract interace attribute legalContractReference has been removed, and replaced by the optional annotation @LegalProseReference(uri = "<URI>")

  • Unresolved reference.

    Calls to AuthenticatedObject are replaced by CommandWithParties

  • Overrides nothing: isRelevant in LinearState.

    Removed the concept of relevancy from LinearState. A ContractState's relevance to the vault is now resolved internally; the vault will process any transaction from a flow which is not derived from transaction resolution verification. The notion of relevancy is subject to further improvements to enable a developer to control what state the vault thinks are relevant.

  • Calls to txBuilder.toLedgerTransaction() now requires a serviceHub parameter.

    Used by the new Contract Constraints functionality to validate and resolve attachments.

Flow framework

  • Flow session deprecations

    FlowLogic communication has been upgraded to use functions on FlowSession as the base for communication between nodes.

    • Calls to send(), receive() and sendAndReceive() on FlowLogic should be replaced with calls to the function of the same name on FlowSession. Note that the replacement functions do not take in a destination parameter, as this is defined in the session.
    • Initiated flows now take in a FlowSession instead of Party in their constructor. If you need to access the counterparty identity, it is in the counterparty property of the flow session.

    See FlowSession for step by step instructions on porting existing flows to use the new mechanism.

  • FinalityFlow now returns a single SignedTransaction, instead of a List<SignedTransaction>

  • TransactionKeyFlow renamed to SwapIdentitiesFlow

    Note that SwapIdentitiesFlow must be imported from the confidential-identities* package ''net.corda.confidential''

Node services (ServiceHub) ^^^^^^^^^^^^^^

  • VaultQueryService: unresolved reference to vaultQueryService.

    Replace all references to <services>.vaultQueryService with <services>.vaultService. Previously there were two vault APIs. Now there is a single unified API with the same functions: VaultService.

  • serviceHub.myInfo.legalIdentity no longer exists; use the ourIdentity property of the flow instead.

    FlowLogic.ourIdentity has been introduced as a shortcut for retrieving our identity in a flow

  • getAnyNotary is gone - use serviceHub.networkMapCache.notaryIdentities[0] instead

    Note: ongoing work to support multiple notary identities is still in progress.

  • ServiceHub.networkMapUpdates is replaced by ServiceHub.networkMapFeed

  • ServiceHub.partyFromX500Name is replaced by ServiceHub.wellKnownPartyFromX500Name Note: A "well known" party is one that isn't anonymous and this change was motivated by the confidential identities work.

RPC Client

  • Missing API methods on CordaRPCOps interface.
    • Calls to verifiedTransactionsFeed() and verifiedTransactions() have been replaced with: internalVerifiedTransactionsSnapshot() and internalVerifiedTransactionsFeed() respectively

      This is in preparation for the planned integration of Intel SGX™, which will encrypt the transactions feed. Apps that use this API will not work on encrypted ledgers: you should probably be using the vault query API instead.

    • Accessing the networkMapCache via services.nodeInfo().legalIdentities returns a list of identities. The first element in the list is the Party object referring to a node's single identity.

      This is in preparation for allowing a node to host multiple separate identities in future.

Testing

Please note that Clauses have been removed completely as of V1.0. We will be revisiting this capability in a future release.

  • CorDapps must be explicitly registered in MockNetwork unit tests.

    This is done by calling setCordappPackages, an extension helper function in the net.corda.testing package, on the first line of your @Before method. This takes a variable number of String arguments which should be the package names of the CorDapps containing the contract verification code you wish to load. You should unset CorDapp packages in your @After method by using unsetCordappPackages() after stopNodes().

  • CorDapps must be explicitly registered in DriverDSL and RPCDriverDSL integration tests.

    Similarly, you must also register package names of the CorDapps containing the contract verification code you wish to load using the extraCordappPackagesToScan: List<String> constructor parameter of the driver DSL.

Finance

  • FungibleAsset interface simplification.

    The FungibleAsset interface has been made simpler. The Commands grouping interface that included the Move, Issue and Exit interfaces have all been removed, while the move function has been renamed to withNewOwnerAndAmount to be consistent with the withNewOwner function of the OwnableState.

    The following errors may be reported:

    • override nothing (FungibleAsset): move
    • not a subtype of overridden FungibleAsset: withNewOwner
    • no longer need to override override val contractHash: SecureHash? = null
    • need to override override val contract: Class<out Contract>? = null

Miscellaneous

  • args[0].parseNetworkHostAndPort() becomes NetworkHostAndPort.parse(args[0])

  • There is no longer a NodeInfo.advertisedServices property.

    The concept of advertised services has been removed from Corda. This is because it was vaguely defined and real world apps would not typically select random, unknown counterparties from the network map based on self-declared capabilities. We will introduce a replacement for this functionality, business networks, in a future release.

Gotchas

  • Beware to use the correct identity when issuing cash:

    The 3rd parameter to CashIssueFlow should be the ** notary ** (not the ** node identity **)

Milestone 13 <changelog_m13> ------------

Core data structures

  • TransactionBuilder changes.

    Use convenience class StateAndContract instead of TransactionBuilder.withItems() for passing around a state and its contract.

  • Transaction building DSL changes:

    • now need to explicitly pass the ContractClassName into all inputs and outputs.
    • ContractClassName refers to the class containing the “verifier” method.
  • Contract verify method signature change.

    override fun verify(tx: TransactionForContract) becomes override fun verify(tx: LedgerTransaction)

  • No longer need to override Contract contract() function.

Node services (ServiceHub) ^^^^^^^^^^^^^

  • ServiceHub API method changes.

    services.networkMapUpdates().justSnapshot becomes services.networkMapSnapshot()

Configuration

  • No longer need to define CordaPluginRegistry and configure requiredSchemas

    Custom contract schemas are automatically detected at startup time by class path scanning. For testing purposes, use the SchemaService method to register new custom schemas: eg. services.schemaService.registerCustomSchemas(setOf(YoSchemaV1))

Identity

  • Party names are now CordaX500Name, not X500Name

    CordaX500Name specifies a predefined set of mandatory (organisation, locality, country) and optional fields (commonName, organisationUnit, state) with validation checking. Use new builder CordaX500Name.build(X500Name(target)) or, preferably, explicitly define X500Name parameters using CordaX500Name constructor.

Testing

  • MockNetwork Testing.

    Mock nodes in node tests are now of type StartedNode<MockNode>, rather than MockNode MockNetwork now returns a BasketOf(<StartedNode<MockNode>>) Must call internals on StartedNode to get MockNode: a = nodes.partyNodes[0].internals b = nodes.partyNodes[1].internals

  • Host and Port change.

    Use string helper function parseNetworkHostAndPort() to parse a URL on startup.

    eg. val hostAndPort = args[0].parseNetworkHostAndPort()

  • The node driver parameters for starting a node have been reordered, and the nodes name needs to be given as an CordaX500Name, instead of using getX509Name

Milestone 12 <changelog_m12> (First Public Beta) -----------------------------------

Core data structures

  • Transaction building

    You no longer need to specify the type of a TransactionBuilder as TransactionType.General TransactionType.General.Builder(notary) becomes TransactionBuilder(notary)

Build

  • Gradle dependency reference changes.

    Module name has changed to include corda in the artifacts jar name:

compile "net.corda:core:$corda_release_version" -> compile "net.corda:corda-core:$corda_release_version"
compile "net.corda:finance:$corda_release_version" -> compile "net.corda:corda-finance:$corda_release_version"
compile "net.corda:jackson:$corda_release_version" -> compile "net.corda:corda-jackson:$corda_release_version"
compile "net.corda:node:$corda_release_version" -> compile "net.corda:corda-node:$corda_release_version"
compile "net.corda:rpc:$corda_release_version" -> compile "net.corda:corda-rpc:$corda_release_version"

Node services (ServiceHub) ^^^^^^^^^^^^^

  • ServiceHub API changes.

    services.networkMapUpdates() becomes services.networkMapFeed() services.getCashBalances() becomes a helper method within the finance module contracts package: net.corda.finance.contracts.getCashBalances

Finance

  • Financial asset contracts (Cash, CommercialPaper, Obligations) are now a standalone CorDapp within the finance module.

    Need to import from respective package within finance module:

    eg. net.corda.finance.contracts.asset.Cash

    Likewise, need to import associated asset flows from respective package within finance module:
    eg. net.corda.finance.flows.CashIssueFlow

    net.corda.finance.flows.CashIssueAndPaymentFlow net.corda.finance.flows.CashExitFlow

  • Moved finance gradle project files into a net.corda.finance package namespace.

    This may require adjusting imports of Cash flow references and also of StartFlow permission in gradle.build files. Associated flows (Cash*Flow, TwoPartyTradeFlow, TwoPartyDealFlow) must now be imported from this package.