Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

feat: store migration setup (backport #794) #795

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 29, 2021

This is an automatic backport of pull request #794 done by Mergify.
Cherry-pick of 841c93c has failed:

On branch mergify/bp/release/v0.8.x/pr-794
Your branch is up to date with 'origin/release/v0.8.x'.

You are currently cherry-picking commit 841c93c.
  (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:   cmd/ethermintd/root.go
	new file:   x/evm/keeper/migrations.go
	modified:   x/evm/module.go
	new file:   x/feemarket/keeper/migrations.go
	modified:   x/feemarket/module.go

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   CHANGELOG.md

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

* feat: store migration setup

* comment

* changelog

(cherry picked from commit 841c93c)

# Conflicts:
#	CHANGELOG.md
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #795 (c851500) into release/v0.8.x (70480d2) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           release/v0.8.x     #795      +/-   ##
==================================================
+ Coverage           57.45%   57.51%   +0.05%     
==================================================
  Files                  71       73       +2     
  Lines                6107     6115       +8     
==================================================
+ Hits                 3509     3517       +8     
  Misses               2396     2396              
  Partials              202      202              
Impacted Files Coverage Δ
x/evm/keeper/migrations.go 100.00% <100.00%> (ø)
x/evm/module.go 54.68% <100.00%> (ø)
x/feemarket/keeper/migrations.go 100.00% <100.00%> (ø)

@fedekunze fedekunze closed this Dec 7, 2021
@mergify mergify bot deleted the mergify/bp/release/v0.8.x/pr-794 branch December 7, 2021 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant