Skip to content

update docs/app-dev/abci-cli.md#3747

Merged
melekes merged 2 commits intotendermint:developfrom
Angelo-zz:update_docs
Jun 25, 2019
Merged

update docs/app-dev/abci-cli.md#3747
melekes merged 2 commits intotendermint:developfrom
Angelo-zz:update_docs

Conversation

@Angelo-zz
Copy link

@Angelo-zz Angelo-zz commented Jun 23, 2019

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

@codecov-io
Copy link

codecov-io commented Jun 23, 2019

Codecov Report

Merging #3747 into develop will increase coverage by 0.11%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #3747      +/-   ##
===========================================
+ Coverage    63.97%   64.09%   +0.11%     
===========================================
  Files          242      213      -29     
  Lines        20010    17381    -2629     
===========================================
- Hits         12801    11140    -1661     
+ Misses        6166     5311     -855     
+ Partials      1043      930     -113
Impacted Files Coverage Δ
rpc/core/net.go 0% <0%> (-36.85%) ⬇️
p2p/base_reactor.go 60% <0%> (-21.82%) ⬇️
state/validation.go 66.38% <0%> (-18.1%) ⬇️
state/services.go 33.33% <0%> (-16.67%) ⬇️
crypto/merkle/simple_tree.go 64% <0%> (-13.09%) ⬇️
privval/signer_validator_endpoint.go 75.55% <0%> (-10%) ⬇️
libs/pubsub/subscription.go 82.6% <0%> (-8.7%) ⬇️
libs/common/errors.go 77.64% <0%> (-8.07%) ⬇️
p2p/switch.go 64.06% <0%> (-6.56%) ⬇️
cmd/tendermint/commands/reset_priv_validator.go 0% <0%> (-5.89%) ⬇️
... and 82 more

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍃 🌴 🌤

Thanks for contributing to Tendermint 👍

example directory](https://github.com/tendermint/tendermint/tree/develop/abci/example).

To run the Node JS version, `cd` to `example/js` and run
To run the Node JS version, You'll also need to fetch the relevant repository, from [here](https://github.com/tendermint/js-abci), then install it:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
To run the Node JS version, You'll also need to fetch the relevant repository, from [here](https://github.com/tendermint/js-abci), then install it:
To run the Node.js version, fist download & install [the Javascript ABCI server](https://github.com/tendermint/js-abci):

@melekes melekes changed the base branch from master to develop June 24, 2019 06:08
npm install abci
```

Now run the app:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Now run the app:
Now you can start the app:

@ebuchman
Copy link
Contributor

Can you update the settings in your fork to allow us to commit directly so we can apply the suggested changes? Thanks!

@Angelo-zz
Copy link
Author

I have updated the changes of my fork.

@melekes melekes merged commit eb08609 into tendermint:develop Jun 25, 2019
unclezoro pushed a commit to unclezoro/tendermint that referenced this pull request Sep 6, 2019
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.

5 participants