Commit Graph

  • b1c9d7de86 Problem: Default for show_election not implemented for Election class z-bowen 2018-09-05 14:10:24 +02:00
  • 5cde9c8b08 Problem: Command line options for upsert-validator can be generalized to manage any type of election z-bowen 2018-09-05 13:27:45 +02:00
  • 4b6d30f20d Fix post_mock in web/test_transactions.py. Lev Berman 2018-09-05 13:16:04 +02:00
  • 9c5ba722f9 Do not strictly expect deliver_tx in the response. Lev Berman 2018-09-05 12:22:20 +02:00
  • bda1fb7708 Problem: Public key type not verfied during validation Vanshdeep Singh 2018-09-05 12:21:49 +02:00
  • b31c59c0af Add a test case for the sync mode. Lev Berman 2018-09-05 12:16:19 +02:00
  • abc74579cd Merge branch 'abstract_election_class' into generalize-election-management-commands z-bowen 2018-09-05 11:53:46 +02:00
  • 3811e9ff74 Merge remote-tracking branch 'ssh_upstream/master' into iss/std-upsert-validator Vanshdeep Singh 2018-09-05 11:14:28 +02:00
  • b6a5150da9 Merge branch 'master' into abstract_election_class z-bowen 2018-09-05 10:52:23 +02:00
  • bee9468bd0 Problem: test_make_sure_we_dont_remove_any_command does not check for upsert-validator show (#2499). Zachary Bowen 2018-09-05 10:51:32 +02:00
  • 0c64fbfb5d Problem: Election class variable ELECTION_TYPE is overly specific z-bowen 2018-09-05 10:41:05 +02:00
  • 331b52cc4c Problem: Schema still refers to ValidatorElectionVote instead of Vote z-bowen 2018-09-05 10:36:44 +02:00
  • 82abd9559c Merge branch 'master' into remove-tm-marker codegeschrei 2018-09-05 10:31:45 +02:00
  • 7d756bf1a9 Problem: Hardcoded reference to the VOTE_TYPE in Election base class z-bowen 2018-09-04 17:23:24 +02:00
  • 30a5b9374d Problem: Error in docstring return signature z-bowen 2018-09-04 17:21:48 +02:00
  • 1e3caf8ccd Problem: UpsertValidatorVote can be generalized to just be Vote z-bowen 2018-09-04 17:13:34 +02:00
  • 84a7cf7657 Problem: Election class needs to be updated to store concluded elections in the elections table z-bowen 2018-09-04 15:58:35 +02:00
  • af2b5424c0 Problem: Cryptoconditions not pinned which is casuing build failure (#2512) Vanshdeep Singh 2018-09-04 15:45:48 +02:00
  • cb22557771 Problem: Validation code not optimized (#2490) Vanshdeep Singh 2018-09-04 15:30:52 +02:00
  • 0ceca3f243 Problem: Cryptoconditions not pinned which is casuing build failure Vanshdeep Singh 2018-09-04 15:27:10 +02:00
  • fe8eb84cf7 Merge branch 'master' into abstract_election_class z-bowen 2018-09-04 15:06:03 +02:00
  • 8be9ea0dc1 Problem: The commit mode behaves incorrectly. Lev Berman 2018-09-04 14:39:53 +02:00
  • c72c7a4626 Problem: tests/README.md either wrong or redundant (#2479) Troy McConaghy 2018-09-04 13:31:00 +02:00
  • 84535ec401 Problem: CI Build error because of flake8 issue Vanshdeep Singh 2018-09-04 12:29:37 +02:00
  • 85eb0b12e1 Problem: _input_valid cache not clear in between tests Vanshdeep Singh 2018-09-04 12:22:05 +02:00
  • f8bb29535a
    Problem: Code Reference docs hidden in appendices (#2473) Troy McConaghy 2018-09-04 12:17:27 +02:00
  • 1333d565a3 Merge remote-tracking branch 'ssh_upstream/master' into feat/memoize Vanshdeep Singh 2018-09-04 12:09:52 +02:00
  • e7dae7db72 Problem: Need a table to store data for all elections z-bowen 2018-09-04 12:08:16 +02:00
  • 7fa4e17f2c Problem: No test for '_input_valid' memoization Vanshdeep Singh 2018-09-04 12:06:48 +02:00
  • 0b9e4836c7 Problem: No test for memoization Vanshdeep Singh 2018-09-04 11:59:50 +02:00
  • cc28c55ba7 Problem: CHANGELOG.md hasn't been updated since Aug. 1 Troy McConaghy 2018-09-04 11:35:02 +02:00
  • b468504bfc Problem: Missed a method in Bigchain class when updating the naming for an election method z-bowen 2018-09-04 11:12:51 +02:00
  • bd76b31e40 Revert "Problem: No need to store different types of elections in their own tables" z-bowen 2018-09-04 10:55:23 +02:00
  • 9689072ea4 Problem: memoization for to_dict disabled Vanshdeep Singh 2018-09-04 10:52:15 +02:00
  • e69237c3dd Problem: mismatch value for type field Vanshdeep Singh 2018-09-04 10:15:17 +02:00
  • e7e7cea4eb Problem: new public key interface not applied to 'abci' tests Vanshdeep Singh 2018-09-03 17:18:44 +02:00
  • 8dda02dc0e Problem: Public key format not standardized Vanshdeep Singh 2018-09-03 15:49:31 +02:00
  • 230a5b2d69 ABCI chain migration conclusion (#2488) Lev Berman 2018-09-03 15:41:49 +02:00
  • 314c7ea41a Assert abci_chains indexes Lev Berman 2018-09-03 12:07:48 +02:00
  • 07b9802194 Determine current chain in __init__ for efficiency. Lev Berman 2018-08-30 18:08:25 +02:00
  • cef559cdb0 Adjust ABCI handlers to shift migration height. Lev Berman 2018-08-30 17:31:59 +02:00
  • b5fe2b15ce Panic when receive inconsistent data in InitChain. Lev Berman 2018-08-30 12:21:59 +02:00
  • 7730719b3c Add the function for triggering ABCI migrations. Lev Berman 2018-08-29 17:04:01 +02:00
  • 3f3c67b8d6 Problem: Incompatible ABCI chain upgrades. Lev Berman 2018-08-29 12:47:42 +02:00
  • d0a7df8d17 Problem: No good way to check for val set absence. Lev Berman 2018-08-29 12:37:08 +02:00
  • fe0a4c494b
    Problem: No MongoDB support for election ID index. (#2507) Lev Berman 2018-09-03 15:09:16 +02:00
  • 9c0144dda0 Problem: No MongoDB support for election ID index. Lev Berman 2018-09-03 14:42:16 +02:00
  • 8e55b11da2 Problem: cyrptoconditions dependency updated because of vulnerability (#2494) Muawia Khan 2018-09-03 13:25:58 +02:00
  • db45374d3c Problem: No need to store different types of elections in their own tables z-bowen 2018-09-03 12:45:37 +02:00
  • 560a8154b7 Problem: Responding to a suggestion for improved method naming z-bowen 2018-09-03 12:00:06 +02:00
  • a664c8320a Fixing some more tests failing because of base58 update Ahmed Muawia Khan 2018-09-03 11:11:02 +02:00
  • b27f6f4b30 Merge branch 'master' into update_cc_b58_crypto Ahmed Muawia Khan 2018-09-03 10:36:41 +02:00
  • 9280ac62a7 Problem: memoization for from_dict not enabled Vanshdeep Singh 2018-09-03 09:50:37 +02:00
  • 80b6881797 Problem: Docs page 'BigchainDB and Smart Contracts' is stale (#2504) Troy McConaghy 2018-09-02 00:23:17 +02:00
  • 905b1a5141
    Problem: Root docs page about decentralization has two incorrect sentences (#2505) Troy McConaghy 2018-08-31 20:43:08 +02:00
  • c5bfe03783
    Problem: Root docs page about decentralization has two incorrect sentences Troy McConaghy 2018-08-31 20:10:05 +02:00
  • 0ee935c008 Fix test using b58encode Ahmed Muawia Khan 2018-08-31 17:23:05 +02:00
  • cf1f253019 Update bigchaindb-driver version -> 0.5.2 in acceptance test (#2503) Muawia Khan 2018-08-31 16:56:34 +02:00
  • c2ea25860a Problem: CI build fails when using memoized from_dict Vanshdeep Singh 2018-08-31 16:52:59 +02:00
  • 9a951d0034 Update bigchaindb-driver version -> 0.5.2 in acceptance test Ahmed Muawia Khan 2018-08-31 16:43:14 +02:00
  • 0cec53bffc Problem: Docs page 'BigchainDB and Smart Contracts' is stale Troy McConaghy 2018-08-31 16:40:28 +02:00
  • b8d55e928d Problem: Need better exception handling for store_unspent_outputs z-bowen 2018-08-31 16:34:04 +02:00
  • a4efdb2a1e
    Merge bec2abeb55daaeb376109279c2bb450b4efa74ca into 96932793b1c05ed809e186a1c1e17185fb1742cb Zachary Bowen 2018-08-31 13:27:41 +00:00
  • 96932793b1
    Problem: The docs about database.ssl are wrong (#2500) Troy McConaghy 2018-08-31 15:27:35 +02:00
  • bec2abeb55 Problem: TODO to improve error reporting in one of the queries z-bowen 2018-08-31 15:16:05 +02:00
  • f66f30f4cb Problem: Big blocks of commented out code have been around for months z-bowen 2018-08-31 15:14:52 +02:00
  • 69aacc66db Problem: The docs about database.ssl are wrong Troy McConaghy 2018-08-31 15:10:03 +02:00
  • 9e13f3af51 Problem: test_make_sure_we_dont_remove_any_command needs to be aligned to cover upsert-validator show z-bowen 2018-08-31 14:36:08 +02:00
  • 4a631ef3ae Problem: Adding base58 as a requirement seems to break the build... z-bowen 2018-08-31 14:07:49 +02:00
  • 3d67565bda Problem: ValidatorElection and MigrationElection need to inherit from a common Election class z-bowen 2018-08-31 13:56:55 +02:00
  • 2d1f670eec
    Problem: BigchainDB has un-necessary code to initialize a replica set and check if MongoDB was started with replicaSet (#2491) Shahbaz Nazir 2018-08-31 13:54:32 +02:00
  • 9e7616fe32 minor doc fix Shahbaz Nazir 2018-08-31 13:53:49 +02:00
  • f22e406ae3 minor doc fix Shahbaz Nazir 2018-08-31 13:53:07 +02:00
  • ab8d12b3fa minor doc fix Shahbaz Nazir 2018-08-31 13:51:55 +02:00
  • 442060db96
    Merge branch 'master' into mdb-backend-refactor Shahbaz Nazir 2018-08-31 13:50:23 +02:00
  • 60a04f4e0b update docs Shahbaz Nazir 2018-08-31 13:27:18 +02:00
  • cb418265b6
    Problem: No documentation for hosted MongoDB (#2495) Shahbaz Nazir 2018-08-31 13:24:04 +02:00
  • ab8cb5cb3e Document the three supported MongoDB auth methods Troy McConaghy 2018-08-31 13:13:28 +02:00
  • 5cd0a6213f update cc to ~=0.7.2 Ahmed Muawia Khan 2018-08-31 12:42:06 +02:00
  • 7de4226666 Merge branch 'master' into abstract_election_class z-bowen 2018-08-31 10:31:47 +02:00
  • cfc2c5900b Rework upsert-validator show status (#2496) Zachary Bowen 2018-08-31 09:47:47 +02:00
  • e90b697f25 Problem: Need a uniqueness constraint for election_id wrt validator changes z-bowen 2018-08-30 18:20:39 +02:00
  • 96dc8a245e Problem: Logic for upsert-validator show is convoluted z-bowen 2018-08-30 15:14:52 +02:00
  • 4716bf4832 Add documents for hosted mongodb deployments Shahbaz Nazir 2018-08-30 13:38:02 +02:00
  • 4c64b6c52c Problem: We need to store the election_id as part of the validator_update so we can efficiently check which election was resposible for the change z-bowen 2018-08-30 12:02:43 +02:00
  • 7a0b474d11 Problem: Users want to know upsert-validator election status. Zachary Bowen 2018-08-30 10:47:37 +02:00
  • 55c3fb5fb3 Problem: is_commited method is not simplied Vanshdeep Singh 2018-08-30 10:39:22 +02:00
  • 8ff6c919b2 Problem: TODO for test_configure_bigchaindb_logging suggest only fixing the test, when removing is also an option z-bowen 2018-08-30 10:39:02 +02:00
  • 2bb98ab97f Problem: Appropriate hash function not used. Vanshdeep Singh 2018-08-30 10:36:08 +02:00
  • f7e07e13ec Merge remote-tracking branch 'ssh_upstream/master' into feat/memoize Vanshdeep Singh 2018-08-30 10:25:20 +02:00
  • a4f5a373bd Problem: cyrptoconditions dependency updated because of vulnerability CVE-2018-10903 Ahmed Muawia Khan 2018-08-29 20:12:16 +02:00
  • 0dbcba6cb3
    Merge c9daaf5ec046c039819394949cf852a7817e3ed1 into 3cf368aab7d64eab35fd3414333ca614e86e14c3 codegeschrei 2018-08-29 17:51:00 +00:00
  • 9896888e16 Problem: Some unnecessary TODOs z-bowen 2018-08-29 18:41:43 +02:00
  • 3cf368aab7 Problem: No unique indexes on transaction id and block height (#2492) Vanshdeep Singh 2018-08-29 17:45:08 +02:00
  • ba856c2044 Problem: A dirty test in test_utils is contaminating the test env z-bowen 2018-08-29 17:33:15 +02:00
  • b11e2ab316 Problem: CI build fails Vanshdeep Singh 2018-08-29 17:33:07 +02:00
  • b5b6b7d0b7 fix flake8 issues Shahbaz Nazir 2018-08-29 16:53:47 +02:00
  • f0a3f86597 Problem: No test for checking index types Vanshdeep Singh 2018-08-29 16:34:14 +02:00
  • 653f3f2112 Problem: Unqiue indexes over ids missing Vanshdeep Singh 2018-08-29 16:25:38 +02:00
  • 630895449e BigchainDB does not neet to initialize or check for replicaset Shahbaz Nazir 2018-08-29 15:51:25 +02:00