14 Commits

Author SHA1 Message Date
Sylvain Bellemare
50b0b3cef2 Rebase/feat/586/integrate tx model (#641)
* Adjust imports to bigchaindb_common

* Adjust get_spent function signature

* Adjust block serialization

* Fix BigchainApi Test

* Fix TestTransactionValidation tests

* Fix TestBlockValidation tests

* WIP: TestMultipleInputs

* Adjust tests to tx-model interface changes

- Fix old tests
- Fix tests in TestMultipleInputs class

* Remove fulfillment message tests

* Fix TransactionMalleability tests

* Remove Cryptoconditions tests

* Remove create_transaction

* Remove signing logic

* Remove consensus plugin

* Fix block_creation pipeline

* Fix election pipeline

* Replace some util functions with bdb_common ones

- timestamp ==> gen_timestamp
- serialize.

* Implement Block model

* Simplify function signatures for vote functions

Change parameter interface for the following functions:

- has_previous_vote
- verify_vote_signature
- block_election_status

so that they take a block's id and voters instead of a fake block.

* Integrate Block and Transaction model

* Fix leftover tests and cleanup conftest

* Add bigchaindb-common to install_requires

* Delete transactions after block is written (#609)

* delete transactions after block is written

* cleanup transaction_exists

* check for duplicate transactions

* delete invalid tx from backlog

* test duplicate transaction

* Remove dead code

* Test processes.py

* Test invalid tx in on server

* Fix tests for core.py

* Fix models tests

* Test commands main fn

* Add final coverage to vote pipeline

* Add more tests to voting pipeline

* Remove consensus plugin docs and misc

* Post rebase fixes

* Fix rebase mess

* Remove extra blank line

* Improve docstring

* Remove comment

handled in bigchaindb/cryptoconditions#27;
see https://github.com/bigchaindb/cryptoconditions/issues/27

* Fix block serialization in block creation

* Add signed_ prefix to transfer_tx

* Improve docs

* Add library documentation page on pipelines

* PR feedback for models.py

* Impr. readability of get_last_voted_block

* Use dict comprehension

* Add docker-compose file to build and serve docs

locally for development purposes

* Change private_key for signing_key

* Improve docstrings

* Remove consensus docs

* Document new consensus module

* Create different transactions for the block

* Cleanup variable names in block.py

* Create different transactions for the block

* Cleanup variable names in block.py
2016-09-29 10:29:41 +02:00
Troy McConaghy
5400427b80 Merge pull request #537 from Kentoseth/feat/525/installing-with-lxd
Added instructions for LXC/LXD containers
2016-08-10 22:57:34 +02:00
client
75f90ee140 Added instructions for LXC/LXD containers
- Added an install-with-lxd.md file
- Modified the index.rst file to include reference to this document
2016-08-09 01:26:12 +02:00
troymc
608d75dfaa docs: moved run-with-docker.md to the Appendices 2016-08-08 17:54:38 +02:00
troymc
efb72c65db docs: added 2 new pages to Appendices 2016-08-08 17:41:24 +02:00
Troy McConaghy
9166d306d5 Merge pull request #417 from bigchaindb/docs-on-firewall-setup
Docs on firewall setup
2016-07-12 15:08:27 +02:00
Troy McConaghy
7cd62ac6a3 Merge pull request #422 from bigchaindb/move-aws-setup-to-appendices
Docs: Moved AWS Setup notes to the Appendices
2016-07-11 10:07:31 +02:00
troymc
9eef744845 Docs: rm page re local multi-node rethinkdb cluster 2016-07-08 16:27:14 +02:00
troymc
fbc32aa3fd Docs: Moved AWS Setup to appendices 2016-07-08 10:53:12 +02:00
troymc
079c23eb66 Docs: expanded firewall notes & moved to Appendices 2016-07-06 11:08:39 +02:00
troymc
761663b1da Docs: 1st draft of example rethinkdb storage setups 2016-07-05 09:14:59 +02:00
troymc
9a3fd04e40 Docs on NTP daemon setup, RethinkDB config for cluster nodes 2016-06-15 10:48:06 +02:00
troymc
f6cd88338b Removed glossary from Appendices TOC 2016-06-10 09:44:23 +02:00
troymc
b4b1ee7027 Edited root index.rst & added index.rst to new subdirs of docs 2016-06-07 15:32:21 +02:00