mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Update documentation for M11.1. (#685)
This commit is contained in:
parent
e995eac5d0
commit
b7fe8d6b3c
@ -51,6 +51,14 @@ UNRELEASED
|
|||||||
point we will support the ability for a node to have multiple versions of the same flow registered, enabling backwards
|
point we will support the ability for a node to have multiple versions of the same flow registered, enabling backwards
|
||||||
compatibility of CorDapp flows.
|
compatibility of CorDapp flows.
|
||||||
|
|
||||||
|
Milestone 11.1
|
||||||
|
--------------
|
||||||
|
|
||||||
|
* Fix serialisation error when starting a flow.
|
||||||
|
* Automatically whitelist subclasses of `InputStream` when serialising.
|
||||||
|
* Fix exception in DemoBench on Windows when loading CorDapps into the Node Explorer.
|
||||||
|
* Detect when localhost resolution is broken on MacOSX, and provide instructions on how to fix it.
|
||||||
|
|
||||||
Milestone 11.0
|
Milestone 11.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ And a simple example CorDapp for you to explore basic concepts is available here
|
|||||||
|
|
||||||
You can clone these repos to your local machine by running the command ``git clone [repo URL]``.
|
You can clone these repos to your local machine by running the command ``git clone [repo URL]``.
|
||||||
|
|
||||||
By default, these repos will be on the unstable ``master`` branch. You should check out the latest milestone release instead by running ``git checkout release-M11``.
|
By default, these repos will be on the unstable ``master`` branch. You should check out the latest milestone release instead by running ``git checkout release-M11.1``.
|
||||||
|
|
||||||
Next steps
|
Next steps
|
||||||
----------
|
----------
|
||||||
@ -169,4 +169,4 @@ Once you have these demos running, you may be interested in writing your own Cor
|
|||||||
:doc:`tutorial-cordapp`.
|
:doc:`tutorial-cordapp`.
|
||||||
|
|
||||||
If you encounter any issues, please see the :doc:`getting-set-up-fault-finding` page, or get in touch with us on the
|
If you encounter any issues, please see the :doc:`getting-set-up-fault-finding` page, or get in touch with us on the
|
||||||
`forums <https://discourse.corda.net/>`_ or via `slack <http://slack.corda.net/>`_.
|
`forums <https://discourse.corda.net/>`_ or via `slack <http://slack.corda.net/>`_.
|
||||||
|
@ -5,7 +5,7 @@ Welcome to the Corda documentation!
|
|||||||
current state of the code. `Read the docs for milestone release M11.0 <https://docs.corda.net/releases/release-M11.0/>`_.
|
current state of the code. `Read the docs for milestone release M11.0 <https://docs.corda.net/releases/release-M11.0/>`_.
|
||||||
|
|
||||||
`Corda <https://www.corda.net/>`_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable)
|
`Corda <https://www.corda.net/>`_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable)
|
||||||
release is M11.0. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
|
release is M11.1. The codebase is on `GitHub <https://github.com/corda>`_, and our community can be found on
|
||||||
`Slack <https://slack.corda.net/>`_ and in our `forum <https://discourse.corda.net/>`_.
|
`Slack <https://slack.corda.net/>`_ and in our `forum <https://discourse.corda.net/>`_.
|
||||||
|
|
||||||
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction
|
If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction
|
||||||
|
Loading…
Reference in New Issue
Block a user