27 Commits

Author SHA1 Message Date
Ahmed Muawia Khan
669b2d586b Merge branch 'tendermint' into tendermint-docs-k8s-dep 2018-02-21 11:48:02 +01:00
Troy McConaghy
63bd698b21 changed constructed/allowed tx 'version' from '1.0' to '2.0' (#2048)
- Created three new JSON Schema files for the v2.0 transaction schema, based on the v1.0 files. The only change is the allowed value of version (from "^1\\.0$" to "^2\\.0$").
- I didn't delete the v1.0 JSON Schema files because we might want those some day (to validate old transactions).
- Updated the __init__.py in the directory with the JSON Schema files so that it now uses the version 2.0 JSON Schema files.
- Updated all relevant tests. I only found one, in tests/validation/test_transaction_structure.py
- Updated VERSION in common/transaction.py
- Checked to make sure the example HTTP API docs show "version" with value "2.0". They do.
- Updated the docs page about "The Transaction Model". It just points to the IPDB Transaction Spec.
- If someone submits a transaction with "version" having value "1.0" then the error message comes from the JSON Schema checker.
2018-02-15 11:07:16 +01:00
Troy McConaghy
c0b32213e4 Updated all refs to the IPDB Transaction Spec & its URL 2018-01-10 14:40:34 +01:00
muawiakh
14892fc839 Template for BigchainDB + Tendermint Kubernetes Deployment
- Template doc for BigchainDB + Tendermint single node
- Template doc for BigchainDB + Tendermint network
- Remove autosectionlabel extension from docs/server/source/conf.py
  - Removed this extension because this does not allow two different
    documents to have same headings, because it auto-indexes
- Fix and explicitly label headings and references.
2018-01-10 14:20:32 +01:00
Troy McConaghy
b52f094efa Revised several pages to point to replacement in the IPDB Transaction Spec 2017-11-28 12:16:44 +01:00
Troy McConaghy
f23a2c4042 Removed appendix page w/ tx JSON Schema files & updated transaction-model.rst page 2017-11-23 14:45:23 +01:00
muawiakh
020b6c1ff8 Minor change in docs 2017-11-23 10:43:48 +01:00
muawiakh
b184e83b6a [Doc]: Fix markdown formatting in rst 2017-11-23 10:24:35 +01:00
kansi
5abb6ead8b Update metadata documentation 2017-11-23 10:41:58 +05:30
Troy McConaghy
35fa8d7d19 Updated all code/docs referencing the transaction schema files by name 2017-11-21 14:12:13 +01:00
Troy McConaghy
c6c89bfcba Added page about the transaction schema files 2017-11-15 11:18:07 +01:00
Troy McConaghy
f0d4417d02 Removed auto-generation of tx/vote schema documentation 2017-11-13 17:28:06 +01:00
Troy McConaghy
cae883e9cb Edited the changes to transaction model docs 2017-11-06 14:30:01 +01:00
kansi
3cbec5a864 Updated metadata and asset model docs 2017-11-06 12:06:01 +05:30
Troy McConaghy
e0452840bf Note how many inputs CREATE & TRANSFER txs should have 2017-06-23 15:08:02 +02:00
Troy McConaghy
a92ca862fc Revised & updated the docs page re the tx model 2017-06-23 14:57:02 +02:00
Troy McConaghy
e280b24f54 Updated some docs about the asset model 2017-06-07 16:19:50 +02:00
Scott Sadler
1e866a1207 signature payload is serialized transaction 2017-04-24 13:37:50 +02:00
Scott Sadler
bae05e80a0 sign whole transaction body instead of partial transaction 2017-02-28 11:27:55 +01:00
Scott Sadler
9002066d4a fix documentation link error re inputs-outputs 2016-12-19 12:42:54 +01:00
Scott Sadler
d479a186a4 address wording problems re inputs/outputs in transaction-model.rst docs 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
Scott Sadler
bdc706d633 fix metadata description in transaction-model.rst 2016-12-06 16:58:06 +01:00
Scott Sadler
21af588f7c docs update for flat transaction 2016-12-01 14:37:41 +01:00
Scott Sadler
db673838fd remove distracting para from transaction-model.rst docs 2016-11-24 10:09:26 +01:00
Scott Sadler
a002c38009 updating wording for transaction creation in transaction-model.rst 2016-11-24 10:08:06 +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