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

fix(app): implement hard fork logic for v8.2.0 #922

Merged
merged 3 commits into from
Sep 22, 2022

Conversation

fedekunze
Copy link
Contributor

  • fix(app): implement hard fork logic for v8.2.0
  • update block height

Description

Closes: #XXX


All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

PR review checkboxes:

I have...

  • added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • included the correct type prefix in the PR title
  • targeted the correct branch (see PR Targeting)
  • provided a link in the PR description to the relevant issue or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all required CI checks have passed

Code maintenance:

I have...

  • written unit and integration tests
  • added relevant godoc and code comments.
  • updated relevant documentation (docs/) or specification (x/<module>/spec/)

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed all author checklist items have been addressed
  • confirmed that this PR does not change production code

@github-actions github-actions bot added the docs label Sep 22, 2022
@fedekunze fedekunze marked this pull request as ready for review September 22, 2022 09:08
@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Merging #922 (617219e) into release/v8.x.x (9365798) will decrease coverage by 0.03%.
The diff coverage is 40.00%.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           release/v8.x.x     #922      +/-   ##
==================================================
- Coverage           81.09%   81.06%   -0.04%     
==================================================
  Files                 127      127              
  Lines                7259     7262       +3     
==================================================
  Hits                 5887     5887              
- Misses               1231     1234       +3     
  Partials              141      141              
Impacted Files Coverage Δ
app/forks.go 0.00% <0.00%> (ø)
app/app.go 85.05% <100.00%> (ø)

@fedekunze fedekunze merged commit 0f06479 into release/v8.x.x Sep 22, 2022
@fedekunze fedekunze deleted the fedekunze/v82-fork branch September 22, 2022 09:40
yurivin added a commit to pointnetwork/point-chain that referenced this pull request Sep 30, 2022
* release: v8.0.0 changelog & upgrade heights (evmos#848)

* deps: bump tendermint `v0.34.21` (evmos#861)

* `v8.1.0` Release (evmos#875)

* `v8.1.0` Release changelog (evmos#877)

update changelog

* Upgrade handler (evmos#880)

* add v8.1 upgrade handler

* update constants

* update comment

* fix linter

* fix(app): implement hard fork logic for v8.2.0

* Revert "fix(app): implement hard fork logic for v8.2.0"

This reverts commit d2e248c.

* fix(app): implement hard fork logic for `v8.2.0` (evmos#922)

* fix(app): implement hard fork logic for v8.2.0

* update block height

* changelog

* chore(app): set upgrade height for v8.2.0 (evmos#934)

* change dependency path

Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
Co-authored-by: Tuan Pham Anh <baabeetaa@gmail.com>
Co-authored-by: Freddy Caceres <facs95@gmail.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants