add change to CHANGELOG for #6023#6395
Conversation
|
@steviez @willhickey lost track of this one -- does this need to be included in 2.3? |
Uhh, probably; the change landed in v2.3 right ? Also, I forget where these docs live, but would probably be good to update them as well: |
Yes
Good call! Quick search didn't find where the docs are. I will dig/ask, then submit change in separate pr. edit: looks like the doc is under solana-foundation repo; John Liu will do update when it's live on devnet. |
|
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. |
Problem
Realized #6023 that added a new field to
simulateTransactionresult may deserve an entry in changelogSummary of Changes
Fixes #