Open muXxer opened 2 weeks ago
git log --since="2024-11-01" --until="2024-11-31" --format="format:https://github.com/MystenLabs/sui/commit/%H" -- crates/sui crates/sui-open-rpc crates/sui-open-rpc-macros crates/sui-sdk crates/sui-transaction-builder
. Note that this needs to be done in the SUI repo because the goal is to identify SUI's patches.Method
git checkout mainnet-v1.36.2
(you can choose a later release if you want)git log --reverse --patch mainnet-v1.32.2.. crates/{iota-indexer,iota-graphql-rpc*,....}
(obviously you replace with the libraries you wan to trackGo over each commit and tried to classify it, label it, and group it if possible
4a. Classification:
4b. Labeling: Add a tentative label for each commit or group of commits like so: {"side-effects": "minor|medium|major", "type": "fix|refactoring|feature|improvement|etc", "comment":
This allows triaging/prioritizing within the team as a next step for Candidates, and organizing calls with stakeholders for Questionables.
mainnet-v1.32.2 to mainnet-v1.36.2
Commits from 2024-09-05 to 2024-10-26. Commit hash from bb77882 to 3ada97c Upstream change details: here
Commits to track from mainnet-v1.32.2 to mainnet-v1.36.2