Commit Graph

  • 6764701ced Merge branch 'develop' into feat/127/crypto-conditions-ilp Dimitri De Jonghe 2016-03-16 16:36:39 +01:00
  • 9dc767318e - abstracted crypto scheme - added ED25519 - added tests diminator 2016-03-16 16:27:40 +01:00
  • 5046de270e Switch to more compact jsonify argument syntax Matt Smith 2016-03-15 19:22:18 -07:00
  • e3441aa011 web api transactions/validate/ tests Matt Smith 2016-03-15 16:55:40 -07:00
  • 73796c302f Stub test for client.validate Matt Smith 2016-03-15 16:55:06 -07:00
  • 40e70243a4 Change with notes to the validation behavior for CREATE transactions: transform and ignore signature if the signature field is not present, otherwise validate the signature as well. Matt Smith 2016-03-15 16:54:22 -07:00
  • 78a91d8be9 Added validate_transaction function in web API and client. Matt Smith 2016-03-14 20:03:39 -07:00
  • 3d50459b84 Corrected plugin group name in comments Matt Smith 2016-03-14 20:02:18 -07:00
  • 513ed9c93f Return 404 Not Found when trying to GET an unknown transaction Matt Smith 2016-03-14 19:19:22 -07:00
  • 8e615b9ea6 Raise InvalidSignature instead of KeyError if no signature present on transaction during verification Matt Smith 2016-03-14 19:17:21 -07:00
  • a7b3898b6f Merge remote-tracking branch 'upstream/develop' into modular-consensus-rules Matt Smith 2016-03-14 13:29:17 -07:00
  • ad535c7895 Tests for loading consensus plugins Matt Smith 2016-03-14 13:27:17 -07:00
  • fdd1f297a6 Merge pull request #133 from bigchaindb/clarify-timestamps-in-docs Troy McConaghy 2016-03-14 17:21:30 +01:00
  • 645430d24d Clarify meaning of transaction id in docs troymc 2016-03-14 17:13:04 +01:00
  • ae97f4b8e1 Clarify the meaning of some timestamps in the docs troymc 2016-03-14 16:54:23 +01:00
  • 2e07fb7c65 Merge pull request #130 from bigchaindb/mention-milestones-in-roadmap-etc Troy McConaghy 2016-03-14 13:11:27 +01:00
  • ef9a574bb5 Mention milesones etc. in ROADMAP.md troymc 2016-03-14 10:06:42 +01:00
  • 7253e96796 Fleshed out consensus plugin docs Matt Smith 2016-03-13 23:28:24 -07:00
  • 037b5110fe Modified Client module and web views to use plublic consensus methods for creating/signing/verifying instead of the functions in utils.py -- those are now only called by the the BaseConsensusRules class in consensus.py. Matt Smith 2016-03-13 22:26:35 -07:00
  • 73cfc9b9e5 Merge pull request #121 from bigchaindb/feat/119/distinguish-server-client-and-apis-in-docs Troy McConaghy 2016-03-12 19:37:17 +01:00
  • 4039310d43 fix merge + tests diminator 2016-03-09 13:46:14 +01:00
  • 03a25bd245 Merge remote-tracking branch 'remotes/bigchaindb/develop' into feat-multisig diminator 2016-03-09 13:45:40 +01:00
  • 14275baa5f Merge branch 'develop' into feat/119/distinguish-server-client-and-apis-in-docs Troy McConaghy 2016-03-09 09:47:12 +01:00
  • 5c4529f120 Merge remote-tracking branch 'upstream/develop' into modular-consensus-rules Matt Smith 2016-03-08 18:43:48 -08:00
  • 79a66bdf9b Added consensus doc stub Matt Smith 2016-03-08 18:42:26 -08:00
  • a5243e43f6 This large (sorry) commit 1. switches from a composable plugin model to a single-plugin model 2. switches class methods to static methods in the BaseConsensusRules class 3. adds create_transaction, sign_transaction, and verify_transaction to the plugin API Matt Smith 2016-03-08 18:33:31 -08:00
  • 14b71537d6 Made AbstractConsensusRules use python's abc and enforcing that ConsensusRules plugins subclass it Matt Smith 2016-03-08 18:32:25 -08:00
  • 01d706ac56 Moved consensus package files into single consensus.py module Matt Smith 2016-03-08 18:24:21 -08:00
  • 533d792e97 Merge pull request #117 from bigchaindb/feat/51/add-changelog-md-file Troy McConaghy 2016-03-08 16:27:10 +01:00
  • 7519901245 Merge branch 'develop' into feat/51/add-changelog-md-file Troy McConaghy 2016-03-08 14:42:00 +01:00
  • a8974d78f0 Remove empty FAQ section from docs, for now troymc 2016-03-08 14:04:35 +01:00
  • 79194d4d34 Restrutured docs for HTTP and Python driver APIs troymc 2016-03-08 14:03:04 +01:00
  • d17e092b9c Add HTTP Client-Server API stuff to ROADMAP.md troymc 2016-03-08 14:01:15 +01:00
  • 50838db8c1 Merge remote-tracking branch 'origin/develop' into feat/119/distinguish-server-client-and-apis-in-docs troymc 2016-03-08 13:35:21 +01:00
  • aa78310b30 Merge pull request #120 from crazyquark/develop Alberto Granzotto 2016-03-08 13:27:34 +01:00
  • 5f86a54538 Docs: Rename Getting Started to The Python Server API by Example troymc 2016-03-08 13:25:50 +01:00
  • 9e1ff01057 Add missing package form installer Cristian S 2016-03-08 14:06:18 +02:00
  • c77223ff8c Merge pull request #118 from bigchaindb/bug/104/re-add-license-notification-to-docs Troy McConaghy 2016-03-08 11:59:26 +01:00
  • 2bdf3ced04 Docs: distinguish server and clients in installing-server.md troymc 2016-03-08 11:51:24 +01:00
  • 20835c2c26 Change installing.html -> installing-server.html troymc 2016-03-08 11:33:49 +01:00
  • 44a9e6e363 Renamed installing.md to installing-server.md troymc 2016-03-08 11:20:20 +01:00
  • 1ecf03d131 Revise Introduction in docs to reflect current status troymc 2016-03-08 11:16:31 +01:00
  • ed38942aef Add open public testing cluster to roadmap troymc 2016-03-08 11:15:53 +01:00
  • 17f7ba3894 Re-add link to licenses in the docs troymc 2016-03-08 10:30:43 +01:00
  • 6eb2fa463e First revision of CHANGELOG.md troymc 2016-03-07 14:06:30 +01:00
  • e34dd01d2b In CONTRIBUTING.md, ask contributors to update CHANGELOG.md troymc 2016-03-07 13:57:45 +01:00
  • 62c47209e6 First version of CHANGELOG.md troymc 2016-03-07 11:03:48 +01:00
  • 11c2a515d8 Mention CHANGELOG.md in docs Release Notes troymc 2016-03-07 11:03:09 +01:00
  • 9644df07f7 Merge remote-tracking branch 'upstream/develop' into modular-consensus-rules Resolves conflicts from module reorg in PR #102 Matt Smith 2016-03-04 18:07:23 -08:00
  • e90f8907dc Remove Done/Past section from ROADMAP.md troymc 2016-03-04 18:45:14 +01:00
  • 8392065fff Merge pull request #115 from bigchaindb/update-roadmap-md Troy McConaghy 2016-03-04 18:37:39 +01:00
  • d99dd8046f Merge branch 'develop' into update-roadmap-md Troy McConaghy 2016-03-04 18:11:34 +01:00
  • 5abf88452a Merge pull request #102 from bigchaindb/feat/17/provide-a-restful-api Alberto Granzotto 2016-03-04 17:34:55 +01:00
  • fa842acfd4 Merge branch 'feat/17/provide-a-restful-api' of github.com:bigchaindb/bigchaindb into feat/17/provide-a-restful-api vrde 2016-03-04 16:02:17 +01:00
  • 8ed937aecc Simplify code for client vrde 2016-03-04 16:00:30 +01:00
  • 7d3bca5cb0 Add Fault Tolerance to ROADMAP.md troymc 2016-03-04 11:15:33 +01:00
  • 280859651e Update ROADMAP.md troymc 2016-03-03 15:50:14 +01:00
  • cf082887f7 Merge branch 'develop' into feat/17/provide-a-restful-api Alberto Granzotto 2016-03-03 14:29:50 +01:00
  • d443462dd9 Merge branch 'develop' into feat-multisig Dimitri De Jonghe 2016-03-03 13:22:49 +01:00
  • d8a1c4a3ec Update README.md Dimitri De Jonghe 2016-03-03 12:55:11 +01:00
  • f42f79e3f1 only multisig changes diminator 2016-03-03 12:35:15 +01:00
  • ffb09a2283 Merge dca74116aba80376c8cb9d16f603b6f0afc15cb3 into 16d78bb2fb4bc64fca4a7e9460d7f6c5d746139f Dimitri De Jonghe 2016-03-03 11:23:12 +00:00
  • dca74116ab added tests for multisig fixed bug in validate_transaction if no signature diminator 2016-03-03 11:59:03 +01:00
  • 1fa47d4b5f Move last methods to util vrde 2016-03-03 03:09:54 +01:00
  • 90ccadde29 Merge remote-tracking branch 'origin/develop' into feat/17/provide-a-restful-api vrde 2016-03-03 02:58:53 +01:00
  • 1475a3cbb1 Move hash_data to the crypto module vrde 2016-03-03 02:02:17 +01:00
  • 2bafabdfe2 Rename api doc vrde 2016-03-03 01:55:33 +01:00
  • 0d30747ea7 Bind to localhost vrde 2016-03-03 01:54:12 +01:00
  • fc33cf850a Update skipped test vrde 2016-03-03 01:52:38 +01:00
  • 41bd2545c9 Add config to blueprint and fix tests madness vrde 2016-03-03 01:40:40 +01:00
  • 3a714a7f8e Add config to blueprint and fix tests madness vrde 2016-03-03 01:40:40 +01:00
  • 9a1a3bdc2d restructure example diminator 2016-03-02 18:36:02 +01:00
  • 8a9ea97b69 update readme diminator 2016-03-02 18:26:33 +01:00
  • 516cf2791d reorganized under examples diminator 2016-03-02 18:15:27 +01:00
  • 3d423ba44b fix tests for multisig diminator 2016-03-02 18:05:16 +01:00
  • 90ab22047a fix multisig test owner => owners diminator 2016-03-02 17:55:03 +01:00
  • 482cd634f2 Merge remote-tracking branch 'remotes/bigchaindb/develop' into develop diminator 2016-03-02 17:39:06 +01:00
  • 16d78bb2fb Merge pull request #103 from bigchaindb/change-docs-theme Alberto Granzotto 2016-03-02 14:59:49 +01:00
  • 1fd3e5e59e Add new dep to docs/requirements.txt vrde 2016-03-02 14:18:11 +01:00
  • 909e011140 Revert "Remove useless requirements.txt" vrde 2016-03-02 14:17:23 +01:00
  • a5ee9c1f55 Remove useless requirements.txt vrde 2016-03-02 12:28:54 +01:00
  • dd694f18fe Use the default ReadTheDocs theme vrde 2016-03-02 01:12:42 +01:00
  • 456517443a Add more docs vrde 2016-03-01 17:55:37 +01:00
  • cf2d94db13 Merge pull request #101 from bigchaindb/feat/23/list-fedora-dependencies-in-docs Troy McConaghy 2016-03-01 13:16:08 +01:00
  • f7bfbdf457 Change yum to dnf in Fedora install notes troymc 2016-03-01 12:20:29 +01:00
  • b051fc1639 Docs: note OS-level dependencies on Fedora troymc 2016-03-01 11:45:04 +01:00
  • cfbce45fa3 In PyStyleGuide: hard-max line-length is 119 chars Troy McConaghy 2016-03-01 11:31:39 +01:00
  • 6f689b0ac3 Update URL in temp_client vrde 2016-03-01 10:32:31 +01:00
  • 2c8cea11eb Added some nonsense consensus rules to demonstrate a simpler plugin. Matt Smith 2016-02-29 19:22:04 -08:00
  • 380482b967 Added an abstract base class so plugins don't need to add stubs for functions they don't care about. Matt Smith 2016-02-29 19:19:08 -08:00
  • ee4720d1a5 Pulled validate_transaction and validate_block out into a base ConsensusRules plugin class Matt Smith 2016-02-29 18:39:23 -08:00
  • 8a9030e5c0 Added a simple plugin system for consensus rules using setuputils entry_points Matt Smith 2016-02-29 18:38:33 -08:00
  • 8938811c67 Update endpoints names vrde 2016-02-29 18:28:04 +01:00
  • 70dbd6b192 Merge branch 'develop' into feat/17/provide-a-restful-api vrde 2016-02-29 18:08:32 +01:00
  • 0ed5341c32 Merge pull request #97 from bigchaindb/fix-config-overwrite Alberto Granzotto 2016-02-29 14:42:46 +01:00
  • 4aaffb3195 Merge pull request #96 from bigchaindb/feat/93/improve-docs-for-non-linux Troy McConaghy 2016-02-29 14:29:15 +01:00
  • bd6e16b836 Fix bug related to config overwrite vrde 2016-02-29 14:28:02 +01:00
  • 752c5741e4 Add comment on coming clients/drivers in docs troymc 2016-02-29 14:22:42 +01:00
  • bc1dab9a5b Merge pull request #95 from bigchaindb/default-docker-image-locations Ryan Henderson 2016-02-29 14:15:52 +01:00
  • d60062e730 Improve install docs for non-Linux users troymc 2016-02-29 14:14:19 +01:00