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

merge releases/v2.0.0 to main #2010

Draft
wants to merge 124 commits into
base: main
Choose a base branch
from
Draft

merge releases/v2.0.0 to main #2010

wants to merge 124 commits into from

Conversation

k-yang
Copy link
Member

@k-yang k-yang commented Aug 19, 2024

Overview

Merges the v2.0.0 release branch into main to converge the release branches. Following this, we'll deploy directly from main branch and have no more need for release branches.

Changes

  • adds the missing v1.0.1, v1.0.2, v1.0.3, and v1.5.0 upgrade handlers from the latest v1.5.0 release
  • reverts MsgEditOracleParams back to how it was on releases/v1.5.0, overwriting the changes made on main branch
  • fixes the module ConsensusVersions
  • adds the default epochs from v1.1.0

k-yang and others added 30 commits October 16, 2023 14:19
#1649)

* fix(ledger): bump the hid package to v0.9.2 which fixes ledger on new macos versions

* chore: update changelog
…argate: auth, bank, gov, tokenfactory, epochs, inflation, oracle, sudo, devgas (#1646)

* fix(tokenfactory)!: Fix bug in MsgBurn on total supply tracking

* chore: rm stablecoin. How does this keep getting merged lol

* test: add export statements for the gRPC query service descriptions in each module

* feat(wasmbinding): whitelisted stargate queries for QueryRequest::Stargate

* changelog

* fix changelog

* refactor!: make the epoch infos name consistent

* docs,test(stargate_query): leave an in-depth explainer above the function

* refactor: pR comments: earlier return + remove duplicate hardcoded paths

* test: proto package may have more than 3 'parts'. Use len - 1 instead

* docs: fix small documentation typos
* chore(epochs): add day epoch and remove 15min epoch from default genesis

* chore(epochs): remove 15min epoch from default genesis

* fix(inflation): inflate strategic reserves to sudo root account

* fix(inflation): test inflation amounts

* chore: update changelog
* chore(oracle): curate default oracle whitelist

* update changelog
Bumps [github.com/CosmWasm/wasmvm](https://github.com/CosmWasm/wasmvm) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/CosmWasm/wasmvm/releases)
- [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/wasmvm@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/CosmWasm/wasmvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: Unique-Divine <realuniquedivine@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Unique Divine <51418232+Unique-Divine@users.noreply.github.com>
* chore(deps): Bump google.golang.org/grpc from 1.58.3 to 1.59.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.3...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated changelog - dependabot

---------

Signed-off-by: Unique-Divine <Unique-Divine@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Unique Divine <51418232+Unique-Divine@users.noreply.github.com>
Co-authored-by: Unique-Divine <Unique-Divine@users.noreply.github.com>
Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
* chore(wasm): bump wasmd dependency to v0.43.0

* Update CHANGELOG.md

* fix: fix linter issues

---------

Co-authored-by: Matthias <md2022@matrixsystems.co>
* feat: update wasmd to v0.44.0

* chore: lint
* chore(inflation): remove x/inflation and inflation proto files

* fix: wasmbinding imports

* chore(inflation): remove inflation from app keepers

* update changelog
)

* feat: make inflation follow a polynomial distribution

* chore: changelog

* fix: fix inflation test

* fix: fix epoch/period confusion
* feat: add inflation events detailed distribution

* chore: changelog

* fix: improve error handling

* fix: broken unit test + make x/sudo safer by making blank genesis invalid

* refactor: run gofumpt formatter

---------

Co-authored-by: Unique-Divine <realuniquedivine@gmail.com>
* fix: fix default inflation allocation

* chore: changelog

* fix: fix tests

---------

Co-authored-by: Unique Divine <51418232+Unique-Divine@users.noreply.github.com>
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

Attention: Patch coverage is 35.35912% with 117 lines in your changes missing coverage. Please review.

Project coverage is 64.46%. Comparing base (1921af9) to head (91aa264).

Files with missing lines Patch % Lines
x/oracle/cli/tx.go 0.00% 110 Missing ⚠️
x/oracle/keeper/msg_server.go 75.00% 3 Missing and 2 partials ⚠️
x/oracle/module.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2010      +/-   ##
==========================================
- Coverage   64.78%   64.46%   -0.32%     
==========================================
  Files         277      276       -1     
  Lines       22281    22364      +83     
==========================================
- Hits        14435    14418      -17     
- Misses       6861     6962     +101     
+ Partials      985      984       -1     
Files with missing lines Coverage Δ
app/app.go 58.60% <ø> (+1.24%) ⬆️
app/appconst/appconst.go 60.86% <ø> (ø)
app/keepers.go 99.25% <100.00%> (+0.27%) ⬆️
app/upgrades.go 55.55% <100.00%> (ø)
cmd/nibid/cmd/init.go 12.72% <ø> (+0.55%) ⬆️
x/devgas/v1/module.go 82.45% <ø> (ø)
x/epochs/types/genesis.go 100.00% <100.00%> (ø)
x/epochs/types/identifier.go 100.00% <ø> (ø)
x/oracle/keeper/params.go 95.08% <100.00%> (+6.62%) ⬆️
x/oracle/keeper/test_utils.go 96.80% <100.00%> (ø)
... and 5 more

@k-yang k-yang changed the title release: v2.0.0 [EVM] merge releases/v2.0.0 to main Aug 20, 2024
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.

7 participants