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
vrde
044a052644
Merge branch 'master' into tendermint
2017-11-29 17:18:00 +01:00
kansi
6c3f176122
Integrate asset search
2017-11-23 21:28:51 +05:30
kansi
00dd16840f
Added backend tests, configure app fixture
2017-11-23 16:27:35 +01:00
kansi
95c0f267e0
Integrate api GET "/transactions?asset_id={asset_id}&operation="
2017-11-23 16:27:35 +01:00
Sylvain Bellemare
c9380f128e
Start tendermint integration with bigchaindb cmd
2017-11-23 16:22:16 +01:00
Sylvain Bellemare
67c8bba17b
Parametrize tendermint endpoint based on env vars
2017-11-23 16:22:16 +01:00
Sylvain Bellemare
9ccf676204
Log debug statements
2017-11-23 16:22:16 +01:00
Sylvain Bellemare
a19361cede
Use env var to start or not, tendermint
2017-11-23 16:22:16 +01:00
Sylvain Bellemare
6db3390b95
Log instead of printing the banner
2017-11-23 16:22:16 +01:00
Troy McConaghy
374b6301c6
In readme file about JSON Schema files, note provenance and update process
2017-11-23 16:21:19 +01:00
vrde
f4a6b863fe
Merge branch 'tendermint' into write-transfer-test
2017-11-23 15:55:32 +01:00
muawiakh
82cd3a61ed
Add metadata endpoint to info view
...
- Metadata search was recently added and works seamlessly
- The endpoint was not reflected in the info view i.e.
when someone queries at root / or api/v1 endpoints.
- Handle unit tests for the change as well.
2017-11-22 18:31:35 +01:00
kansi
66601f7fa2
Moved class "Block" to namedtuple, updated tests
2017-11-22 21:38:26 +05:30
Troy McConaghy
dd24bd8fb7
Merge pull request #1878 from bigchaindb/issue/1873/version-the-tx-schema-files
...
Version the transaction schema files
2017-11-22 16:41:09 +01:00
Troy McConaghy
bdab5e6219
Updated version.py for 1.4.0.dev
2017-11-21 19:59:09 +01:00
Troy McConaghy
dfe072e443
Fixed a Flake8 error
2017-11-21 14:52:15 +01:00
Troy McConaghy
94c77ba658
Removed the line from transaction_v1.0.yaml
2017-11-21 14:13:24 +01:00
Troy McConaghy
35fa8d7d19
Updated all code/docs referencing the transaction schema files by name
2017-11-21 14:12:13 +01:00
Troy McConaghy
8482521a8b
Renamed all transaction schema files: added _v1.0 in them
2017-11-21 14:10:14 +01:00
kansi
c78490f44d
Merge branch 'master' into bug/1592/metadata-text-search
2017-11-20 19:12:12 +05:30
codegeschrei
48e38b6713
fix flake8 errors
2017-11-16 17:14:21 +01:00
codegeschrei
63f0baf1b7
add double spend test, fix double spend validation
2017-11-16 11:53:14 +01:00
Vanshdeep Singh
e27c1e9cef
Return commit hash to tendermint ( #1851 )
...
* Aggregate transaction ids for commit hash
* Setup chain and return commit hash to tendermint
* Fix function naming
2017-11-15 15:41:23 +01:00
vrde
7dc7d745ec
Split transaction from asset ( #1854 )
...
Close #1827
2017-11-15 15:05:38 +01:00
kansi
860d247aa4
Fixed decouple assets
2017-11-14 19:23:22 +05:30
Troy McConaghy
e86fa1f1bb
Removed drop_schema_description() & its test
2017-11-14 14:05:53 +01:00
Troy McConaghy
6291afd0f7
rm all 'description' keys & values from YAML files
2017-11-14 14:05:02 +01:00
kansi
f16e30f30b
Merge branch 'master' into bug/1592/metadata-text-search
2017-11-14 00:16:28 +05:30
kansi
4eca26782c
Change metadata model, fix tests and update docs
2017-11-14 00:13:06 +05:30
Troy McConaghy
f0d4417d02
Removed auto-generation of tx/vote schema documentation
2017-11-13 17:28:06 +01:00
Troy McConaghy
9bed27b98f
Updated to 1.3.0.dev in version.py
2017-11-13 14:53:25 +01:00
vrde
2192003a5e
Update docs and comments
2017-11-13 00:17:07 +01:00
vrde
db7727a459
Add GET and POST transaction ( #1823 )
2017-11-11 02:26:50 +01:00
vrde
2815cffcb5
Flat UTXO collection and first integration with Tendermint™ ( #1822 )
...
* Remove testing for rethinkdb, mongodb, and Py3.5
* Add first tests
* Add validation
* Add command to start the ABCI Server
* Reuse existing MongoDB Connection class
* Use DuplicateTransaction
* Test only tendermint
* Update travis scripts
* Fix pep8 errors
* Update Makefile
2017-11-10 17:53:57 +01:00
vrde
e242345327
Remove sample code
2017-11-09 15:59:02 +01:00
vrde
c4e0a8e1db
Handle WS CLOSE properly
2017-11-09 14:15:46 +01:00
kansi
8939c0f341
Merge branch 'master' into bug/1592/metadata-text-search
2017-11-09 17:39:35 +05:30
kansi
a2ed03dabc
Merge branch 'master' into bug/1813/retract-cmd-bigchaindb-flag
2017-11-09 15:41:40 +05:30
kansi
220465f701
Added "--no-init" flag for "bigchaindb start" command
2017-11-07 14:55:05 +05:30
kansi
714c1782ac
Support for metadata search api and its testing suite
2017-11-07 12:20:51 +05:30
kansi
94ce03cbec
Decouple metadata from transaction
2017-11-07 10:50:07 +05:30
kansi
d9d0585228
Added metadata table for mongodb
2017-11-06 20:20:06 +05:30
kansi
7941922ac0
Added type validation for data
2017-11-06 10:43:54 +05:30
kansi
e2c2c4b097
Fix spell errors.
2017-11-03 19:15:32 +05:30
kansi
a29fd7e84f
Fix variable type check and docstrings
2017-11-03 18:37:19 +05:30
kansi
99aa38b217
Added "none" to language whitelist
2017-11-03 11:38:38 +05:30
kansi
8310b04b17
Merge branch 'master' into bug/1670/asset-language-api-fix
2017-11-03 11:38:09 +05:30
kansi
961d7f5b29
Merge branch 'master' into bug/1702/invalid-asset-data-keys
2017-11-02 19:33:32 +05:30
kansi
8fdf8f6ca6
Added docstrings
2017-11-02 18:02:11 +05:30