mergify[bot]
|
0e7512a225
|
Fix Nightly Clippy Warnings (backport #18065) (#18070)
* chore: cargo +nightly clippy --fix -Z unstable-options
(cherry picked from commit 6514096a67 )
# Conflicts:
# core/src/banking_stage.rs
# core/src/cost_model.rs
# core/src/cost_tracker.rs
# core/src/execute_cost_table.rs
# core/src/replay_stage.rs
# core/src/tvu.rs
# ledger-tool/src/main.rs
# programs/bpf_loader/build.rs
# rbpf-cli/src/main.rs
# sdk/cargo-build-bpf/src/main.rs
# sdk/cargo-test-bpf/src/main.rs
# sdk/src/secp256k1_instruction.rs
* chore: cargo fmt
(cherry picked from commit 789f33e8db )
* Updates BPF program assert_instruction_count tests.
(cherry picked from commit c1e03f3410 )
# Conflicts:
# programs/bpf/tests/programs.rs
* Resolve conflicts
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
Co-authored-by: Michael Vines <mvines@gmail.com>
|
2021-06-18 20:02:48 +00:00 |
|
Jack May
|
477898f682
|
Optimize aligned memory used by the runtime (#17324)
|
2021-05-19 13:43:59 -07:00 |
|
Michael Vines
|
03d6c9a552
|
Defeature bpf_loader; bpf_{c,rust} features now confined to programs/bpf
|
2019-03-04 11:02:37 -08:00 |
|
Michael Vines
|
d0be16b49a
|
Remove duplicated code
|
2019-03-04 11:02:37 -08:00 |
|
Greg Fitzgerald
|
037fcf6b3d
|
Bump all native programs up a level
Don't categorize programs by a single backend.
|
2019-03-02 22:11:48 -08:00 |
|