Update docs for M9 release

This commit is contained in:
Ross Nicoll 2017-03-06 14:19:32 +00:00
parent 61de6a008e
commit b5771743b1
2 changed files with 4 additions and 7 deletions

View File

@ -1,9 +1,6 @@
Welcome to the Corda documentation!
===================================
.. warning:: This build of the docs is from the "|version|" branch, not a milestone release. It may not reflect the
current state of the code. `Read the docs for milestone release M9.0 <https://docs.corda.net/releases/release-M9.0/>`_.
`Corda <https://www.corda.net/>`_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable)
release is M9.0. 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/>`_.

View File

@ -11,10 +11,10 @@ This release focuses on improvements to resiliency of the core infrastructure, w
fault tolerant (BFT) decentralised notary, based on the BFT-SMaRT protocol and isolating the web server from the
Corda node.
With thanks to open source contributor Thomas Schroeter for providing the BFT notary, Corda can now resist malicious
attacks by members of a distributed notary service. If your notary has five members, two can become hacked or malicious
simultaneously and the system continues unaffected!
.. You can read more about this new feature <here>.
With thanks to open source contributor Thomas Schroeter for providing the BFT notary prototype, Corda can now resist
malicious attacks by members of a distributed notary service. If your notary service cluster has seven members, two can
become hacked or malicious simultaneously and the system continues unaffected! This work is still in development stage,
and more features are coming in the next snapshot!
The web server has been split out of the Corda node as part of our ongoing hardening of the node. We now provide a Jetty
servlet container pre-configured to contact a Corda node as a backend service out of the box, which means individual