> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/cc-enterprise/creditcoin-change-log/version-2.0-2022-03-23.md).

# Version 2.0 - 2022-03-23

* Launched the beta version of Creditcoin 2.0 network using the Substrate framework.
* Enabled "Register Deal Order" command which essentially allows preliminary recording of a loan - encapsulating the Creditcoin commands Add Ask Order, Add Bid Order, Add Offer and Add Deal Order.
* Creditcoin command Complete Deal Order is now renamed Fund Deal Order.
* Updated all Creditcoin repositories on Github to reflect the change as 'official'; re-labeled older Sawtooth repositories as 'legacy'.
* Improved mining setup making it significantly easier and quicker to set up a mining node; updated mining documentation in this document.
* Improved block time stability; dramatically increased peering reliability reducing the number of forks within the network.
* Exposed new network telemetry:&#x20;
  * Preliminary telemetry can be read at: <https://telemetry.polkadot.io/#/0xdd954cbf4000542ef1a15bca509cd89684330bee5e23766c527cdb0d7275e9c2>

A temporary block explorer exists at:

<https://polkadot.js.org/apps/#/explorer?rpc=wss://rpc.mainnet.creditcoin.network/ws>

**For more information about this transition to Substrate, please see our** [**Medium Post "Creditcoin 2.0"**](https://medium.com/creditcoin-foundation/creditcoin-2-0-d9bbca02991a)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.creditcoin.org/cc-enterprise/creditcoin-change-log/version-2.0-2022-03-23.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
