Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Revert PRs caused hash mismatch #35018

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Conversation

tao-stones
Copy link
Contributor

@tao-stones tao-stones commented Jan 30, 2024

Problem

#34865 caused hash mismatch.

Summary of Changes

revert #34865, and two PRs built on top of it: #34757 and #34970

Fixes #35008

Copy link
Contributor

@CriesofCarrots CriesofCarrots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this. Adding @t-nelson , so he can object if he feels strongly about having them go in separately.

@tao-stones
Copy link
Contributor Author

confirmed bankhash matches
[2024-01-30T22:14:34.247386592Z INFO solana_runtime::bank] bank frozen: 249712853 hash: GJByGhuj3Uxga474oPkv9tbyuepxKniVKBVWHoNgDKzz

Copy link
Contributor

@t-nelson t-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. ping me on discord and i'll temporarily allow rebase-and-merge. use that so this lands as three commits

@tao-stones tao-stones added the v1.18 PRs that should be backported to v1.18 label Jan 30, 2024
Copy link
Contributor

mergify bot commented Jan 30, 2024

Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis.

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c6c2340) 81.6% compared to head (caba20f) 81.6%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #35018   +/-   ##
=======================================
  Coverage    81.6%    81.6%           
=======================================
  Files         830      830           
  Lines      224837   224828    -9     
=======================================
+ Hits       183505   183526   +21     
+ Misses      41332    41302   -30     

@tao-stones tao-stones merged commit 0dcac3f into solana-labs:master Jan 30, 2024
46 checks passed
@tao-stones tao-stones deleted the revert-34970 branch January 30, 2024 23:30
tao-stones added a commit that referenced this pull request Jan 31, 2024
* Revert "refactor unused parameter (#34970)"

This reverts commit 0838909.

(cherry picked from commit 1542392)

# Conflicts:
#	sdk/src/fee.rs

* Revert "separate priority fee and transaction fee from fee calculation (#34757)"

This reverts commit 5ecc47e.

(cherry picked from commit df2ee12)

# Conflicts:
#	sdk/src/fee.rs

* Revert "Remove congestion multiplier from calculate fee (#34865)"

This reverts commit 73d3973.

(cherry picked from commit 0dcac3f)

# Conflicts:
#	sdk/src/fee.rs

* fix merge conflicts

---------

Co-authored-by: Tao Zhu <tao@solana.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
v1.18 PRs that should be backported to v1.18
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.18 hash mismatch
3 participants