David Dashyan
62ae66fef7
Update priv validator format in stack.sh to support tm v0.28.0+
...
Signed-off-by: David Dashyan <mail@davie.li>
2020-09-29 12:17:46 +00:00
Andrijan Ostrun
d77ab60651
Problem: Fixed stack.sh & tendermint's start.yml script ( #2708 )
...
* Fixed tendermint start task - fixed parsing of priv_validatorX.json files
* Fixed tendermint start task - fixed parsing of priv_validatorX.json files
Signed-off-by: Andrijan Ostrun <andrijan.ostrun@gmail.com>
Co-authored-by: Andrijan Ostrun <andrijan.ostrun@suprabit.eu>
2020-09-29 12:17:46 +00:00
David Dashyan
2b0babb95b
Update email addresses
...
Signed-off-by: David Dashyan <mail@davie.li>
2020-09-29 12:17:46 +00:00
David Dashyan
9e99c024d3
Replace headers ( #2683 )
...
Signed-off-by: David Dashyan <mail@davie.li>
2020-04-06 11:52:18 +02:00
Jürgen Eckel
9bcefdf3e2
Tendermint upgrade ( #2666 )
...
* migrated to tendermint 0.35.1
* increased bigchaindb_abci version
* fixed API adjustments due to Tendermint upgrade
Signed-off-by: Juergen Eckel <juergen@riddleandcode.com>
* migrated to bigchaindb-abci == py-abci 0.7.1
Signed-off-by: Juergen Eckel <juergen@riddleandcode.com>
2019-10-07 16:32:35 +02:00
Simon Pfeifhofer
645d457b7b
Add quotes to env-variables ( #2662 )
...
Signed-off-by: Simon Pfeifhofer <simon.pfeifhofer@gmail.com>
2019-09-26 13:10:09 +02:00
manjush08
20a59a9640
Problem: No volume mounted to store tendermint data ( #2637 )
...
* Fix: mount volume to store tendermint data
* Fix: mount volume to store tendermint data
2019-03-14 13:38:19 +01:00
manjush08
f0dc9986aa
Update main.yml ( #2636 )
2019-03-13 14:33:36 +01:00
Troy McConaghy
7781f5aae8
Remove --no-cache-dir from all pip install cmds ( #2628 )
...
because it broke in pip 19
2019-01-29 13:51:29 +01:00
Troy McConaghy
eb2f8ddc73
Sphinx changed how it handles rel links in .md ( #2627 )
...
* Sphinx changed how it handles rel links in .md
* Remove all --process-dependency-links everywhere
2019-01-24 14:21:21 +01:00
Troy McConaghy
11817b9590
Change email to devs@bigchaindb.com ( #2612 )
...
* Change email to devs@bigchaindb.com
* Update Travis build badge URL
* Update some other email addresses
2018-12-10 18:10:58 +01:00
xunconnectedx
f0df5bd2e0
corrected the syntax for which an error occurred in the execution stack.sh ( #2609 )
2018-11-29 11:59:45 +01:00
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
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
Muawia Khan
75c22141ad
Problem: mongodb repos different for debian and ubuntu ( #2385 )
...
* Problem: mongodb repos different for debian and ubuntu
* Ignore errors for checking bdb process
2018-07-23 17:38:24 +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
Muawia Khan
1c7d5dcd2a
Problem: Stack installation on Centos 7 caused issues with some packages ( #2339 )
2018-06-08 15:52:22 +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
Muawia Khan
fa72b722f7
Problem: Docker images of tendermint/tendermint:0.19.7 tagged but not updated in bdb ( #2335 )
2018-06-04 16:10:50 +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
Muawia Khan
10e55aa4e7
Problem: No automated way to set up a dev/test network ( #2300 )
...
* Problem: No automated way to set up a dev/test network
* Problem: docs not updated for stack, ansible and docker based dev environments
* Problem: Using apt triggers java runtime installation on MacOS
- Update pre_tasks in ansible
- Update bigchaindb-stop playbook to handle pre_tasks
* Update Tendermint version to 0.19.3 from 0.19.2
* Update tendermint version to 0.19.3 everywhere else
* Problem: Sphinx warns about duplicate section labels
Solution: Don't use sphinx.ext.autosectionlabel
* Problem: Sphinx complains that run-node-with-docker not in any TOC
Solution: Add run-node-with-docker to a TOC (i.e. to an index.rst file)
* Tendermint has not tagged `0.19.3` container
* Problem: Internal hyperlinks to new pages not working
Solution: Add .html to the ends of the filename strings
* Problem: Invalid script imports
* Problem: Invalid comparison for supported OS version
* Addressing comments I
* Problem: No way to configure dev/forked repo for developers
* Problem: Docs not updated with STACK_REPO parameter
* Addressing comments II
2018-05-31 16:56:45 +02:00
muawiakh
2df08430cd
Remove docker network creation and use default docker bridge
2017-11-16 12:53:36 +01:00
muawiakh
0f68c41b89
Addressing comments and updating some documentation
2017-11-16 12:51:46 +01:00
muawiakh
241af47a32
Automation of multi node BigchainDB deployment for dev/test
...
- Setup single/multi node BigchainDB cluster using
- Vagrant
- Ansible
- Updated documentation
2017-11-16 12:51:46 +01:00