1629 Commits

Author SHA1 Message Date
Elad-PC\elad
89661a9979 moved transaction version inside the tx object that gets hashed
moved the transaction version (currently fixed to 1.0) from the outer
"transaction" object to the inside part, where it will get hashed
together with the rest of the transaction.

updated docs accordingly.
2016-08-03 06:34:16 +02:00
Elad-PC\elad
42e0aef447 Merge remote-tracking branch 'refs/remotes/bigchaindb/master' 2016-08-03 06:18:33 +02:00
vrde
13bd69f977
Move tests to new file 2016-08-02 17:28:22 +02:00
vrde
79980c08a6
Port final tests 2016-08-02 16:04:08 +02:00
vrde
074cae4484
Add last tests 2016-08-02 15:39:08 +02:00
vrde
17c11e5935
Add docstrings 2016-08-02 14:27:25 +02:00
vrde
54984364b1
Fix stoopid error in tests 2016-08-02 11:53:46 +02:00
vrde
cdcb6b4e1e
Remove old code 2016-08-01 22:55:17 +02:00
vrde
199e8633bb
Port tests to the new pipeline process 2016-08-01 22:45:53 +02:00
ryan
dd0b758bfa sleep 2016-08-01 16:24:27 +02:00
ryan
68f64ee780 return invalid block to outpipe 2016-08-01 15:49:50 +02:00
ryan
03454f7087 remove obsolete tests 2016-08-01 14:55:37 +02:00
ryan
1b20414457 election tests 2016-08-01 14:51:12 +02:00
ryan
77317178ef inital refactor 2016-08-01 14:51:11 +02:00
vrde
74a5412cd9
WIP 2016-07-29 14:49:26 +02:00
vrde
ff042b5954
Merge remote-tracking branch 'origin/v0.5.1' 2016-07-29 14:38:30 +02:00
vrde
6e1daa9e54
change version number 2016-07-29 14:32:51 +02:00
vrde
7a0839f006
Merge remote-tracking branch 'origin/update-changelog-for-0.5.1' 2016-07-29 14:28:32 +02:00
troymc
84da9fe829 Updated CHANGELOG.md for the 0.5.1 release 2016-07-29 13:59:45 +02:00
vrde
4f4238b402
Merge remote-tracking branch 'origin/majority-read' 2016-07-29 11:53:41 +02:00
ryan
d480eb15af update read_mode in core 2016-07-29 11:34:03 +02:00
vrde
69a3cbe9a6
Merge remote-tracking branch 'origin/more-ways-to-add-tx-to-backlog' 2016-07-29 11:11:14 +02:00
vrde
5b1c6de44d
Merge branch 'refactor-multiprocessing-for-block' 2016-07-29 10:41:15 +02:00
vrde
71668a0c40
Add logging 2016-07-29 10:35:50 +02:00
vrde
3f41b5299d
Remove unused method 2016-07-29 10:24:31 +02:00
vrde
364991dc34
Fix comments to PR 2016-07-28 16:47:00 +02:00
vrde
9766482daa
Fix comments to PR 2016-07-28 16:06:52 +02:00
vrde
171112003f
Add more docs 2016-07-28 15:43:45 +02:00
Troy McConaghy
b3f464de86 Merge pull request #469 from bigchaindb/feat/461/deploy-cluster-on-aws-using-ebs
Added ability to deploy test cluster on AWS using EBS for storage
2016-07-28 14:48:34 +02:00
vrde
40966816c9
Fix tests 2016-07-27 15:24:38 +02:00
vrde
35bde364b8
Fix requirement name 2016-07-25 18:51:00 +02:00
vrde
715763757c
Change name to pipes 2016-07-25 17:02:08 +02:00
Troy McConaghy
0098b5fb88 Merge pull request #481 from bigchaindb/consistent-pip3-install-sequence
Docs: make pip3 installation instructions consistent with Docker and AWS
2016-07-25 14:27:50 +02:00
vrde
31717b5e89
Add missing dependency 2016-07-25 13:30:31 +02:00
vrde
ecf67d1e28
Add block pipeline 2016-07-25 13:30:31 +02:00
troymc
e17e36a8dd Docs: make pip3 installation instructions consistent with Docker and AWS 2016-07-25 11:08:58 +02:00
Alicia
9683d3f5a1 delete superfluous decorator (#479) 2016-07-24 13:58:53 +02:00
troymc
c0648f7145 Resolved conflicts in fabfile.py 2016-07-22 11:32:47 +02:00
Troy McConaghy
716abe5e7b Merge pull request #478 from bigchaindb/minimize-base-software-in-aws-deployment
Minimized base software installed on AWS instance
2016-07-22 11:14:07 +02:00
troymc
4a82ff829c Revised how base software installed & updated on AWS 2016-07-22 11:10:31 +02:00
troymc
6a2f9aed97 Minimized base software installed on AWS instance 2016-07-21 15:50:26 +02:00
vrde
162b725ec9
Merge branch 'fix-voter-logging' 2016-07-21 14:34:37 +02:00
vrde
4d81bf89ce
Fix log message for voter 2016-07-21 14:21:39 +02:00
vrde
321bd77914
Merge branch 'refactor-vote-method-signature' 2016-07-21 14:06:40 +02:00
vrde
873ea891d6
Refactor method signature 2016-07-21 13:50:19 +02:00
vrde
150cade4db
Merge branch 'lluminita-resolve-issue-458' 2016-07-21 10:58:51 +02:00
vrde
13348d0e8b
Merge branch 'resolve-issue-458' of https://github.com/lluminita/bigchaindb into lluminita-resolve-issue-458 2016-07-21 10:44:19 +02:00
Luminita
2b25f11f76 fix logger output messages 2016-07-21 09:40:38 +02:00
Troy McConaghy
b28a977ab3 Merge pull request #472 from bigchaindb/move-python-server-api-examples
Docs: moved The Python Server API by Example under Drivers & Clients
2016-07-20 14:56:23 +02:00
troymc
af6133389b Docs: moved The Python Server API by Example under Drivers & Clients 2016-07-20 14:13:51 +02:00