Skip to content

Problem: Fixed stack.sh & tendermint's start.yml script#2708

Merged
davie0 merged 3 commits intobigchaindb:update-depsfrom
aostrun:update-deps
Sep 3, 2020
Merged

Problem: Fixed stack.sh & tendermint's start.yml script#2708
davie0 merged 3 commits intobigchaindb:update-depsfrom
aostrun:update-deps

Conversation

@aostrun
Copy link
Copy Markdown
Contributor

@aostrun aostrun commented Sep 2, 2020

Solution

This PR fixes parsing issue within the stack.sh script. The Tendermint config files were not parsed properly due to a change in the JSON format of the validators' private keys.

The main issue was the parsing of the /tendermint_config/priv_validatorX.json file. The start.yml task within the tendermint was expecting a different format and I suppose didn't work correctly with the new Tendermint updates.

Issues Resolved

This PR resolves issue #2707

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #2708 into update-deps will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           update-deps    #2708   +/-   ##
============================================
  Coverage        93.32%   93.32%           
============================================
  Files               46       46           
  Lines             2712     2712           
============================================
  Hits              2531     2531           
  Misses             181      181           

@davie0
Copy link
Copy Markdown
Contributor

davie0 commented Sep 2, 2020

Hey * double checking nickname * @aostrun!
Thanks for pr. I did similar thing yesterday in stack-unstack-fix-wip branch but with version ternary check. Haven't tested though.

I have to mention is that we have CLA all commits have to be signed-off. This means you need to add
Signed-off-by: Your Name <[email protected] to line all your commits... This is just legal thingie. Once you do this I'll be able to merge

@aostrun
Copy link
Copy Markdown
Contributor Author

aostrun commented Sep 2, 2020

No problem, they should be signed-off now 😃

@davie0 davie0 merged commit 9b97c11 into bigchaindb:update-deps Sep 3, 2020
davie0 pushed a commit that referenced this pull request Sep 29, 2020
* 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 <[email protected]>

Co-authored-by: Andrijan Ostrun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants