Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed running of local testnet by creating workaround for SDK bug. #1492

Merged
merged 1 commit into from
Oct 25, 2018

Conversation

NodeGuy
Copy link
Contributor

@NodeGuy NodeGuy commented Oct 24, 2018

Temporary workaround for cosmos/cosmos-sdk#2470 by converting string "[]" to list [].

Closes #1487


  • Added entries in CHANGELOG.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer

@NodeGuy NodeGuy changed the title Fixed running of local testnet by creating workaround for SDK bug. WIP: Fixed running of local testnet by creating workaround for SDK bug. Oct 24, 2018
@codecov
Copy link

codecov bot commented Oct 24, 2018

Codecov Report

Merging #1492 into develop will increase coverage by <.01%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #1492      +/-   ##
===========================================
+ Coverage    96.92%   96.93%   +<.01%     
===========================================
  Files           91       91              
  Lines         1725     1727       +2     
  Branches        77       77              
===========================================
+ Hits          1672     1674       +2     
  Misses          43       43              
  Partials        10       10
Impacted Files Coverage Δ
app/src/renderer/connectors/lcdClient.js 97.43% <100%> (+0.13%) ⬆️

@NodeGuy NodeGuy changed the title WIP: Fixed running of local testnet by creating workaround for SDK bug. Fixed running of local testnet by creating workaround for SDK bug. Oct 24, 2018
@jbibla jbibla merged commit 03056d5 into develop Oct 25, 2018
@fedekunze fedekunze deleted the david/1487-local-testnet branch October 26, 2018 13:48
@fedekunze
Copy link
Contributor

Lol that was it ?

@jbibla
Copy link
Collaborator

jbibla commented Oct 26, 2018

the sdk returns a string but we need it to be an array

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