Vanshdeep Singh
1823818315
Problem: Error response not handled in POST transaction to tendermint ( #2219 )
...
Solution: Handle the error response
2018-04-17 16:39:43 +02:00
Vanshdeep Singh
0cf0927193
Problem: No debug statement for post transaction ( #2213 )
...
Solution: write debug statement for response received from POST transaction
2018-04-16 17:36:37 +02:00
Vanshdeep Singh
a62cd68f8c
Problem: No test for reponses from Tendermint during POST txn ( #2210 )
...
Solution: write tests
2018-04-16 15:30:02 +02:00
Ahmed Muawia Khan
b97b3842d9
Problem: Not enough logs to debug an issue while developing ( #2209 )
2018-04-16 14:46:45 +02:00
Vanshdeep Singh
a29e9c6dd9
Problem: Imprecise POST transaction responses ( #2198 )
...
Solution: Improve responses
2018-04-16 12:14:15 +02:00
Troy McConaghy
006a0a6a2a
Change license back to Apache v2 again ( #2208 )
...
I changed the license from AGPL v3 to Apache v2 in January. See pull request #2020
Somehow, the license got changed back to AGPL without us noticing. It was noticed by @dscook who asked us about it on Gitter, see https://gitter.im/bigchaindb/bigchaindb?at=5ad0cfc66d7e07082bef276b
This pull request changes the license back to Apache v2, which is what it should have been ever since January.
2018-04-15 10:47:37 +02:00
Ahmed Muawia Khan
160b7334c7
Problem: Empty blocks not being retrieved from BigchainDB ( #2205 )
2018-04-12 14:08:02 +02:00
Vanshdeep Singh
a4986b7e71
Problem: No queries to store pre-commit state ( #2135 )
...
Solution: Add backend logic to store and retireve pre-commit state
2018-04-12 13:36:21 +02:00
Vanshdeep Singh
7f6782e31d
Problem: ABCI server not run for tests ( #2138 )
...
Solution: Create seperate test mark for which the ABCI server will be running
2018-04-10 17:29:25 +02:00
codegeschrei
6f69f39ff4
Problem: there are no f-strings in python 3.5 ( #2185 )
...
Solution: change f-strings to a compatible format for Python 3.5
2018-04-09 17:02:59 +02:00
Ahmed Muawia Khan
d4934b9525
Problem: Websocket connection fails and retries are exhausted ( #2188 )
...
* Problem: Websocket connection fails and retries are burnt out
* Fix minor commit `specifiec` to `specified`
2018-04-09 13:47:24 +02:00
codegeschrei
b8f78e34d0
Problem: Python version is not compatible with the Driver ( #2183 )
...
Solution: revert commit d28b9019c08495789f86b81ef8283865fb031184.
2018-04-06 11:13:42 +02:00
Ahmed Muawia Khan
8c1ee8329e
Problem: Typo with get kube-dns IP ( #2181 )
2018-04-05 17:56:30 +02:00
Troy McConaghy
c8682a1d89
Problem: bigchaindb upsert-validator labelled "insecure" ( #2180 )
...
Solution: Remove the "insecure" label from the docs on `bigchaindb upsert-validator`
2018-04-05 17:47:11 +02:00
Vanshdeep Singh
d28b9019c0
Problem: Python version not check before running ( #2179 )
...
Solution: Check python version
2018-04-05 15:29:32 +02:00
vrde
6181e52dbd
Problem: Exchange can fail silently ( #2177 )
...
Solution: Raise a RuntimeError if Exchange is running and a new
subscriber queue is requested.
2018-04-05 13:57:07 +02:00
Troy McConaghy
cc88b4d286
Final PR Before the Release of 2.0 Alpha ( #2175 )
...
* Problem: docker image tag wrong in dev-setup/bigchaindb.yaml
Solution: change the docker image tag to 2.0.0-alpha in that file
* Problem: version.py needed updating for 2.0 Alpha
Solution: Updated the contents of bigchaindb/version.py for the release of 2.0.0 Alpha
v2.0.0a1
2018-04-03 15:37:46 +02:00
Troy McConaghy
07f03dbd5e
Problem: CHANGELOG.md isn't updated for the 2.0 Alpha release ( #2159 )
...
* Update CHANGELOG.md for the 2.0 release
* Problem: BigchainDB 2.0 Alpha name & tag wrong in CHANGELOG.md
Solution: Name="BigchainDB 2.0 Alpha" tag="v2.0.0a1"
* Problem: Blogpost link missing & no Known Issues
Solution: Hyperlink the blog post with the missing link and
document the Known Issues.
* Problem: The 2.0 Alpha release date in CHANGELOG.md was wrong
Solution: Changed the release date of 2.0 Alpha to April 3, 2018 in CHANGELOG.md
2018-04-03 15:10:03 +02:00
Vanshdeep Singh
ea8ac4b80e
Problem: Event stream api crashing ( #2173 )
...
Solution: Fix Exchange initialization
2018-04-03 14:57:44 +02:00
Ahmed Muawia Khan
7683ea00fc
Problem: Outdated docker image tags for 2.0.0-alpha release ( #2174 )
2018-04-03 14:52:30 +02:00
Troy McConaghy
58432807a0
Problem: No link back to Root Docs from Contrib. Docs ( #2170 )
...
Solution: Add a link back to the Root Docs from the 'Contributing to BigchainDB' Docs
2018-04-03 12:28:47 +02:00
Troy McConaghy
ef7a276aad
Problem: Some links in Quickstart page are broken or wrong ( #2171 )
...
Solution: Update the links in the Quickstart page of the BigchainDB Server docs
2018-04-03 12:26:47 +02:00
Troy McConaghy
55fafef577
Problem: There were more broken links to CONTRIBUTING.md ( #2172 )
...
Solution: Fix those links by linking directly to the new 'Contributing to BigchainDB' docs
2018-04-03 12:17:11 +02:00
Troy McConaghy
ec5f66ba4f
Problem: Issue #2217 is unresolved ( #2169 )
...
* Problem: Some docs still say to run MongoDB w/ replica set
Solution: Update the relevant docs
* Problem: A docs mention of upsert-validator wasn't linked to BEP-3.
Solution: Link that docs mention to BEP-3 on GitHub.
2018-04-03 12:14:36 +02:00
vrde
8086f75ec8
Problem: there are no events for invalid blocks ( #2163 )
...
Solution: update the documentation to reflect this. I've also removed
the documentation about the event plugin API. That part needs to be
refactored to work properly with BigchainDB 2.0. We can reintroduce it
later.
2018-04-03 12:12:33 +02:00
Vanshdeep Singh
25043bc993
Problem: Block height in event stream is string. ( #2167 )
2018-04-03 12:08:00 +02:00
Vanshdeep Singh
e4e528e5c4
Problem: Changing validators requires a network restart ( #2070 )
...
Solution: Allow nodes to add, update, or remove validators at runtime using a new command. Implements BEP3.
2018-03-29 18:25:26 +02:00
Vanshdeep Singh
0f86e7d368
Problem: Multi-threading not configured ( #2165 )
...
* Problem: Multi-threading not configured
Solution: Auto-generate multi-threading config with default threads and workers set to 1
* Problem: Documentation not updated for multi-threading
Solution: Updated necessary docs
2018-03-29 16:26:54 +02:00
Ahmed Muawia Khan
b4401d27e4
Merge pull request #2156 from ttmc/reorder-developer-contrib-process-pages
...
Problem: The order of the dev contrib docs was weird
2018-03-29 12:01:40 +02:00
Ahmed Muawia Khan
7f2ed58de9
Merge pull request #2164 from muawiakh/update-config
...
Problem: BigchainDB server configuration causing failure
2018-03-28 20:08:47 +02:00
Ahmed Muawia Khan
933e68bf53
Update some configuration for alpha release containers
...
- Update bigchaindb server threads/workers
- Configure `debug` log-level for tendermint
2018-03-28 19:46:05 +02:00
Troy McConaghy
3000e52795
Problem: RELEASE_PROCESS.md doesn't follow BEP-1 ( #2161 )
...
Solution: Update RELEASE_PROCESS.md to use only the `master` branch
to use Git tags (never branches) to identify new versions.
2018-03-28 15:40:30 +02:00
Troy McConaghy
42f9160f46
Merge pull request #2154 from ttmc/update-marketing-copy
...
Problem: Some marketing copy (text blurbs) was old
2018-03-28 14:33:55 +02:00
Troy McConaghy
e3be475ebd
Merge pull request #2160 from vrde/reintroduce-dist-and-release
...
Problem: maintainers are not able to do a release
2018-03-28 14:10:46 +02:00
vrde
3ed3334188
Problem: maintainers are not able to do a release
...
Solution: reintroduce `make dist` and `make release`
2018-03-28 14:02:18 +02:00
Troy McConaghy
03c8f16475
Merge pull request #2106 from kansi/bep/3/get-validators-api
...
Get validator set from the node
2018-03-28 11:44:09 +02:00
Troy McConaghy
f71818c837
Merge pull request #2158 from muawiakh/invalid-kube-dns-command
...
Problem: Invalid command to get kube-dns IP
2018-03-27 20:01:11 +02:00
Ahmed Muawia Khan
5162a0a163
Problem: Invalid command to get kube-dns IP
2018-03-27 19:44:00 +02:00
Ahmed Muawia Khan
3cf921b32d
Merge pull request #2157 from muawiakh/fix-arg-parse
...
Problem: argument not parsed properly while generating configs
2018-03-27 17:04:26 +02:00
Ahmed Muawia Khan
a047838ec3
Problem: argument not parsed properly while generating configs
...
Solution: Handle all the positional arguments using curly braces
2018-03-27 16:44:45 +02:00
Troy McConaghy
3d1f341c44
Remove accidentally-pasted URL from docs
2018-03-27 16:41:26 +02:00
Troy McConaghy
8ce48f75a1
Renamed 2 files/pages of notes on running a node
2018-03-27 16:38:58 +02:00
Troy McConaghy
75caf76c62
Problem: The order of the dev contrib docs was weird
...
Solution: Reorder & relabel those pages
2018-03-27 12:02:33 +02:00
Troy McConaghy
3f2d40f670
Merge pull request #2155 from ttmc/clarify-contributing-docs
...
Problem: Docs re contributing needed editing & reorg
2018-03-27 10:34:15 +02:00
Troy McConaghy
4fb963d149
Don't include docs fetched-at-build-time in Git repo
2018-03-27 10:27:27 +02:00
Troy McConaghy
3566c97873
Problem: Docs re contributing needed editing & reorg
...
Solution: Edit & reorg them
2018-03-27 10:18:51 +02:00
Troy McConaghy
dea76f7c91
Merge pull request #2141 from muawiakh/update-dns-server
...
Problem: Cluster DNS and Health check terminology is incorrect
2018-03-26 16:37:49 +02:00
Ahmed Muawia Khan
a8e68c3706
Replace clusters Web UI to k8s cluster web ui
2018-03-26 16:00:25 +02:00
Ahmed Muawia Khan
339078ae68
Address comments
...
- remove confusion between NODE-IP<->CLUSTER-IP just replace with IP
- remove confusion between node<->cluster just replace with Kubernetes
cluster
2018-03-26 15:37:05 +02:00
Troy McConaghy
d1bc21809e
Problem: Some marketing copy (text blurbs) was old
...
Solution: Update the marketing copy!
2018-03-25 13:28:21 +02:00