54 Commits

Author SHA1 Message Date
Trent McConaghy
3b33cdb111
Update bft.md 2017-11-03 13:48:08 +01:00
Troy McConaghy
fba6e1b30b New root docs page about permissions in BigchainDB 2017-10-18 15:38:46 +02:00
Michiel Mulders
8385b7d4ef Added Link To JavaScript Driver Docs 2017-10-12 17:23:27 +02:00
michielmulders
43ac6d72d5 Typo satisified -> satisfied 2017-09-13 11:00:15 +02:00
michielmulders
3dab5ae472 Typo requesing -> requesting 2017-09-13 10:58:40 +02:00
Troy McConaghy
2dc92a2851 Added blurb about economic incentives to help achieve immutability 2017-08-09 10:19:32 +02:00
Troy McConaghy
e929658f14 Updated the page about BDB & smart contracts 2017-08-05 11:37:40 +02:00
Troy McConaghy
01453bc806 Updated text linking to the page about immutability 2017-08-05 11:33:06 +02:00
Troy McConaghy
e3c923958c Updated our stance on BFT in bft.md 2017-08-05 11:27:37 +02:00
Troy McConaghy
5864415d96 Updated page about how BigchainDB is immutable 2017-08-05 11:21:08 +02:00
Troy McConaghy
29776554cf Emphasize MongoDB over RethinkDB in terminology.md 2017-08-05 11:02:01 +02:00
Troy McConaghy
733f52be6c For Python stuff, we follow Python's version of SemVer 2017-08-05 10:59:21 +02:00
Troy McConaghy
74b4628b75 Update decentralized.md 2017-08-03 14:48:08 +02:00
Troy McConaghy
7db977cdb5 Added how block order comes from MongoDB 2017-07-26 10:06:24 +02: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
6436e78788 Merge pull request #1524 from bigchaindb/edit-docs-re-tx-validity
Edited root docs regarding transaction validity
2017-06-21 10:22:23 +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
da08f08c6a Updated the root docs page titled Production-Ready? 2017-06-15 16:09:40 +02:00
Troy McConaghy
a20dbffa38 Docs section on tx validity checklist now refers to blog post 2017-06-08 11:22:45 +02:00
Troy McConaghy
cb5e9fefa6 Fixed an old error in Markdown-->RST conversion 2017-06-08 11:14:41 +02:00
KURO1
a44523081a Fix typo in docs 2017-04-28 10:39:03 +08:00
Troy McConaghy
59be30187f Merge branch 'master' into docs/1170/move-http-api-docs-to-top-level-section 2017-04-18 10:43:02 +02:00
Troy McConaghy
6cc1e75595 root docs: updated Terminology page 2017-04-11 11:15:55 +02:00
Troy McConaghy
8964ba33b4 updated links to the HTTP API docs in this repo 2017-04-10 15:14:18 +02:00
Troy McConaghy
9aa243c9f8 Merge pull request #1300 from bigchaindb/update-copyright-year-in-docs
Updated copyright year in docs footers
2017-03-20 09:38:24 +01:00
Troy McConaghy
da92d1e1c2 Merge branch 'master' into change-federation-to-consortium 2017-03-17 13:51:28 +01:00
Troy McConaghy
ff132a9464 Updated copyright year in docs footers 2017-03-17 09:28:16 +01:00
Krish
ea6ce5c1a1 Single node/cluster bootstrap and node addition workflow in k8s (#1278)
* Combining configs
*  Combining the persistent volume claims into a single file.
*  Combining the storage classes into a single file.

* Updating documentation

* Multiple changes
*  Support for ConfigMap
*  Custom MongoDB container for BigchainDB
*  Update documentation to run a single node on k8s

* Additional documentation

* Documentation to add a node to an existing BigchainDB cluster

* Commit on rolling upgrades

* Fixing minor documentation mistakes

* Documentation updates as per @ttmc's comments

* Block formatting error

* Change in ConfigMap yaml config
2017-03-15 16:22:49 +01:00
Troy McConaghy
421b5b03b3 Changed 'federation' to 'cluster' or 'consortium' in docs and some code 2017-03-07 17:41:25 +01:00
tim
aae8c57902 Fix production-ready-note 2017-02-08 13:56:55 +01: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
8c5947a1b2 Upgraded link to Red Hat blog post to HTTPS 2016-12-11 16:35:01 +01:00
Sylvain Bellemare
bf0b2a32f0 Set root docs html_static_path to empty list 2016-12-08 11:45:41 +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
troymc
34bbf4d31a Updated assets.rst docs re/ divisible assets 2016-11-26 12:17:45 +01:00
Scott Sadler
85b3422799 leave link to Data Models in root section with hard link 2016-11-24 10:01:20 +01:00
Scott Sadler
c8228d7ff7 move 'Data Models' from root to server docs and make links to schema 2016-11-23 16:14:11 +01:00
Troy McConaghy
7cbcd4d502 Put timestamps back in docs/root/source/index.rst
The docs page about timestamps in BigchainDB was temporarily removed from the docs by PR #817. The timestamps.md file itself was put back (and edited) but it was never put back in the index. This commit puts it back in the index.
2016-11-22 14:29:00 +01:00
Scott Sadler
22d267efe4 mention assignment_timestamp by name in timestamps.md 2016-11-22 13:05:25 +01:00
Scott Sadler
59394233b2 timestamps.md "many associated timestamps" 2016-11-22 13:03:30 +01:00
Scott Sadler
51452dea57 changes to timestamps.md documentation 2016-11-22 13:03:30 +01:00
Scott Sadler
33bafc341a put back timestamps.md 2016-11-22 13:03:30 +01:00
Scott Sadler
7dc9f52fe0 remove transaction timestamp 2016-11-22 13:03:30 +01:00
Rodolphe Marques
eead7dbdda Merge remote-tracking branch 'origin/master' into feat/746/new-naming-convention-for-keys 2016-11-17 11:41:23 +01:00
Scott Sadler
1ead2ea0f1 add a button to the docs linking to the bdb cli 2016-11-16 15:27:13 +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