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

[BP: v7 <- #773] Simplify verbose boilerplate builder #826

Merged
merged 5 commits into from
Oct 17, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Oct 16, 2023

This is an automatic backport of pull request #773 done by Mergify.
Cherry-pick of 2c47fa0 has failed:

On branch mergify/bp/v7/pr-773
Your branch is up to date with 'origin/v7'.

You are currently cherry-picking commit 2c47fa0.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   .github/workflows/lint.yml
	modified:   chain/cosmos/genesis.go
	modified:   examples/cosmos/chain_export_test.go
	modified:   examples/cosmos/chain_param_change_test.go
	modified:   examples/cosmos/chain_upgrade_ibc_test.go
	modified:   examples/cosmos/light_client_test.go
	modified:   examples/cosmos/sdk_boundary_test.go
	modified:   examples/cosmos/state_sync_test.go
	new file:   interchain_builder.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   examples/ibc/interchain_accounts_test.go

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* qol: NewGenesisKV(key, value)

* RegisterInterfaces, CreateChainWithConfig, BuildInitialChain

* migrate examples to new functions ^^

* Add BuildChainWithRelayer abstraction

* Migrate examples to the new format

* 2 unique chainSpecs

* stop relayer on cleanup

* if links != nil, setup relayer

* stop relayer only if it was set

(cherry picked from commit 2c47fa0)

# Conflicts:
#	examples/ibc/interchain_accounts_test.go
@mergify mergify bot requested a review from a team as a code owner October 16, 2023 17:36
@mergify mergify bot requested a review from jtieri October 16, 2023 17:36
@Reecepbcups Reecepbcups enabled auto-merge (squash) October 16, 2023 22:45
@Reecepbcups Reecepbcups merged commit ef23cf6 into v7 Oct 17, 2023
9 checks passed
@Reecepbcups Reecepbcups deleted the mergify/bp/v7/pr-773 branch October 17, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant