Thomas Conte
3b1e6adb43
Formatting
2017-03-17 10:05:11 +01:00
Thomas Conte
8526246f78
Fix unit test
2017-03-17 10:01:58 +01:00
Sylvain Bellemare
94877cb9c1
Update change log
2017-03-17 09:54:14 +01:00
Troy McConaghy
ff132a9464
Updated copyright year in docs footers
2017-03-17 09:28:16 +01:00
Thomas Conte
08f040d218
Authentication support
2017-03-17 09:09:06 +01:00
Sylvain Bellemare
b94a9ec7e9
Fix get_spent mongodb-based query
...
fixes #1271
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
c5bad99f4e
Add test for get_spent for tx with two inputs
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
c12f08a92c
Add test to reproduce false double spend
...
see issue #1271
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
102406dd35
Add fixtures for alice, bob, and carol
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
b849656d3b
Use namedtuple for key pair
2017-03-16 14:58:32 +01:00
Troy McConaghy
7aa94447cd
docs: copyedited 2 pages re/ node on k8s
2017-03-16 14:42:32 +01:00
Rodolphe Marques
4aa6ed1067
fixed pep8 error
2017-03-16 14:18:57 +01:00
Rodolphe Marques
f00f68e03f
_sign_threshold now signs all subconditions for a public key.
...
Created test.
2017-03-16 14:10:04 +01:00
Scott Sadler
bbf5c49f9a
test that transfer tx cannot have no inputs
2017-03-15 17:19:46 +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
a9f0f9de54
Merge pull request #1261 from bigchaindb/rm-bigchaindb-load-stuff-from-aws-scripts
...
Removed all stuff related to 'bigchaindb load' in AWS scripts
2017-03-15 16:19:13 +01:00
Scott Sadler
860e7cda02
test that transaction with no hash raises schema validation error
2017-03-15 14:32:54 +01:00
Scott Sadler
d08d932627
make max output amount a constant
2017-03-15 13:37:56 +01:00
Troy McConaghy
b0f40894c1
Merge pull request #1283 from bigchaindb/az-acs-tip
...
Tip for `az acs kubernetes get-credentials...`
2017-03-15 13:15:26 +01:00
Scott Sadler
25650597b1
test invalid string amount case
2017-03-15 11:27:35 +01:00
Scott Sadler
a869f6d1dd
fix wrong exception after schema change
2017-03-15 11:08:19 +01:00
Scott Sadler
48a766400d
try to bump codecov into correct calculation
2017-03-15 11:03:00 +01:00
Scott Sadler
69bafc80c0
put limits on amount size
2017-03-15 10:17:41 +01:00
Scott Sadler
f23bfa52d1
Output.from_dict accepts string
2017-03-15 10:00:00 +01:00
Scott Sadler
56b81f9d8d
change amount type to string in schema file
2017-03-14 21:45:36 +01:00
Troy McConaghy
4daeff28f8
Tip for az acs kubernetes get-credentials...
...
Added a tip for when `$ az acs kubernetes get-credentials...` command gives an error after you enter the correct password.
2017-03-14 20:23:46 +01:00
Scott Sadler
1e2080bf47
Merge remote-tracking branch 'origin/master' into tx-validation-cleanup
2017-03-14 18:45:36 +01:00
Scott Sadler
c3d9717b07
fix breakage from other branch
2017-03-14 18:42:05 +01:00
Scott Sadler
28e06399ae
fix breakage from other branch
2017-03-14 18:40:04 +01:00
Scott Sadler
47c6a722ad
move tests to validate transaction ID
2017-03-14 18:35:53 +01:00
Scott Sadler
4b060e6488
move tests related to assets
2017-03-14 18:07:25 +01:00
Troy McConaghy
270fed04c7
Merge pull request #1273 from bigchaindb/rm-bigchaindb-load-command
...
Remove 'bigchaindb load' command, tests & docs
2017-03-14 17:35:15 +01:00
Scott Sadler
48a3ba96ae
move tx tests from test_models.py
2017-03-14 17:12:10 +01:00
Scott Sadler
66830fc1d9
move version validation to transaction structure test module
2017-03-14 17:12:10 +01:00
Scott Sadler
8a5814bb08
clarify schema testing module
2017-03-14 17:12:10 +01:00
Scott Sadler
ae8153bd10
new home of structural validation in tests
2017-03-14 17:12:10 +01:00
libscott
277251b50b
Merge pull request #1257 from bigchaindb/tx-structure
...
Schemas for CREATE and TRANSFER transactions
2017-03-14 17:11:13 +01:00
Scott Sadler
f51b40b6dc
some documentation and nomenclature fixes in common.schema
2017-03-14 17:07:18 +01:00
Scott Sadler
1f5a8582b6
Merge branch 'master' into tx-structure
2017-03-14 16:22:14 +01:00
Thomas Conte
696dbe7844
SSL connection support
2017-03-14 14:23:30 +01:00
Scott Sadler
7c461e47d7
remove structural and schematic validations from Transaction.validate which is validating the spend
2017-03-14 12:39:57 +01:00
libscott
d57e504cd8
Merge pull request #1215 from bigchaindb/voting-class-integration
...
Voting class integration
2017-03-14 11:47:05 +01:00
Troy McConaghy
b0f379dba9
Merge pull request #1276 from bigchaindb/fix-bigchaindb-toolbox-dockerfile
...
Fix comments in bigchaindb/toolbox Dockerfile
2017-03-13 18:39:20 +01:00
Troy McConaghy
e0366468ec
Fix comments in bigchaindb/toolbox Dockerfile
...
The comments were referring to another Docker image (`krish7919/toolbox`).
2017-03-13 18:14:18 +01:00
Scott Sadler
58a1a25d43
test for invalid vote in election pipeline
2017-03-13 16:26:41 +01:00
Scott Sadler
0fb4ea424b
remove stray validation
2017-03-13 14:55:03 +01:00
Scott Sadler
b997057962
fix tests
2017-03-13 14:25:36 +01:00
Troy McConaghy
1de7ae1104
Merge pull request #1260 from bigchaindb/remove-old-topic-guides-section-from-server-docs
...
Removed the old 'Topic Guides' section from the BigchainDB Server docs
2017-03-13 14:18:07 +01:00
Scott Sadler
4050389df7
move test_create_tx_no_asset_id
2017-03-13 14:01:29 +01:00
Scott Sadler
e8ee2ec0a6
fix tests
2017-03-13 13:47:37 +01:00