tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 41 forks source link

chore: set binary name in config_2.yml #921

Closed lumtis closed 2 years ago

lumtis commented 2 years ago

Set custom binary name in config_2.yml to make usage of local spn working when launching spn

The reason for this is that the local spn instance and the spn to launch could have different versions

If cli interface is not compatible, usage of network command fails because the spnd command from the spn to launch built binary will be run with the incompatible keyring of the spn instance

codecov[bot] commented 2 years ago

Codecov Report

Merging #921 (c531577) into feat/v0.46.0 (0cb1b07) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           feat/v0.46.0     #921   +/-   ##
=============================================
  Coverage         10.55%   10.55%           
=============================================
  Files               327      327           
  Lines             75202    75202           
=============================================
+ Hits               7939     7941    +2     
+ Misses            67073    67072    -1     
+ Partials            190      189    -1     
Impacted Files Coverage Δ
x/campaign/simulation/store.go 82.43% <0.00%> (+1.35%) :arrow_up: