Troy McConaghy
abdd23f5a6
Problem: Source files contain no license info ( #2455 )
...
* Problem: Source files contain no license info
Solution: Add comments with SPDX license info to source files
* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Troy McConaghy
c2e61ae8c1
Problem: simple-network-setup docs trouble Ubuntu 16.04 users ( #2432 )
...
Solution: Make that docs page super-clear that it's for Ubuntu 18.04, and give hints for users of other distros
2018-08-02 10:36:04 +02:00
Muawia Khan
b1c34523ed
Problem: Simple network guide outdated, some new parameters required ( #2429 )
2018-08-01 11:27:20 +02:00
Muawia Khan
5b05f6505d
Upgrade tm_version to 0.22.8 ( #2426 )
...
* Upgrade tm_version to 0.22.8
* Fix tendermint download link
2018-07-31 17:27:16 +02:00
Troy McConaghy
199adc81b6
Problem: Example priv_validator.json is out-of-date in docs ( #2416 ).
...
Solution: In the simple-network-setup docs page, update the example priv_validator.json contents.
2018-07-27 17:42:35 +02:00
Muawia Khan
c3f5e2a654
Problem: It is cumbersome to manage BigchainDB and Tendermint processes ( #2410 ).
...
* Introduce a Monit-based setup for managing processes. Add the corresponding section to the network setup guide.
2018-07-27 17:33:55 +02:00
Muawia Khan
0c33b4c211
Problem: Signals do not propagate to child BigchainDB processes ( #2395 ).
...
Solution: Run child processes as daemons to make the signals propagate. Add a short shutdown description to the setup guide.
2018-07-26 14:42:32 +02:00
Troy McConaghy
42cc0d0e86
Problem: No troubleshooting help for users of simple-network-setup ( #2398 )
...
Solution: Add a Troubleshooting section to the simple-network-setup docs
2018-07-23 16:54:27 +02:00
Troy McConaghy
abc6db7999
Last PR before the release of BigchainDB 2.0 Beta 3 ( #2391 )
...
* Update CHANGELOG.md for 2.0 Beta 3 release
* Update docs re/ installation for 2.0.0b3
* Update version.py and k8s files for 2.0.0b3
2018-07-18 15:20:13 +02:00
Muawia Khan
9cfc1e6f5a
Update to tendermint version 0.22.3 ( #2380 )
...
* Update to tendermint version 0.22.3 for dev/test deployment docs and scripts
* Update version and parameters for 0.22.3
- Sync docker-compose
- Power should be a "string" not a int,uint
2018-07-11 16:59:42 +02:00
Vanshdeep Singh
c7503f5689
Problem: Support for latest Tendermint missing ( #2375 )
...
Solution: Upgrade to py-abci 0.5.1 to use latest Tendermint
2018-07-10 14:16:02 +02:00
Lev Berman
6f9dc5168b
Problem: Tendermint RPC server gets stuck. ( #2337 )
...
Solution: Upgrade Tendermint to v0.19.0. Fixes #2322 .
2018-06-06 14:18:27 +02:00
Troy McConaghy
cf1202fe0c
Copyedit simple-network-setup completeness & grammar ( #2312 )
...
* Copyedit simple-network-setup completeness & grammar
* Problem: Member doesn't know their BigchainDB Root URL
Solution: Add a section to tell the Member their BigchainDB Root URL
* Problem: Operator doesn't know how to reset their node
Solution: Add a section with commands an operator can use to reset their node
* Problem: Repeated previous sentence w/o changing it
Solution: Repeat previous sentence but change 'BigchainDB' to 'Tendermint' and delete the parenthetical sentence about MongoDB
* Address the comments by @vrde
2018-06-06 10:03:25 +02:00
Troy McConaghy
02ee8a9ac1
Upgrade Tendermint to 0.19.7, except for Docker image still at 0.19.2 ( #2327 )
...
* Fixed 2 PEP257 compliance errors
* Upgrade Tendermint to 0.19.7 except for Docker image, which is still at 0.19.2
2018-06-01 13:29:58 +02:00
vrde
340d0a2ea1
Problem: no instructions on simple network setup ( #2296 )
...
Solution: write a step-by-step tutorial on who should do what.
2018-05-24 01:39:03 +02:00