mirror of
https://github.com/corda/corda.git
synced 2025-06-17 06:38:21 +00:00
Docs: regenerate the HTML
This commit is contained in:
28
docs/build/html/roadmap.html
vendored
28
docs/build/html/roadmap.html
vendored
@ -82,10 +82,13 @@
|
||||
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="inthebox.html">What’s included?</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting-set-up.html">Getting set up</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="overview.html">Overview</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting-set-up.html">Getting set up</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="">Roadmap</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="">Roadmap</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#milestone-2">Milestone 2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -132,7 +135,26 @@
|
||||
|
||||
<div class="section" id="roadmap">
|
||||
<h1>Roadmap<a class="headerlink" href="#roadmap" title="Permalink to this headline">¶</a></h1>
|
||||
<p>roadmap</p>
|
||||
<p>The canonical place to learn about pending tasks is the <a class="reference external" href="https://r3-cev.atlassian.net/">R3 JIRA</a> site. This
|
||||
page gives some examples of tasks that we wish to explore in future milestones:</p>
|
||||
<p>M1 is this release.</p>
|
||||
<div class="section" id="milestone-2">
|
||||
<h2>Milestone 2<a class="headerlink" href="#milestone-2" title="Permalink to this headline">¶</a></h2>
|
||||
<p>Contracts API:</p>
|
||||
<ul class="simple">
|
||||
<li>Example implementations of more advanced use cases, possibly an interest rate swap.</li>
|
||||
<li>Support for lifting transaction sub-graphs out of the global ledger and evolving them privately within a subgroup
|
||||
of users (helpful for privacy, scalability).</li>
|
||||
<li>An improved unit test DSL.</li>
|
||||
</ul>
|
||||
<p>Platform:</p>
|
||||
<ul class="simple">
|
||||
<li>Storage of states to disk and initial support for network synchronisation (does not have to be the final network
|
||||
layer: just something good enough to get us to the next stage of prototyping).</li>
|
||||
<li>Dynamic loading and first-pass sandboxing of contract code.</li>
|
||||
<li>Simple test/admin user interface for performing various kinds of trades.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user