Skip to content

Conversation

@AshwinSekar
Copy link

start cleaning up some plumbing

@mergify
Copy link

mergify bot commented Mar 16, 2024

Backports to the stable 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.

@mergify
Copy link

mergify bot commented Mar 16, 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.

@AshwinSekar AshwinSekar added the automerge automerge Merge this Pull Request automatically once CI passes label Mar 16, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.9%. Comparing base (87a0071) to head (41adddb).

Additional details and impacted files
@@            Coverage Diff            @@
##           master     #274     +/-   ##
=========================================
- Coverage    81.9%    81.9%   -0.1%     
=========================================
  Files         837      837             
  Lines      226793   226812     +19     
=========================================
- Hits       185830   185825      -5     
- Misses      40963    40987     +24     

@AshwinSekar AshwinSekar merged commit b27c80a into anza-xyz:master Mar 16, 2024
mergify bot pushed a commit that referenced this pull request Mar 16, 2024
(cherry picked from commit b27c80a)

# Conflicts:
#	sdk/src/feature_set.rs
mergify bot pushed a commit that referenced this pull request Mar 16, 2024
(cherry picked from commit b27c80a)

# Conflicts:
#	sdk/src/feature_set.rs
willhickey pushed a commit that referenced this pull request Mar 18, 2024
…) (#275)

* vote: deprecate unused legacy vote tx plumbing (#274)

(cherry picked from commit b27c80a)

# Conflicts:
#	sdk/src/feature_set.rs

* fix conflicts

---------

Co-authored-by: Ashwin Sekar <[email protected]>
Co-authored-by: Ashwin Sekar <[email protected]>
willhickey pushed a commit that referenced this pull request Mar 18, 2024
…) (#276)

* vote: deprecate unused legacy vote tx plumbing (#274)

(cherry picked from commit b27c80a)

# Conflicts:
#	sdk/src/feature_set.rs

* fix conflicts

---------

Co-authored-by: Ashwin Sekar <[email protected]>
Co-authored-by: Ashwin Sekar <[email protected]>
@HaoranYi HaoranYi mentioned this pull request Apr 8, 2024
@AshwinSekar AshwinSekar added the feature-gate Pull Request adds or modifies a runtime feature gate label Jun 25, 2024
anwayde pushed a commit to firedancer-io/agave that referenced this pull request Jul 23, 2024
…za-xyz#274) (anza-xyz#276)

* vote: deprecate unused legacy vote tx plumbing (anza-xyz#274)

(cherry picked from commit b27c80a)

# Conflicts:
#	sdk/src/feature_set.rs

* fix conflicts

---------

Co-authored-by: Ashwin Sekar <[email protected]>
Co-authored-by: Ashwin Sekar <[email protected]>
codebender828 pushed a commit to codebender828/agave that referenced this pull request Oct 3, 2024
OliverNChalk pushed a commit to OliverNChalk/agave that referenced this pull request Nov 11, 2025
)

Previous changes that changed `cargo check` to `cargo check --tests`
were incorrect, as `cargo check --tests` means check only tests.  `cargo
check`is equivalent to`cargo check --lib --bins`.  So adding all the
arguments provides more coverage.

Ideally, we should be saying `cargo check --all-targets`, which adds
`--benches` into the mix.  But some of our benchmarks are currently
written such that they only compile on a nightly compiler.  Should we
fix that, we can then move to `cargo check --all-targets`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge Merge this Pull Request automatically once CI passes feature-gate Pull Request adds or modifies a runtime feature gate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants