14 Commits

Author SHA1 Message Date
Muawia Khan
2b39566a4b Problem: Some configurations are defunct (#2338)
* Problem: BigchainDB config has stale/deprecated parameters

- Remove `keyring` and `keypair` from config
- Update tests
- Add `tendermint` config

* Fix flake8

* Update some naming conventions and redundant changes

* Remove redundant routine `fast_query`

* Remove deprecated parameters and descriptions

* remove some more unwanted code

* Problem: Two flake8 errors made Travis fail

Solution: Fix the two flake8 errors

* Address comments

- Remove reference of nodes_except_me and me_private and me
  as attributes of BigchainDB instances
- Update and re-add test(s)
- Do not introduce `tendermint` in configuration instead handle that
  in a separate PR along with docs

* Address comments

- Remove tests that are already covered with 2.0
- Remove tests that are no longer relevant
- Add TODO for more cleanup

* Remove tendermint config from configure command
2018-06-08 15:50:50 +02:00
Katha
e377fb57af
Pre commit styling (#1914)
* run pre-commit and fix errors

* mention pre-commit in our guides
2017-11-30 15:04:14 +01:00
Scott Sadler
861bfa2aab use patch instead of subclassing 2017-04-13 11:38:17 +02:00
Scott Sadler
ddbdf64e33 voting module raises CriticalDuplicateVote if there's a duplicate vote 2017-03-20 17:30:02 +01:00
Scott Sadler
ffccf86c91 Merge remote-tracking branch 'origin/master' into voting-class-integration 2017-03-08 12:54:33 +01:00
Scott Sadler
bbe9d4fc88 add some clarifications to test_voting.py 2017-03-03 13:24:30 +01:00
Scott Sadler
6a10127268 Merge branch 'identify-voters' into voting-class-integration 2017-02-25 10:28:38 +01:00
Scott Sadler
f858fc8f8d fix voting bug with prev_block 2017-02-25 10:21:40 +01:00
Scott Sadler
ae8367c6c7 log election results in election pipeline 2017-02-24 13:27:48 +01:00
Scott Sadler
f860753192 test for block_election 2017-02-24 10:43:30 +01:00
Scott Sadler
6295749997 pull in tests and fixes from integration branch 2017-02-24 10:12:26 +01:00
Scott Sadler
d73134e6c3 Static Classify Voting 2017-02-24 10:10:23 +01:00
Scott Sadler
f8a7123f0a check count_votes invalid input 2017-02-24 10:10:23 +01:00
Scott Sadler
4f997f60c0 flesh out voting module 2017-02-24 10:10:23 +01:00