troymc
|
56efe3ff02
|
Docs: edited the tx, block and vote models section
|
2016-05-24 17:38:35 +02:00 |
|
troymc
|
51a84d3e93
|
Omitted mention of PR #266
|
2016-05-23 11:14:17 +02:00 |
|
troymc
|
5e809a963a
|
Added PR #271 and PR #279 to CHANGELOG.md
|
2016-05-23 11:10:56 +02:00 |
|
ryan
|
003d4b8310
|
imperative phrasing
|
2016-05-23 10:27:22 +02:00 |
|
troymc
|
30551e5906
|
Updated CHANGELOG.md in prep for next version release
|
2016-05-23 10:23:46 +02:00 |
|
ryan
|
1b10d11a2c
|
Revert "get_tx_by_payload_hash checks block status (no tests)"
This reverts commit bb0bb9a1b4f686e2cb042427de1aeb06a002fc14.
|
2016-05-23 10:20:33 +02:00 |
|
ryan
|
5bc66a28c1
|
Revert "revert get_tx_by_payload_hash"
This reverts commit fb2cd532a9462ae4fc3c50056f01b37467816848.
|
2016-05-23 10:17:12 +02:00 |
|
vrde
|
3daa153878
|
Merge remote-tracking branch 'origin/update-roadmap'
|
2016-05-20 15:43:28 +02:00 |
|
vrde
|
c76e831f15
|
Merge remote-tracking branch 'origin/better-newrelic-support'
|
2016-05-20 15:42:32 +02:00 |
|
troymc
|
046f39f715
|
Use import sys rather than from sys etc.
|
2016-05-20 13:38:17 +02:00 |
|
vrde
|
48325cccb4
|
Merge branch 'sbellem-docker-dev'
|
2016-05-20 11:07:09 +02:00 |
|
vrde
|
2948ccdb2a
|
Merge branch 'docker-dev' of git://github.com/sbellem/bigchaindb into sbellem-docker-dev
|
2016-05-20 11:06:50 +02:00 |
|
vrde
|
95fe5a77aa
|
Merge remote-tracking branch 'origin/feat/317/switch-to-rapidjson'
|
2016-05-20 10:59:56 +02:00 |
|
vrde
|
40d5d90b6c
|
Merge remote-tracking branch 'origin/use-pip3-for-setuptools-upgrade'
|
2016-05-20 10:55:52 +02:00 |
|
troymc
|
1c44d669e0
|
Updated the links to ROADMAP.md in the docs
|
2016-05-19 19:21:19 +02:00 |
|
troymc
|
fd4ac0d8e7
|
Changed ROADMAP.md to link to the new roadmap location
|
2016-05-19 19:20:48 +02:00 |
|
ryan
|
fb2cd532a9
|
revert get_tx_by_payload_hash
|
2016-05-19 16:43:04 +02:00 |
|
ryan
|
61bae88cdb
|
Merge branch 'master' into core/192/ignore-invalid-blocks
|
2016-05-19 16:32:46 +02:00 |
|
ryan
|
1eaa0ff913
|
test get_owned on invalid block
|
2016-05-19 16:27:04 +02:00 |
|
ryan
|
9fdc4fc9c2
|
test for query on spent in invalid block
|
2016-05-19 15:42:27 +02:00 |
|
ryan
|
8d3faec6a7
|
fix unspent query
|
2016-05-19 15:42:05 +02:00 |
|
Ryan Henderson
|
9f03b2b771
|
add election class, process starts (#221)
* add election class, process starts
* remove else clause
* resolve splitvote
* move quorum check to core
* remove comments
* fixed vote counting
* add test
* poison pill
* queue test
* generalize election status
* get correct part of block
* clean shut down
* test block liquidation
* add vote signature checking
* add tests
* user_public_key to user_vk
* python3 style floordivs
* correct verdict for odd number of voters, and tests
* remove whitespace
* simplify verify_vote_signature
* election checks pubkey is in block voters
* tests for elector pubkey
* count invalid votes as votes for invalid block
* test update
* test mismatched vote, block sigs
* variable name change
* comments on voting logic
* comments on voting logic
* remove unused queue
* correct block model
* imperative docstring
* election status class constants
* election tests use constants
|
2016-05-19 14:03:52 +02:00 |
|
ryan
|
635a416305
|
test get_transaction on invalid block
|
2016-05-19 13:54:47 +02:00 |
|
Rodolphe Marques
|
07df25ffaf
|
fix typo after merge
|
2016-05-19 12:36:42 +02:00 |
|
Rodolphe Marques
|
925c15e80e
|
Merge remote-tracking branch 'remotes/origin/master' into feat/317/switch-to-rapidjson
|
2016-05-19 12:01:26 +02:00 |
|
Rodolphe Marques
|
b420b86d69
|
fix typo
|
2016-05-19 11:50:43 +02:00 |
|
troymc
|
b1a8741c57
|
Use pip3 instead of pip to upgrade pip, wheel & setuptools
|
2016-05-19 11:48:11 +02:00 |
|
vrde
|
b1101747c0
|
Merge branch 'more-explicit-error-reporting-for-pkg_resources'
|
2016-05-19 11:42:03 +02:00 |
|
vrde
|
dbbdb2f017
|
Fix help message
|
2016-05-19 11:30:58 +02:00 |
|
Rodolphe Marques
|
6d4bb7928b
|
updated documentation
|
2016-05-19 11:28:34 +02:00 |
|
vrde
|
248f21d8cd
|
Bump to wake up some CI stuff
|
2016-05-19 11:23:46 +02:00 |
|
vrde
|
491dc29b41
|
Use more generic and compatible Exception
|
2016-05-19 11:08:26 +02:00 |
|
ryan
|
814d8a1663
|
wait for indexes
|
2016-05-18 17:09:26 +02:00 |
|
Dimitri De Jonghe
|
ed0b1965bf
|
Merge pull request #281 from bigchaindb/fix/260/add-output-condition-to-fulfillment-message
Fix #260 transaction malleability
|
2016-05-18 16:45:19 +02:00 |
|
ryan
|
ce86be7747
|
Merge branch 'master' into core/192/ignore-invalid-blocks
|
2016-05-18 16:27:59 +02:00 |
|
ryan
|
5e3358f278
|
Merge branch 'core/193/invalid-block-backlog' into core/192/ignore-invalid-blocks
|
2016-05-18 16:27:15 +02:00 |
|
Rodolphe Marques
|
50da984626
|
replaced json with rapidjson
|
2016-05-18 15:43:47 +02:00 |
|
troymc
|
87275b966c
|
Changed where newrelic_license_key gets set
|
2016-05-18 14:56:49 +02:00 |
|
troymc
|
12567e7f1e
|
Add documentation on how to use New Relic Server Monitoring
|
2016-05-18 14:32:24 +02:00 |
|
troymc
|
937e1a7d65
|
Tested & improved New Relic installation
|
2016-05-18 14:31:42 +02:00 |
|
Troy McConaghy
|
8138a4b1c2
|
Merge pull request #315 from bigchaindb/codecov-yml-changes-suggested-by-stevepeak
codecov.yml changes suggested by stevepeak & more
|
2016-05-18 10:53:14 +02:00 |
|
troymc
|
7ed2de43ef
|
Ignore benchmarking-tests & speed-tests in codecov.yml
|
2016-05-18 10:44:30 +02:00 |
|
troymc
|
b38330d0aa
|
codecov.yml changes suggested by stevepeak
|
2016-05-18 10:43:40 +02:00 |
|
Sylvain Bellemare
|
7f5ae6b4c0
|
Add docs to run unit tests with docker-compose
|
2016-05-17 15:23:09 +02:00 |
|
diminator
|
3aba164bfd
|
logical and rather than bitwise
|
2016-05-17 15:23:00 +02:00 |
|
diminator
|
3dad488344
|
condition.serialize_uri => condition_uri
|
2016-05-17 15:12:20 +02:00 |
|
Sylvain Bellemare
|
d45fb3568a
|
Simplify the service names
|
2016-05-17 14:53:46 +02:00 |
|
Troy McConaghy
|
71489ac00f
|
Merge pull request #278 from bigchaindb/feat/277/add-gitattributes-file
Resolve Feat/277/add gitattributes file
|
2016-05-17 14:48:48 +02:00 |
|
Troy McConaghy
|
801e077519
|
Merge pull request #276 from bigchaindb/suggest-updating-pip-etc-in-install-docs
Install docs: Suggest upgrading pip wheel & setuptools
|
2016-05-17 14:44:13 +02:00 |
|
ryan
|
4dd6c78441
|
election tests use constants
|
2016-05-17 13:31:13 +02:00 |
|