diminator
4b3e7249ca
Merge remote-tracking branch 'remotes/origin/develop' into feat/127/crypto-conditions-ilp-sha256-fulfillments
2016-03-18 22:28:22 +01:00
diminator
f273e48c11
- Ed25519 inheritance
...
- Renamed Private/PublicKey to Signing/VerifyingKey
2016-03-18 22:23:32 +01:00
diminator
bdc2475bdd
cleanup
2016-03-18 20:20:18 +01:00
diminator
9bd1e9ff8b
sha256 fulfillment
...
tests
2016-03-18 20:01:47 +01:00
diminator
821ca9f8e6
threshold fulfillment
...
tests
2016-03-18 18:46:22 +01:00
Troy McConaghy
55ad60097d
Fixed minor errors in Introduction (in docs)
2016-03-18 11:40:30 +01:00
diminator
46cd3323e8
ILP conditions and fulfillment basis
...
ed25519 fulfillment
tests
2016-03-18 09:58:54 +01:00
diminator
8425214c2a
reverted bigchaindb/util
2016-03-16 16:46:09 +01:00
diminator
828ed4e98b
updated tests
2016-03-16 16:44:11 +01:00
diminator
fad392a00b
Merge branch 'feat/127/crypto-conditions-ilp' of github.com:bigchaindb/bigchaindb into feat/127/crypto-conditions-ilp
2016-03-16 16:41:47 +01:00
diminator
4255c1780b
renamed crypto.core to crypto.asymmetric
2016-03-16 16:40:45 +01:00
Dimitri De Jonghe
6764701ced
Merge branch 'develop' into feat/127/crypto-conditions-ilp
2016-03-16 16:36:39 +01:00
diminator
9dc767318e
- abstracted crypto scheme
...
- added ED25519
- added tests
2016-03-16 16:27:40 +01:00
Troy McConaghy
fdd1f297a6
Merge pull request #133 from bigchaindb/clarify-timestamps-in-docs
...
Clarify the meaning of some timestamps in the docs
2016-03-14 17:21:30 +01:00
troymc
645430d24d
Clarify meaning of transaction id in docs
2016-03-14 17:13:04 +01:00
troymc
ae97f4b8e1
Clarify the meaning of some timestamps in the docs
2016-03-14 16:54:23 +01:00
Troy McConaghy
2e07fb7c65
Merge pull request #130 from bigchaindb/mention-milestones-in-roadmap-etc
...
Mention milesones etc. in ROADMAP.md
2016-03-14 13:11:27 +01:00
troymc
ef9a574bb5
Mention milesones etc. in ROADMAP.md
2016-03-14 10:06:42 +01:00
Troy McConaghy
73cfc9b9e5
Merge pull request #121 from bigchaindb/feat/119/distinguish-server-client-and-apis-in-docs
...
Feat/119/distinguish server client and apis in docs
2016-03-12 19:37:17 +01:00
Troy McConaghy
14275baa5f
Merge branch 'develop' into feat/119/distinguish-server-client-and-apis-in-docs
2016-03-09 09:47:12 +01:00
Troy McConaghy
533d792e97
Merge pull request #117 from bigchaindb/feat/51/add-changelog-md-file
...
Feat/51/add CHANGELOG.md file
2016-03-08 16:27:10 +01:00
Troy McConaghy
7519901245
Merge branch 'develop' into feat/51/add-changelog-md-file
2016-03-08 14:42:00 +01:00
troymc
a8974d78f0
Remove empty FAQ section from docs, for now
2016-03-08 14:04:35 +01:00
troymc
79194d4d34
Restrutured docs for HTTP and Python driver APIs
2016-03-08 14:03:04 +01:00
troymc
d17e092b9c
Add HTTP Client-Server API stuff to ROADMAP.md
2016-03-08 14:01:15 +01:00
troymc
50838db8c1
Merge remote-tracking branch 'origin/develop' into feat/119/distinguish-server-client-and-apis-in-docs
2016-03-08 13:35:21 +01:00
Alberto Granzotto
aa78310b30
Merge pull request #120 from crazyquark/develop
...
Add missing package form installer
2016-03-08 13:27:34 +01:00
troymc
5f86a54538
Docs: Rename Getting Started to The Python Server API by Example
2016-03-08 13:25:50 +01:00
Cristian S
9e1ff01057
Add missing package form installer
...
Without this running blockchaindb yields:
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.4/trace.py", line 858, in <module>
main()
File "/usr/lib/python3.4/trace.py", line 804, in main
t.runctx(code, globs, globs)
File "/usr/lib/python3.4/trace.py", line 510, in runctx
exec(cmd, globals, locals)
File "/usr/local/bin/bigchaindb", line 9, in <module>
load_entry_point('BigchainDB==0.1.4', 'console_scripts', 'bigchaindb')()
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 549, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2542, in load_entry_point
return ep.load()
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2202, in load
return self.resolve()
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2208, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
File "/usr/local/lib/python3.4/dist-packages/BigchainDB-0.1.4-py3.4.egg/bigchaindb/commands/bigchain.py", line 14, in <module>
from bigchaindb.processes import Processes
File "/usr/local/lib/python3.4/dist-packages/BigchainDB-0.1.4-py3.4.egg/bigchaindb/processes.py", line 9, in <module>
from bigchaindb.web import server
ImportError: No module named 'bigchaindb.web'
2016-03-08 14:06:18 +02:00
Troy McConaghy
c77223ff8c
Merge pull request #118 from bigchaindb/bug/104/re-add-license-notification-to-docs
...
Re-add link to licenses in the docs
2016-03-08 11:59:26 +01:00
troymc
2bdf3ced04
Docs: distinguish server and clients in installing-server.md
2016-03-08 11:51:24 +01:00
troymc
20835c2c26
Change installing.html -> installing-server.html
2016-03-08 11:33:49 +01:00
troymc
44a9e6e363
Renamed installing.md to installing-server.md
2016-03-08 11:20:20 +01:00
troymc
1ecf03d131
Revise Introduction in docs to reflect current status
2016-03-08 11:16:31 +01:00
troymc
ed38942aef
Add open public testing cluster to roadmap
2016-03-08 11:15:53 +01:00
troymc
17f7ba3894
Re-add link to licenses in the docs
2016-03-08 10:30:43 +01:00
troymc
6eb2fa463e
First revision of CHANGELOG.md
2016-03-07 14:06:30 +01:00
troymc
e34dd01d2b
In CONTRIBUTING.md, ask contributors to update CHANGELOG.md
2016-03-07 13:57:45 +01:00
troymc
62c47209e6
First version of CHANGELOG.md
2016-03-07 11:03:48 +01:00
troymc
11c2a515d8
Mention CHANGELOG.md in docs Release Notes
2016-03-07 11:03:09 +01:00
troymc
e90f8907dc
Remove Done/Past section from ROADMAP.md
2016-03-04 18:45:14 +01:00
Troy McConaghy
8392065fff
Merge pull request #115 from bigchaindb/update-roadmap-md
...
Update ROADMAP.md
2016-03-04 18:37:39 +01:00
Troy McConaghy
d99dd8046f
Merge branch 'develop' into update-roadmap-md
2016-03-04 18:11:34 +01:00
Alberto Granzotto
5abf88452a
Merge pull request #102 from bigchaindb/feat/17/provide-a-restful-api
...
Add HTTP API
2016-03-04 17:34:55 +01:00
vrde
fa842acfd4
Merge branch 'feat/17/provide-a-restful-api' of github.com:bigchaindb/bigchaindb into feat/17/provide-a-restful-api
2016-03-04 16:02:17 +01:00
vrde
8ed937aecc
Simplify code for client
2016-03-04 16:00:30 +01:00
troymc
7d3bca5cb0
Add Fault Tolerance to ROADMAP.md
2016-03-04 11:15:33 +01:00
troymc
280859651e
Update ROADMAP.md
2016-03-03 15:50:14 +01:00
Alberto Granzotto
cf082887f7
Merge branch 'develop' into feat/17/provide-a-restful-api
2016-03-03 14:29:50 +01:00
Dimitri De Jonghe
d8a1c4a3ec
Update README.md
2016-03-03 12:55:11 +01:00