# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
