Skip to content

Tags: anza-xyz/agave

Tags

v2.1.13

Toggle v2.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1: ignore openssl audit (#4742)

v2.1.12

Toggle v2.1.12's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
v2.1: Revert "Report ConsumeWorkerMetrics at slot transitions (#3212)…

…" (backport of #4667) (#4699)

Revert "Report ConsumeWorkerMetrics at slot transitions (#3212)" (#4667)

(cherry picked from commit c83075b)

Co-authored-by: Andrew Fitzgerald <[email protected]>

v2.1.11

Toggle v2.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1: fix: use atomic to check if leader bank changed (backport of #4596

) (#4612)

fix: use atomic to check if leader bank changed (#4596)

* fix: use atomic to check if leader bank changed

* fix default value and tests

* ordering update

* eedback

* add comment

(cherry picked from commit 4cc49ac)

Co-authored-by: Justin Starry <[email protected]>

v2.0.25

Toggle v2.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0: fix: use atomic to check if leader bank changed (backport of #4596

) (#4611)

fix: use atomic to check if leader bank changed (#4596)

* fix: use atomic to check if leader bank changed

* fix default value and tests

* ordering update

* eedback

* add comment

(cherry picked from commit 4cc49ac)

Co-authored-by: Justin Starry <[email protected]>

v2.0.24

Toggle v2.0.24's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
v2.0: Scheduler Frequency Fixes (backport of #4545) (#4576)

* Change prio_graph_scheduler configurations for 1k maxs, 256 look ahead

* Break loop on scanned transaction count

* make Hold decision behave same as Consume during receive

* receive maximum of 5_000 packets - loose max

* receive_completed before process_transactions

---------

Co-authored-by: Andrew Fitzgerald <[email protected]>

v2.0.23

Toggle v2.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0: ci: hardcode crate publishing version (#4515)

ci: hardcode rust version for publish-crate

v2.1.10

Toggle v2.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1: Accounting migrating builtin programs default Compute Unit Limi…

…t with feature status (backport of #3975) (#4091)

* Accounting migrating builtin programs default Compute Unit Limit with feature status (#3975)

* Accounting migrating builtin programs default Compute Unit Limit with its feature gate status

* Declare Non/migrating buiiltins in const array, eleminates heap allocation (Vec<>) per transaction

* updates for review commients

add explicit positional information to migrating builtin feature obj

update developer notes, added static_assertion to validate no new items are added, add enum type

* use enum to separately define migrating and not-migrating builtins

* rename for clarity

(cherry picked from commit 9379fbc)

* Fix conflicts manually

---------

Co-authored-by: Tao Zhu <[email protected]>
Co-authored-by: Tao Zhu <[email protected]>

v2.1.9

Toggle v2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1: Update ledger-tool --deactivate-feature-gate to deactivate feat…

…ure gate in child bank (backport of #4465) (#4475)

Update ledger-tool --deactivate-feature-gate to deactivate feature gate in child bank (#4465)

wip: ledger-tool --deactivate-feature-gate deactivates the feature in the new child bank

Co-authored-by: brooks <[email protected]>
(cherry picked from commit 65aad08)

Co-authored-by: Will Hickey <[email protected]>

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1: Fix reserve minimal compute units for builtins (backport of #3799…

…) (#3931)

* Fix reserve minimal compute units for builtins  (#3799)

- Add feature gate, issue #2562;
- Implement SIMD-170;

---------

Co-authored-by: Justin Starry <[email protected]>
(cherry picked from commit 3e9af14)

* Fix conflicts manually

* avoid getting program_ids that are not used after all

---------

Co-authored-by: Tao Zhu <[email protected]>
Co-authored-by: Tao Zhu <[email protected]>

v2.0.22

Toggle v2.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0: hardcode rust version for publish-crate (#4228)