mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Docs say Crypto Conditions are part of ILP (#2399)
* Fixed 2 PEP257 compliance errors * Upgrade Tendermint to 0.19.7 except for Docker image, which is still at 0.19.2 * Problem: Docs say Crypto Conditions are part of ILP Solution: Edit the docs so they no longer say that
This commit is contained in:
parent
75c22141ad
commit
12740686e9
@ -3,7 +3,7 @@ BigchainDB and Smart Contracts
|
|||||||
|
|
||||||
One can store the source code of any smart contract (i.e. a computer program) in BigchainDB, but BigchainDB won't run arbitrary smart contracts.
|
One can store the source code of any smart contract (i.e. a computer program) in BigchainDB, but BigchainDB won't run arbitrary smart contracts.
|
||||||
|
|
||||||
BigchainDB will run the subset of smart contracts expressible using `Crypto-Conditions <https://tools.ietf.org/html/draft-thomas-crypto-conditions-03>`_. Crypto-conditions are part of the `Interledger Protocol <https://interledger.org/>`_.
|
BigchainDB will run the subset of smart contracts expressible using `Crypto-Conditions <https://tools.ietf.org/html/draft-thomas-crypto-conditions-03>`_.
|
||||||
|
|
||||||
The owners of an asset can impose conditions on it that must be met for the asset to be transferred to new owners. Examples of possible conditions (crypto-conditions) include:
|
The owners of an asset can impose conditions on it that must be met for the asset to be transferred to new owners. Examples of possible conditions (crypto-conditions) include:
|
||||||
|
|
||||||
|
@ -27,9 +27,8 @@ and the other output might have 15 oak trees for another set of owners.
|
|||||||
|
|
||||||
Each output also has an associated condition: the condition that must be met
|
Each output also has an associated condition: the condition that must be met
|
||||||
(by a TRANSFER transaction) to transfer/spend the output.
|
(by a TRANSFER transaction) to transfer/spend the output.
|
||||||
BigchainDB supports a variety of conditions,
|
BigchainDB supports a variety of conditions.
|
||||||
a subset of the [Interledger Protocol (ILP)](https://interledger.org/)
|
For details, see
|
||||||
crypto-conditions. For details, see
|
|
||||||
the section titled **Transaction Components: Conditions**
|
the section titled **Transaction Components: Conditions**
|
||||||
in the relevant
|
in the relevant
|
||||||
[BigchainDB Transactions Spec](https://github.com/bigchaindb/BEPs/tree/master/tx-specs/).
|
[BigchainDB Transactions Spec](https://github.com/bigchaindb/BEPs/tree/master/tx-specs/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user