Ryan Henderson
cac7c711f9
add top-level bigchaindb README ( #678 )
2016-10-14 11:05:00 +02:00
Troy McConaghy
46cdb4a3a2
Merge pull request #674 from bigchaindb/change-the-link-to-apiary
...
Changed BANNER message & link so it doesn't point to Apiary any more
2016-10-14 10:01:45 +02:00
troymc
e6337cd40d
Changed HTTP API docs link in BANNER to https://bigchaindb.com/http-api
2016-10-14 09:49:35 +02:00
troymc
4a860dfb7a
Updated docs to account for default example BIND_HTTP_TO_LOCALHOST=True
2016-10-13 17:19:34 +02:00
troymc
f3e092deab
Changed the default example BIND_HTTP_TO_LOCALHOST=True
2016-10-13 17:01:45 +02:00
Rodolphe Marques
23cec1bcb1
Merge pull request #680 from bigchaindb/rebase/feat/564/implement-digital-asset-template
...
Rebase/feat/564/implement digital asset template
2016-10-13 13:55:49 +01:00
Rodolphe Marques
7d3c6ee5ce
Addressed comments to import tests.
...
Fixed some pep8 violations
2016-10-13 13:53:08 +02:00
Rodolphe Marques
19caad3d34
use right version number for common
2016-10-13 11:47:30 +02:00
Rodolphe Marques
abf1c98d7c
Merge remote-tracking branch 'origin/master' into rebase/feat/564/implement-digital-asset-template
2016-10-12 16:56:49 +02:00
Rodolphe Marques
3a3aea9207
remove assets import
2016-10-12 16:28:43 +02:00
Rodolphe Marques
1b002d6f3d
Bumped version number for common
2016-10-12 16:15:46 +02:00
Troy McConaghy
2acf37e087
Merge pull request #673 from bigchaindb/change-readthedocs-io-links-to-docs-bigchaindb
...
Changed many *.readthedocs.io URLs to docs.bigchaindb.com URLs
2016-10-12 11:44:18 +02:00
Troy McConaghy
c92a70ab92
Merge pull request #667 from bigchaindb/update-python-driver-docs-page
...
Docs: Updated page about the Python Driver
2016-10-12 11:43:36 +02:00
Rodolphe Marques
753a1879f5
Delete assets.py
...
Code moved to models.py and core.py
2016-10-12 10:30:24 +02:00
Rodolphe Marques
80c9cdcb09
Finished integration of digital asset.
...
Fixed tests
2016-10-12 10:29:25 +02:00
vrde
3081f6b537
Wrap queries with connection object
2016-10-11 17:24:50 +02:00
troymc
00828a3488
Changed BANNER message & link so it doesn't point to Apiary any more
2016-10-11 10:02:10 +02:00
troymc
b70f3389b8
Changed a bunch more readthedocs.io URLs to docs.bigchaindb.com
2016-10-10 17:10:48 +02:00
troymc
2eda1c4781
In CONTRIBUTING.md, changed readthedocs.io URLs to docs.bigchaindb.com
2016-10-10 16:57:05 +02:00
troymc
49db7c70dc
In README.md, changed readthedocs.io URLs to docs.bigchaindb.com
2016-10-10 16:55:39 +02:00
Troy McConaghy
7dec1dc595
Merge pull request #668 from bigchaindb/update-warning-on-example-apps-page
...
Docs: updated warning/explanation on the Example Apps page
2016-10-10 16:26:38 +02:00
Troy McConaghy
ac4e25a8cb
Merge pull request #669 from bigchaindb/delete-most-of-the-topic-guides
...
Docs: Deleted most of the Topic Guides pages
2016-10-10 16:24:41 +02:00
Ryan Henderson
81e70951d4
check if fulfillments are in a valid block ( #629 )
...
* check if fulfillments are in a valid block
* documentation
* fix almost all tests where tx validity is checked before writing to block
* move import
2016-10-10 09:41:49 +02:00
troymc
92de7b31db
Updated link to timestamps page from models page
2016-10-09 16:01:13 +02:00
troymc
fd12e4473d
Updated Topic Guides index page
2016-10-09 16:00:33 +02:00
troymc
f529e40385
Deleted most Topic Guides pages
2016-10-09 15:59:26 +02:00
troymc
7e896f0709
docs: updated warning/explanation on the Example Apps page
2016-10-08 17:21:02 +02:00
troymc
79bf698336
docs: updated the page about the Python Driver
2016-10-08 11:43:50 +02:00
Rodolphe Marques
0652348bf0
initial integration of asset
2016-10-07 15:46:21 +02:00
troymc
db257199bb
New option to bind http to localhost on AWS
2016-10-07 14:54:15 +02:00
troymc
7e8e6ca430
Merge branch 'master' of github.com:bigchaindb/bigchaindb
2016-10-07 13:52:24 +02:00
Troy McConaghy
73ed9c4f75
Merge pull request #665 from bigchaindb/modify-aws-deployment-example-conf
...
Modified example AWS deployment config file
2016-10-07 12:30:57 +02:00
Troy McConaghy
2a67bc8236
Merge pull request #657 from bigchaindb/settings-and-cli-docs-tweaks
...
Tidied up the docs for the config settings & the CLI
2016-10-07 12:30:04 +02:00
Troy McConaghy
a197d12a3c
Merge pull request #651 from bigchaindb/update-introduction-in-docs
...
Removed parts of the Introduction that were moved to BigchainDB project docs
2016-10-07 12:29:30 +02:00
Troy McConaghy
c7c635e255
Merge pull request #650 from bigchaindb/update-some-docs-urls
...
Updated some docs urls
2016-10-07 12:29:06 +02:00
troymc
47108b28db
Modified example AWS deployment config file
2016-10-07 12:03:48 +02:00
troymc
c9624c6b12
Changed example_deploy_conf.py (for AWS deployment)
2016-10-07 11:57:05 +02:00
Sylvain Bellemare
1ae08990c8
Docker dev setup docs ( #653 )
...
* Include configuration step in Dockerfile
* Document dev setup with docker-compose
* Add server API env vars and port
* Parameterize SERVER_BIND and API_ENDPOINT env vars
* Give a bit more detailed information on GET /
2016-10-05 11:25:45 +02:00
tim
48c657e2f2
Resolve forgotten conflict in utils
2016-10-04 17:03:01 +02:00
Sylvain Bellemare
a759a48d79
Add missing env to docker cmd load ( #655 )
...
* Remove unncessary -it options
there is no need to keep STDIN open (-i, --interactive) nor
to have a pseudo-TTY (-t, --tty)
* Set env var for database host -- fixes #654
* Add missing backtick
2016-10-04 16:55:45 +02:00
troymc
9fc1b31877
Noted that the 'bigchaindb load' command uses the Python Server API
2016-10-04 16:47:55 +02:00
Rodolphe Marques
7715bbc807
more descriptive unit test name
2016-10-04 16:23:36 +02:00
Rodolphe Marques
148e30a84b
Remove unnecessart database queries in get_asset_id
2016-10-04 16:23:36 +02:00
Rodolphe Marques
e00a34e943
Fix docstring of validate_asset_creation
2016-10-04 16:22:33 +02:00
Rodolphe Marques
0a4315abef
Document exception. Replace list with set.
2016-10-04 16:22:33 +02:00
Rodolphe Marques
b447a75a8d
Added get_txs_by_asset_id
...
Created secondary index for assets.
Created tests
2016-10-04 16:22:33 +02:00
Rodolphe Marques
f10d1d0bcb
Small change to the asset template in TRANSFER transactions.
...
This change is so that both `CREATE` and `TRANSFER` transactions have
the uuid under the same key so that we can create secondary indexes on
it.
2016-10-04 16:19:06 +02:00
Rodolphe Marques
0189ede72e
Renamed asset
to asset_data
. Added digital asset validation to
...
validate_transaction
Created and fixed tests.
2016-10-04 16:18:04 +02:00
Rodolphe Marques
1377ce2389
Fixed tests after renaming payload to metadata
2016-10-04 16:15:06 +02:00
troymc
8e025857fe
Tidied up the docs for the config settings & the CLI
2016-10-04 16:12:23 +02:00