13 Commits

Author SHA1 Message Date
Troy McConaghy
9c2d04d887 Updated & removed some root docs on tendermint branch 2017-11-30 15:39:45 +01:00
Troy McConaghy
fa1c4843d5 Mention that the signature in 'fulfillment' is encoded 2017-06-30 09:51:35 +02:00
Troy McConaghy
7913e8730b 'tranfer-enablers' --> 'transfer-enablers' (× 3) 2017-06-30 09:42:29 +02:00
Troy McConaghy
1efb3e6db4 Updated CC-related root docs 2017-06-21 15:01:35 +02:00
Troy McConaghy
11dc570872 Added a link to the post 'What is a Valid Transaction in BigchainDB?' 2017-06-20 16:41:26 +02:00
Troy McConaghy
a20dbffa38 Docs section on tx validity checklist now refers to blog post 2017-06-08 11:22:45 +02:00
Brett Sun
2f4da6a32f Extra renames and small fixes for inputs-outputs (#952)
* Fix typos pointed out in review by @ttmc

* Reword description of an input in the transaction schema

* Re-add removed comment in transaction model

* Fix small typos in some comments in the transaction model

* Add trailling commas to a multiline dict in the transaction model tests

* Fix small things with server docs changes

* Add description of public keys' association with conditions in transaction concept docs

* Reword description of Transaction.create's  and  args

* Rename output_uri to output_condition_uri

* Fix hardcoded class name vs. self.__class__

* Rename instances of 'out' with 'output'

* Rename instances of  and  with  to avoid name clash with built-in

* Remove unnecessary renaming of cryptoconditions.Fulfillment import in transaction model

* Remove instances of  in transaction model

* Remove usages of fulfillment in cases where input makes more sense

* Reword docstrings for init methods in transaction models

* Rename usages of condition where output is now a better fit

* Add descriptions to TransactionLink's txid and idx in schema

* Minor correction to output idx description in transaction yaml
2016-12-19 12:29:29 +01:00
Scott Sadler
27ad7b5092 s/fulfillments/inputs/g && s/conditions/outputs/g (docs changes) 2016-12-19 12:29:29 +01:00
troymc
95f605287f Added clarity to TRANSFER Transactions section of the Transaction Concepts page 2016-11-28 17:55:13 +01:00
troymc
3a410b33ed Updated Transactions Concepts docs re/ divisible assets 2016-11-26 12:18:18 +01:00
Rodolphe Marques
c068f04a82 Replaced VerifyingKey with PublicKey
Replaced SigningKey with PrivateKey
Replaced all occurences of signing key with private key
Replaced all occurences of verifying key with public key
2016-11-10 17:01:06 +01:00
troymc
78694b65d8 Expanded/updated the docs explaining tx validation 2016-10-30 12:11:07 +01:00
troymc
e9c2655935 Copied docs-root repo to docs/root, added requirements.txt 2016-10-29 15:06:29 +02:00