solana/core
mergify[bot] 749c529d9e
v1.17: Discard packets statically known to fail (backport of #370) (#374)
* Discard packets statically known to fail (#370)

* Discard packets statically known to fail

* add test

(cherry picked from commit 5f1693224e)

# Conflicts:
#	core/src/banking_stage/transaction_scheduler/scheduler_controller.rs

* resolve conflict

---------

Co-authored-by: Andrew Fitzgerald <apfitzge@gmail.com>
2024-03-21 15:37:15 -07:00
..
benches v1.17: Initialize fork graph in program cache during bank_forks creation (backport of #33810) (#33817) 2023-10-23 18:28:40 +00:00
src v1.17: Discard packets statically known to fail (backport of #370) (#374) 2024-03-21 15:37:15 -07:00
tests v1.17: Use program cache fork graph in extract() (backport of #33806) (#33862) 2023-10-25 16:03:39 +00:00
.gitignore
Cargo.toml Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
build.rs