-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Fix up docs #114
Comments
Closed by #120 |
liamsi
pushed a commit
to liamsi/cosmos-sdk
that referenced
this issue
Jun 26, 2018
mattverse
referenced
this issue
in mattverse/cosmos-sdk
Apr 20, 2022
feat(abci): use `committingClient` to allow parallel queries
patiee
referenced
this issue
in figment-networks/cosmos-sdk
May 18, 2022
…a logs (#114) * start pprof server before load version * net/http/pprof * v0.17.3-osmo-v2.rc4 * add store key log * flush commit metadata when prunning fails * rename err to pruneErr * remove pprof server from start.go * upgrade iavl * remove pprof
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I removed the example-plugin from the docs dir, as it was buggy and we could just refer to the counter plugin for the same purpose.
In doing so, I realized that the docs are now out-of-date. Here are some changes we need to publish:
basecoin-basics.md
: we need to demonstrate using basecli as a client, as intests/cli/basictx.sh
basecoin-plugins.md
: we need to update it from example-plugin to counter (and countercli)ibc.md
: all code examples needs a rewrite. using the enhanced sendtx and relay. as tested intests/cli/ibc.sh
no need to manually move the ibc packets from chain to chain.I think these are fine, but maybe there is some text changes needed:
basecoin-tool.md
install.md
Anyone wishing to make a pr here is most welcome :)
The text was updated successfully, but these errors were encountered: