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

makefile: change build-docs target for shells other than bash #7444

Merged
merged 5 commits into from
Oct 2, 2020
Merged

makefile: change build-docs target for shells other than bash #7444

merged 5 commits into from
Oct 2, 2020

Conversation

helder-moreira
Copy link
Contributor

Description

This PR changes the build-docs target in Makefile to support shells other than bash.


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

dependabot bot and others added 5 commits October 2, 2020 04:21
Bumps [actions/setup-go](https://github.com/actions/setup-go) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.2...37335c7)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ibc: protobuf v1

* update codec

* core client

* core connection

* core host

* core commitment

* core port

* core channel

* core ibc module files

* core exported

* core types & simulation

* core spec

* make proto-all

* ibc alias
* LGTM alerts audit

* Update x/simulation/mock_tendermint.go

Co-authored-by: Alessio Treglia <[email protected]>

* Update x/staking/keeper/delegation.go

Co-authored-by: Alessio Treglia <[email protected]>

* comment false positive

Co-authored-by: Alessio Treglia <[email protected]>
* update channel handshake

Add ProvedID to ChanOpenTry which allows for flexible handshake identifier selection. Add CounterpartyChannelID to OpenAck. Update and add to handshake tests. Modify msgs_test. Counterparty ValidateBasic will return nil on an empty channel identifier to allow for flexible handshake identifier selection to succeed.

* Update x/ibc/core/04-channel/keeper/handshake.go

* add conn open init docs

* update docs for conn open try and conn open ack

* update channel docs
@lovincyrus lovincyrus changed the base branch from master to docs-staging October 2, 2020 20:48
@lovincyrus lovincyrus merged commit a219e64 into cosmos:docs-staging Oct 2, 2020
@lgtm-com
Copy link

lgtm-com bot commented Oct 2, 2020

This pull request fixes 5 alerts when merging f2ac04d into 136ca99 - view on LGTM.com

fixed alerts:

  • 3 for Incorrect conversion between integer types
  • 1 for Useless assignment to local variable
  • 1 for Useless assignment to field

@lovincyrus lovincyrus mentioned this pull request Oct 2, 2020
9 tasks
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.

4 participants