Commit Graph

  • 1879ec5be7 Fix get_txids_by_asset_id query for rethinkdb after removing asset's uuid Brett Sun 2016-12-15 15:28:17 +01:00
  • f22ce3683b Remove id from the Asset model Brett Sun 2016-12-14 18:01:48 +01:00
  • dad87529b5 Allow AssetLinks to be used in place of Assets in the Transaction Model and enforce Transaction.transfer() to only take an AssetLink Brett Sun 2016-12-14 18:03:23 +01:00
  • e489c24b75 Add AssetLink.from_inputs() to make creating an AssetLink easier for users of Transaction.transfer() Brett Sun 2016-12-14 18:05:40 +01:00
  • e192723988 Remove AssetLink's inheritance from Asset Brett Sun 2016-12-14 19:10:53 +01:00
  • b4fe0954b1 Remove usages of data_id in AssetLink model Brett Sun 2016-12-14 16:52:11 +01:00
  • 10e16240a6 Small docstring improvements in Asset model Brett Sun 2016-12-14 18:07:52 +01:00
  • a2243e797d Reword description of the asset schema to include the keywords Brett Sun 2016-12-14 16:48:33 +01:00
  • 8a0a35c4f2 Update description of asset ID in transaction schema file libscott 2016-12-12 14:36:08 +01:00
  • 77f273a8b4 spec tx id as asset id Scott Sadler 2016-12-09 14:15:12 +01:00
  • b2cb426097 Merge pull request #962 from bigchaindb/remove-asset-keywords libscott 2016-12-20 10:02:42 +01:00
  • ed3b0b8b9c Merge pull request #961 from bigchaindb/fix-http-api-docs-intro Troy McConaghy 2016-12-19 17:48:51 +01:00
  • 8470854769 Add extra set of backticks for code-blocks in inputs and outputs docs Brett Sun 2016-12-19 16:14:58 +01:00
  • b64026441b Add changes from @ttmc's suggestions Brett Sun 2016-12-19 16:12:09 +01:00
  • d412c934b1 Add extra sentence to inputs and outputs docs describing divisible assets Brett Sun 2016-12-19 16:04:03 +01:00
  • 727e9822b5 Move asides in inputs and outputs docs to be sphinx notes Brett Sun 2016-12-19 16:00:01 +01:00
  • a0487493ae Small wording and typo fixes for inputs and outputs docs Brett Sun 2016-12-19 15:59:19 +01:00
  • 050990aac1 Created tests for mongodb schema Rodolphe Marques 2016-12-19 15:45:02 +01:00
  • 3f2966072e change creators to tx_signers in Transaction.create Scott Sadler 2016-12-19 15:42:11 +01:00
  • 7070c39aca Fix small typo in AmountError's docstring Brett Sun 2016-12-19 15:38:30 +01:00
  • 8d0ff25a39 Don't include the top-level bigchaindb/ folder in path names troymc 2016-12-19 15:34:58 +01:00
  • 92fee24395 fix forgotten test inputs-outputs Scott Sadler 2016-12-19 13:44:20 +01:00
  • 9002066d4a fix documentation link error re inputs-outputs Scott Sadler 2016-12-19 12:42:54 +01:00
  • 6fb48dd172 fix TransactionLink.to_uri to use Output Scott Sadler 2016-12-16 18:01:48 +01:00
  • 33f05f7f6b re-frame documentation on crypto conditions around inputs and outputs Scott Sadler 2016-12-16 17:12:41 +01:00
  • 02002bd5f8 Reword some transaction schema descriptions based on feedback Brett Sun 2016-12-16 11:59:44 +01:00
  • f4257030fc dont override input builtin in models.py Scott Sadler 2016-12-15 13:52:16 +01:00
  • 4e17fe5c3d change fulfills.idx to fulfills.output Scott Sadler 2016-12-15 12:05:02 +01:00
  • d479a186a4 address wording problems re inputs/outputs in transaction-model.rst docs Scott Sadler 2016-12-15 11:45:28 +01:00
  • b20a770b02 restore accidentally deleted tests Scott Sadler 2016-12-15 10:39:39 +01:00
  • 2f4da6a32f Extra renames and small fixes for inputs-outputs (#952) Brett Sun 2016-12-14 16:39:35 +01:00
  • 3d495a8987 update description of TRANSFER @ttmc Scott Sadler 2016-12-13 16:57:39 +01:00
  • 4b235f1f72 rename condition and fulfillment to output in test names where neccesary Scott Sadler 2016-12-13 15:53:56 +01:00
  • 05e8d6e28e fix documentation issue in transaction schema file Scott Sadler 2016-12-13 14:54:23 +01:00
  • 27ad7b5092 s/fulfillments/inputs/g && s/conditions/outputs/g (docs changes) Scott Sadler 2016-12-13 13:56:01 +01:00
  • ed55b3984e s/fulfillments/inputs/g && s/conditions/outputs/g (code changes) Scott Sadler 2016-12-13 13:41:46 +01:00
  • e2e3ecb9f4 put back owners_before and a bugfix in tx model Scott Sadler 2016-12-13 11:30:01 +01:00
  • 9bb8b33d72 Change 'spends' to 'fulfills' in tx model libscott 2016-12-12 14:24:17 +01:00
  • 26fe27e6cb spec change for inputs/outputs Scott Sadler 2016-12-09 14:41:31 +01:00
  • 2b9a351912 Rename owner_after to public_key Sylvain Bellemare 2016-12-16 22:06:27 +01:00
  • ae236d9f23 Moved dev-and-test/running-all-tests.md content to tests/README.md troymc 2016-12-18 11:41:04 +01:00
  • 8fe0ece001 Renamed docs page 'Running Unit Tests' > 'Running All Tests' troymc 2016-12-18 11:13:54 +01:00
  • dbe3c15d51 CONTRIBUTING.md now points to tests/README.md re: tests troymc 2016-12-18 11:08:32 +01:00
  • dd01dd099f Moved tests docs from PYTHON_STYLE_GUIDE.md to tests/README.md troymc 2016-12-18 11:01:15 +01:00
  • a005cca3b9 Initial edits to tests/README.md troymc 2016-12-18 10:44:57 +01:00
  • 6b319cf3d6 Use yield statement instead of finalizer Sylvain Bellemare 2016-12-16 22:44:55 +01:00
  • 9cc3ecae10 Use yield statement instead of finalizer Sylvain Bellemare 2016-12-16 22:44:55 +01:00
  • b4063dd9ad More test abstractions for multiple databases (#950) Brett Sun 2016-12-16 22:17:13 +01:00
  • f5e81a239f Rename owner_after to public_key Sylvain Bellemare 2016-12-16 22:06:27 +01:00
  • ba19a44e42 Move backend-specific tests in tests/db/ to tests/backend/ Brett Sun 2016-12-16 18:07:30 +01:00
  • 2b822bf345 Add pytest ignore hook to filter out test dirs that are not for the requested backend Brett Sun 2016-12-16 15:06:20 +01:00
  • 522ebc78a7 Fix some small flake8 issues with rethinkdb's test_run_query_util Brett Sun 2016-12-16 14:22:19 +01:00
  • fb8da78fc7 Move fixtures out of command tests into separate conftest for commands Brett Sun 2016-12-07 10:40:17 +01:00
  • 4640bd06e9 Move command tests to their own test module Brett Sun 2016-12-07 10:39:07 +01:00
  • 0a6be6f119 Add __init__.py to new test folders Brett Sun 2016-12-07 10:38:47 +01:00
  • f8ddfd74ad Move rethinkdb-specific command tests to own file Brett Sun 2016-12-06 17:39:32 +01:00
  • 70ab16fa22 Move test_run_query_util as a rethinkdb-specific test Brett Sun 2016-12-06 17:38:55 +01:00
  • 7ece0f020e Remove unnecessary import of rethinkdb in a test Brett Sun 2016-12-06 17:23:38 +01:00
  • c81e7a7479 Merge pull request #954 from sbellem/re-work-test-fixtures-iter-one Sylvain Bellemare 2016-12-16 20:59:27 +01:00
  • dc5cfb43f8 Cleanup integration test Sylvain Bellemare 2016-12-16 18:43:21 +01:00
  • e10ada0ad4 Cleanup conftest Sylvain Bellemare 2016-12-16 18:38:25 +01:00
  • 27ce18d6ba Remove unused request fixtures in root conftest Brett Sun 2016-12-16 14:16:56 +01:00
  • d4ba1ff1c8 Update setup_database fixture to changes in #953 Brett Sun 2016-12-16 14:16:14 +01:00
  • e704b19454 Merge pull request #942 from bigchaindb/docker-mongo Rodolphe Marques 2016-12-16 13:54:32 +01:00
  • d2827dfae8 remove asset keywords Scott Sadler 2016-12-16 13:50:23 +01:00
  • ab56d87bcb codecov ignores mongodb folder for now Rodolphe Marques 2016-12-16 13:36:59 +01:00
  • 71e52ccf3e Fixed HTTP API docs re/ API Endpoint troymc 2016-12-16 13:36:13 +01:00
  • 72ca5e9dde fixed some pep8 issues Rodolphe Marques 2016-12-16 13:06:16 +01:00
  • c1a5d5e86f Merge remote-tracking branch 'origin/master' into docker-mongo Rodolphe Marques 2016-12-16 12:54:42 +01:00
  • dcba5421f1 schema fixes ryan 2016-12-15 16:02:26 +01:00
  • 243c739d2b config changes ryan 2016-12-15 15:06:07 +01:00
  • 33480bead2 remove rethinkdb calls ryan 2016-12-14 17:21:30 +01:00
  • f3c85f7301 Merge 615135112ec2bc362519328b3f1382ff5cee0083 into 9ed5853634bc41c8654eb00e1879146c5616a935 Ryan Henderson 2016-12-16 09:55:00 +00:00
  • 9ed5853634 Minor wording change in example_deploy_conf.py Troy McConaghy 2016-12-16 10:37:05 +01:00
  • 57ce717fa8 Merge pull request #957 from bigchaindb/update-azure-quickstart-template-docs Troy McConaghy 2016-12-15 19:04:16 +01:00
  • 3b7464b498 Updated Azure Quickstart Template docs troymc 2016-12-15 18:52:00 +01:00
  • 3922b2d4fa Fix unspents endpoint Sylvain Bellemare 2016-12-15 05:05:02 +01:00
  • 09cbba8886 Notes, TODOs and formating tim 2016-11-15 11:40:41 +01:00
  • 8e8bc90742 Add unspents endpoint tim 2016-11-15 11:40:04 +01:00
  • f78c90ada8 Add to_uri for TransactionLink tim 2016-11-15 11:37:47 +01:00
  • 615135112e schema fixes ryan 2016-12-15 16:02:26 +01:00
  • 56feefe3f4 Re-work test fixtures - iteration one Sylvain Bellemare 2016-12-15 05:03:27 +01:00
  • 65dab4f2eb Group std lib imports together (pep 8) Sylvain Bellemare 2016-12-14 15:45:55 +01:00
  • cb3a6ffc7b Merge branch 'master' into mongo-utils ryan 2016-12-15 15:07:55 +01:00
  • 14aea0799f config changes ryan 2016-12-15 15:06:07 +01:00
  • d8256d50f2 remove rethinkdb calls (#953) Ryan Henderson 2016-12-15 14:16:30 +01:00
  • 9ce77fb0f4 consistent imports ryan 2016-12-15 13:44:03 +01:00
  • d4558215cc remove redundant fixture ryan 2016-12-15 12:11:30 +01:00
  • 966ac9353c brett's suggestions ryan 2016-12-15 11:53:31 +01:00
  • 59e6540a2e Merge remote-tracking branch 'sbellum/docker-compose-mongodb' into mongo-utils ryan 2016-12-15 11:29:31 +01:00
  • f2342f2cd1 Fix unspents endpoint Sylvain Bellemare 2016-12-15 05:05:02 +01:00
  • 0d15391866 Notes, TODOs and formating tim 2016-11-15 11:40:41 +01:00
  • 73219138bf Add unspents endpoint tim 2016-11-15 11:40:04 +01:00
  • 58b1c65f37 Add to_uri for TransactionLink tim 2016-11-15 11:37:47 +01:00
  • faa0f13f6c Merge 003a714756a1c778164a57e4fb61852b14b50132 into 588d6eb177b55537e67ffcd485640ef3832fd088 libscott 2016-12-14 20:39:02 +00:00
  • 7e28a4daa2 Merge branch 'master' into mongo-utils ryan 2016-12-14 17:55:17 +01:00
  • 70e043ea46 remove rethinkdb calls ryan 2016-12-14 17:21:30 +01:00
  • 7dd5e29890 remove rethinkdb calls ryan 2016-12-14 17:21:30 +01:00
  • 588d6eb177 Merge pull request #939 from bigchaindb/feat/905/abstract-db-changefeed Rodolphe Marques 2016-12-14 15:09:46 +01:00
  • 9eda9a3d8d Update transaction.yaml libscott 2016-12-14 14:57:04 +01:00