Commit Graph

  • 4afc9f8f50 kyber experimental changes Scott Sadler 2017-03-20 19:16:27 +01:00
  • c888e844a6 Documenting testing/verification steps in a single section krish7919 (Krish) 2017-03-20 17:55:00 +01:00
  • ddbdf64e33 voting module raises CriticalDuplicateVote if there's a duplicate vote Scott Sadler 2017-03-20 17:30:02 +01:00
  • 1606ed1284 Docs: Comment on unique FQDN for mongo instance. krish7919 (Krish) 2017-03-20 17:17:36 +01:00
  • 5ea1e76bf4 Use logging module constants for levels Sylvain Bellemare 2017-03-20 15:52:29 +01:00
  • 1ac0fe7d5c Re-organize imports Sylvain Bellemare 2017-03-20 15:49:24 +01:00
  • ea6f396fa0 Update logging related code and tests after rebase Sylvain Bellemare 2017-03-20 15:47:47 +01:00
  • 5a106b4b34 Remove leftover line from rebase Sylvain Bellemare 2017-03-20 15:46:54 +01:00
  • c79c79d3e8 'set -euo pipefail' in nginx entrypoint script krish7919 (Krish) 2017-03-20 16:25:00 +01:00
  • 041fc77866 Fixing typo krish7919 (Krish) 2017-03-20 16:21:41 +01:00
  • 345b381c76 Correcting doc link krish7919 (Krish) 2017-03-20 15:47:50 +01:00
  • a0fe046d3d NGINX is not optional for new nodes either krish7919 (Krish) 2017-03-20 15:46:25 +01:00
  • 07307eb175 'We' and 'You' error fix krish7919 (Krish) 2017-03-20 15:39:20 +01:00
  • 911573ebca NGINX is not optional! krish7919 (Krish) 2017-03-20 15:35:53 +01:00
  • 8c7355e92f Documentation typos and explanations krish7919 (Krish) 2017-03-20 14:58:53 +01:00
  • a541095e63 Add tests for setting log-level from CLI Brett Sun 2017-02-24 14:48:22 +01:00
  • 9c510be461 Configure logging in bigchaindb_configure decorator Brett Sun 2017-02-24 13:31:49 +01:00
  • a8f0926f2b Add log-level option for all CLI commands Brett Sun 2017-02-24 13:31:07 +01:00
  • 43f779a18b Add logging infrastructure Sylvain Bellemare 2017-03-13 17:55:11 +01:00
  • 9ce966791b Add logging infrastructure Sylvain Bellemare 2017-03-13 17:55:11 +01:00
  • a6f2f57b8a fixed pep8 issue Rodolphe Marques 2017-03-20 12:08:52 +01:00
  • 5fe8114f33 Merge remote-tracking branch 'origin/master' into votes-no-duplicate-inserts Rodolphe Marques 2017-03-20 11:59:28 +01:00
  • 3580a88942 First commit Troy McConaghy 2017-03-20 10:08:39 +01:00
  • fe40c69c6f Merge branch 'k8s-nginx-mongo' of github.com:bigchaindb/bigchaindb into local-k8s-nginx-mongo krish7919 (Krish) 2017-03-20 09:42:04 +01:00
  • 9aa243c9f8 Merge pull request #1300 from bigchaindb/update-copyright-year-in-docs Troy McConaghy 2017-03-20 09:38:24 +01:00
  • fe11fdac17 Documentation for deploying NGINX krish7919 (Krish) 2017-03-20 09:00:02 +01:00
  • 3e0b4e7b90 Merge pull request #1301 from bigchaindb/rm-docs-load-testing-with-docker Troy McConaghy 2017-03-18 22:24:04 +01:00
  • 03ca4b1fd3 make stepping pipeline queue items mutable Scott Sadler 2017-03-17 15:34:17 +01:00
  • 516492d7d4 Merge pull request #1262 from bigchaindb/change-federation-to-consortium Troy McConaghy 2017-03-17 14:27:35 +01:00
  • da92d1e1c2 Merge branch 'master' into change-federation-to-consortium Troy McConaghy 2017-03-17 13:51:28 +01:00
  • 10365bae52 docs: removed docs re load testing w/ Docker Troy McConaghy 2017-03-17 13:40:06 +01:00
  • 550b9cb804 Fix unit test Thomas Conte 2017-03-17 10:33:26 +01:00
  • dac1a60584 Minor fixes krish7919 (Krish) 2017-03-17 12:24:14 +01:00
  • 87b06eef0d exec instead of fork krish7919 (Krish) 2017-03-16 20:17:54 +01:00
  • 385fb000ec Multiple changes: - Better log format - Intuitive port number usage - README and examples - Addressed a typo in PYTHON_STYLE_GUIDE.md krish7919 (Krish) 2017-03-16 20:09:56 +01:00
  • 20712588ec Removing deprecated folder krish7919 (Krish) 2017-03-16 17:36:36 +01:00
  • e965bb151d Whitelisting source IPs for MongoDB krish7919 (Krish) 2017-03-16 17:34:50 +01:00
  • 5027c34da4 Backup commit before experimenting with k8s and public IPs - Added NGINX deployment to frontend both BDB and MDB. - Nginx is configured with a whitelist (which is read from a ConfigMap) to allow only other MDB nodes in the closter to communicate with it. - Azure LB apparently does not support proxy protocol and hence whitelisting fails as nginx always observer the LB IP instead of the real IP in the TCP stream. krish7919 (Krish) 2017-03-16 14:50:09 +01:00
  • 76556dd9c2 Minor fixes krish7919 (Krish) 2017-03-17 12:24:14 +01:00
  • 3b99daa080 Docker image optimization. (#1277) Andrej Svenke 2017-03-17 12:18:20 +01:00
  • d213eacd57 Merge pull request #1295 from bigchaindb/copyedit-docs-1st-node-on-k8s Troy McConaghy 2017-03-17 12:06:51 +01:00
  • e97cee8c84 Merge pull request #1294 from bigchaindb/bug/1291/threshold-conditions-duplicated-pks Rodolphe Marques 2017-03-17 10:32:21 +01:00
  • 3b1e6adb43 Formatting Thomas Conte 2017-03-17 10:05:11 +01:00
  • 8526246f78 Fix unit test Thomas Conte 2017-03-17 10:01:58 +01:00
  • 94877cb9c1 Update change log Sylvain Bellemare 2017-03-16 17:01:01 +01:00
  • ff132a9464 Updated copyright year in docs footers Troy McConaghy 2017-03-17 09:28:16 +01:00
  • 08f040d218 Authentication support Thomas Conte 2017-03-17 09:09:06 +01:00
  • e8265ec01c exec instead of fork krish7919 (Krish) 2017-03-16 20:17:54 +01:00
  • beeaffa719 Multiple changes: - Better log format - Intuitive port number usage - README and examples - Addressed a typo in PYTHON_STYLE_GUIDE.md krish7919 (Krish) 2017-03-16 20:09:56 +01:00
  • 35d061cf40 Update change log Sylvain Bellemare 2017-03-16 17:01:01 +01:00
  • 5efc96059c Increase patch version to 0.9.4 v0.9.4 Sylvain Bellemare 2017-03-16 17:01:49 +01:00
  • 3205672278 Update change log Sylvain Bellemare 2017-03-16 17:01:01 +01:00
  • 4f0ba65858 Fix get_spent mongodb-based query Sylvain Bellemare 2017-03-16 13:39:34 +01:00
  • b6c21ed819 Add test to reproduce false double spend Sylvain Bellemare 2017-03-16 14:01:43 +01:00
  • 02d3fc71ee Add test for get_spent for tx with two inputs Sylvain Bellemare 2017-03-16 13:40:25 +01:00
  • 7f9314845a Add fixtures for alice, bob, and carol Sylvain Bellemare 2017-03-16 14:05:09 +01:00
  • 7b0e758bc1 Use namedtuple for key pair Sylvain Bellemare 2017-03-14 11:47:44 +01:00
  • 2784f29ba4 Removing deprecated folder krish7919 (Krish) 2017-03-16 17:36:36 +01:00
  • 8f43e85296 Whitelisting source IPs for MongoDB krish7919 (Krish) 2017-03-16 17:34:50 +01:00
  • 5d42e8c0c5 Increase patch version to 0.9.4 Sylvain Bellemare 2017-03-16 17:01:49 +01:00
  • 0d2262dc7d Update change log Sylvain Bellemare 2017-03-16 17:01:01 +01:00
  • 2bc9307ecf Fix get_spent mongodb-based query Sylvain Bellemare 2017-03-16 13:39:34 +01:00
  • 0891324e38 Add test to reproduce false double spend Sylvain Bellemare 2017-03-16 14:01:43 +01:00
  • ac3b81d8d1 Add test for get_spent for tx with two inputs Sylvain Bellemare 2017-03-16 13:40:25 +01:00
  • f24bee9b1c Add fixtures for alice, bob, and carol Sylvain Bellemare 2017-03-16 14:05:09 +01:00
  • e18c71be8c Use namedtuple for key pair Sylvain Bellemare 2017-03-14 11:47:44 +01:00
  • b94a9ec7e9 Fix get_spent mongodb-based query Sylvain Bellemare 2017-03-16 13:39:34 +01:00
  • c5bad99f4e Add test for get_spent for tx with two inputs Sylvain Bellemare 2017-03-16 13:40:25 +01:00
  • c12f08a92c Add test to reproduce false double spend Sylvain Bellemare 2017-03-16 14:01:43 +01:00
  • 102406dd35 Add fixtures for alice, bob, and carol Sylvain Bellemare 2017-03-16 14:05:09 +01:00
  • 4fbc9d184b Fix get_spent mongodb-based query Sylvain Bellemare 2017-03-16 13:39:34 +01:00
  • 84d0941b42 Add test for get_spent for tx with two inputs Sylvain Bellemare 2017-03-16 13:40:25 +01:00
  • de9ae3bada Add test to reproduce false double spend Sylvain Bellemare 2017-03-16 14:01:43 +01:00
  • 23bf924414 Add fixtures for alice, bob, and carol Sylvain Bellemare 2017-03-16 14:05:09 +01:00
  • e15b4df397 Merge bf66c801bf827f89ad597b64ec178364a35a6be6 into b849656d3bbbc08fdb6e7e5fd06cb5a5636dd51a Sylvain Bellemare 2017-03-16 13:58:37 +00:00
  • b849656d3b Use namedtuple for key pair Sylvain Bellemare 2017-03-14 11:47:44 +01:00
  • 16646fddf6 Backup commit before experimenting with k8s and public IPs - Added NGINX deployment to frontend both BDB and MDB. - Nginx is configured with a whitelist (which is read from a ConfigMap) to allow only other MDB nodes in the closter to communicate with it. - Azure LB apparently does not support proxy protocol and hence whitelisting fails as nginx always observer the LB IP instead of the real IP in the TCP stream. krish7919 (Krish) 2017-03-16 14:50:09 +01:00
  • 7aa94447cd docs: copyedited 2 pages re/ node on k8s Troy McConaghy 2017-03-16 14:42:32 +01:00
  • 4aa6ed1067 fixed pep8 error Rodolphe Marques 2017-03-16 14:18:57 +01:00
  • f00f68e03f _sign_threshold now signs all subconditions for a public key. Rodolphe Marques 2017-03-16 14:10:04 +01:00
  • bf66c801bf Move get_spent related tests under test_core.py Sylvain Bellemare 2017-03-14 11:49:53 +01:00
  • 3164980a43 Use namedtuple for key pair Sylvain Bellemare 2017-03-14 11:47:44 +01:00
  • bbf5c49f9a test that transfer tx cannot have no inputs Scott Sadler 2017-03-15 17:19:46 +01:00
  • ea6ce5c1a1 Single node/cluster bootstrap and node addition workflow in k8s (#1278) Krish 2017-03-15 16:22:49 +01:00
  • a9f0f9de54 Merge pull request #1261 from bigchaindb/rm-bigchaindb-load-stuff-from-aws-scripts Troy McConaghy 2017-03-15 16:19:13 +01:00
  • 00adef2c0a Change in ConfigMap yaml config krish7919 (Krish) 2017-03-15 15:53:30 +01:00
  • 89fcd867fd Block formatting error krish7919 (Krish) 2017-03-15 15:28:25 +01:00
  • 4e887ed4a0 More doc fixes and formatting krish7919 (Krish) 2017-03-15 15:27:32 +01:00
  • d3069d558d Forgot to git add changes last time krish7919 (Krish) 2017-03-15 15:05:13 +01:00
  • 860e7cda02 test that transaction with no hash raises schema validation error Scott Sadler 2017-03-15 14:32:54 +01:00
  • d08d932627 make max output amount a constant Scott Sadler 2017-03-15 13:37:56 +01:00
  • b0f40894c1 Merge pull request #1283 from bigchaindb/az-acs-tip Troy McConaghy 2017-03-15 13:15:26 +01:00
  • 476e796c8f More changes as per @ttms's comments krish7919 (Krish) 2017-03-15 12:13:06 +01:00
  • 25650597b1 test invalid string amount case Scott Sadler 2017-03-15 11:27:35 +01:00
  • a869f6d1dd fix wrong exception after schema change Scott Sadler 2017-03-15 11:08:19 +01:00
  • 48a766400d try to bump codecov into correct calculation Scott Sadler 2017-03-15 11:03:00 +01:00
  • 69bafc80c0 put limits on amount size Scott Sadler 2017-03-15 10:17:41 +01:00
  • f23bfa52d1 Output.from_dict accepts string Scott Sadler 2017-03-15 10:00:00 +01:00
  • 56b81f9d8d change amount type to string in schema file Scott Sadler 2017-03-14 21:45:36 +01:00
  • 4daeff28f8 Tip for az acs kubernetes get-credentials... Troy McConaghy 2017-03-14 20:23:46 +01:00