libscott
|
340c79fbdd
|
Merge pull request #1110 from bigchaindb/release-process-updates
[RFC] - Release process changes for Minor / Patch release
|
2017-01-30 16:20:28 +01:00 |
|
libscott
|
e9222e6aac
|
Merge pull request #1115 from bigchaindb/bug-docs-1114
Set public_key manually in bigchaindb root url docs example
|
2017-01-30 16:12:28 +01:00 |
|
Scott Sadler
|
2a07362bad
|
test transaction supports unicode
|
2017-01-30 16:11:44 +01:00 |
|
Scott Sadler
|
49464484d7
|
set public_key manually in bigchaindb root url docs example
|
2017-01-30 14:04:32 +01:00 |
|
libscott
|
736ecb0bc8
|
Update Release_Process.md
|
2017-01-30 12:04:07 +01:00 |
|
vrde
|
18533db10a
|
Merge branch 'fix/1068/break-out-loop-connection'
|
2017-01-30 11:57:49 +01:00 |
|
vrde
|
5b084edaf4
|
Break out of the loop once a connection is established
closes #1068
|
2017-01-30 10:56:46 +01:00 |
|
libscott
|
f6a6b72a9c
|
Update Release_Process.md
|
2017-01-27 17:48:11 +01:00 |
|
Scott Sadler
|
aa3a525dc1
|
Release process changes for Minor and Patch version
|
2017-01-27 15:27:44 +01:00 |
|
vrde
|
2c87f1c28a
|
Update docs
|
2017-01-27 14:35:37 +01:00 |
|
Scott Sadler
|
509b590b32
|
pull changelog from 0.8.2
|
2017-01-27 11:40:41 +01:00 |
|
tymlez
|
12c16dbc12
|
Merge pull request #3 from tymlez/consensus_plugin_prod
Consensus Plugin
|
2017-01-26 21:39:26 +03:00 |
|
tymlez
|
750304b575
|
resolve travis errors
|
2017-01-26 18:36:38 +00:00 |
|
vrde
|
54544f66a0
|
Simplify run function
|
2017-01-26 17:12:35 +01:00 |
|
libscott
|
d55ed7adf4
|
Merge pull request #1103 from bigchaindb/http-case-insensitive-parameters
Case insensitive "unspent" and "operation" parameters"
|
2017-01-26 17:02:37 +01:00 |
|
libscott
|
05eeb6bc8a
|
Merge pull request #1101 from bigchaindb/revert-duplicate-asset-id
Revert "duplicate asset ID" and apply "get_txids_filtered" interface.
|
2017-01-26 17:02:19 +01:00 |
|
libscott
|
2af938830f
|
Merge pull request #1102 from bigchaindb/double-input-bug
Fix spend input twice bug
|
2017-01-26 17:01:48 +01:00 |
|
Sylvain Bellemare
|
3c55115636
|
Add changes for 0.8.1 release to changelog
|
2017-01-26 10:29:29 -05:00 |
|
Rodolphe Marques
|
9d03aeb72a
|
fixed tests
|
2017-01-26 15:02:48 +01:00 |
|
tymlez
|
f9d398c03a
|
Merge pull request #1 from tymlez/consensus_plugin
consensus plugin
|
2017-01-26 16:02:14 +03:00 |
|
Scott Sadler
|
1243322aad
|
Case insensitive "unspent" and "operation" parameters"
|
2017-01-26 13:59:52 +01:00 |
|
Scott Sadler
|
adb579ac0a
|
Revert "duplicate asset ID" and apply "get_txids_filtered" interface.
|
2017-01-26 13:52:09 +01:00 |
|
Scott Sadler
|
9762b4b968
|
fix spend input twice bug (https://github.com/bigchaindb/bigchaindb/issues/1099)
|
2017-01-26 13:39:06 +01:00 |
|
vrde
|
ca49718d7e
|
s/table/collection/g
|
2017-01-26 11:23:50 +01:00 |
|
Sylvain Bellemare
|
05fdcef670
|
Document default value for GET /outputs?unspent=
|
2017-01-26 05:05:54 -05:00 |
|
vrde
|
83afab4958
|
Fix indentation problem
|
2017-01-26 10:22:43 +01:00 |
|
vrde
|
baeae19951
|
Add experimental run interface
|
2017-01-26 09:56:13 +01:00 |
|
Rodolphe Marques
|
8e8a60a539
|
Get the correct configuration if backend is set by envs
|
2017-01-25 13:58:35 +01:00 |
|
libscott
|
cd7d65b63e
|
Merge pull request #1066 from bigchaindb/1021/http_outputs_endpoint
1021/http outputs endpoint
|
2017-01-25 13:24:10 +01:00 |
|
libscott
|
80ff52e05c
|
Merge pull request #1087 from bigchaindb/tx-post-202
Return 202 on successful transaction POST
|
2017-01-25 13:23:45 +01:00 |
|
Rodolphe Marques
|
391da2cf60
|
Added tests
|
2017-01-25 12:36:08 +01:00 |
|
Scott Sadler
|
7af9975081
|
return 202 on successful transaction POST
|
2017-01-25 12:23:36 +01:00 |
|
libscott
|
34d1a329ca
|
Merge pull request #830 from bigchaindb/docs/601/design-http-api
es[WIP/Feedback] Design BigchainDB HTTP API v0.9
|
2017-01-25 12:15:31 +01:00 |
|
tim
|
5b7dd672b8
|
Remove controversial endpoints for now
|
2017-01-25 11:30:40 +01:00 |
|
tim
|
7a71e386f3
|
Fix whitespace
|
2017-01-25 11:06:54 +01:00 |
|
Scott Sadler
|
88b99d7bdc
|
document optional operation parameter in transaction
|
2017-01-25 11:06:54 +01:00 |
|
Scott Sadler
|
d932184b88
|
update http docs to reflect changes implemented for 0.9
|
2017-01-25 11:06:54 +01:00 |
|
Brett Sun
|
2d1699e790
|
Split block and transaction status endpoint descriptions
|
2017-01-25 10:44:06 +01:00 |
|
Brett Sun
|
787512014a
|
Fix small typos in API docs
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
d68d70ebc3
|
improved documentation on statuses links and values
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
7d5d79a50c
|
remove location header from status
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
ec5000bd47
|
add curly brackets around url
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
4dea64f3be
|
/transactions root endpoint returns 400
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
deba454eb0
|
400 OK -> bad request
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
a6facc8ada
|
reformat blocks + blocks endpoint as list
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
86be0e5983
|
move blocks and votes to advanced with intro
|
2017-01-25 10:44:06 +01:00 |
|
diminator
|
4631c93dbf
|
statuses remove 303 and location, links in payload
|
2017-01-25 10:44:06 +01:00 |
|
Dimitri De Jonghe
|
60b21fd24c
|
add comma
|
2017-01-25 10:44:06 +01:00 |
|
Scott Sadler
|
9e163ed2e5
|
update api root informational endpoint docs
|
2017-01-25 10:44:06 +01:00 |
|
Dimitri De Jonghe
|
7d7a05c706
|
remove href from links
|
2017-01-25 10:44:06 +01:00 |
|