-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote ai worker rebased #6
base: ai-video
Are you sure you want to change the base?
Commits on Mar 27, 2024
-
eth,eth/watcher: Create Chainlink price feed watcher (livepeer#2972)
* eth/watchers: Create PriceFeed watcher Makefile: Use mockgen binary from tool dependencies eth/contracts: Add chainlink interfaces source Makefile: Generate Chainlink contracts ABI tools: Add abigen tool to repo eth/contracts: Generate chainlink bindings Makefile: Fix abigen bindings generation Revert everything abigen Turns out there's already bindings exported from the Chainlink lib. go.mod: Add chainlink library eth/watchers: Add pricefeed watcher eth/watchers: Clean-up event watching code eth/watchers: Improve price tracking Revert "go.mod: Add chainlink library" This reverts commit ac415bd. Revert "Revert everything abigen" This reverts commit b7c40b1. eth/contracts: Gen bindings for proxy iface eth/watchers: Use local bindings for contracts eth/watchers: Simplify event subs logic eth/watchers: Simplify&optimize truncated ticker eth/watchers: Update decimals on fetch eth/watchers: Improve handling of decimals eth/watchers: Fix price rat creation eth/watchers: Make sure we use UTC on truncated timer eth/contracts/chainlink: Generate only V3 contract bindings eth/watchers: Watch PriceFeed only with polling eth/watchers: Add a retry logic on price update eth/watchers: Use clog instead of fmt.Printf * eth: Create separate pricefeed client unit This will make the code more testable. * eth: Add tests for pricefeed client * eth/watchers: Add tests to the truncated ticker Gosh that was much harder than I thought * eth/watchers: Add tests for pricefeedwatcher * eth: Add comments to the new components * go fmt * eth: Address minor review comments * eth,eth/watchers: Improve pricefeed watcher interface * eth/watchers: Remove truncated ticker tests
Configuration menu - View commit details
-
Copy full SHA for ef5d789 - Browse repository at this point
Copy the full SHA ef5d789View commit details -
cmd/livepeer: Use price feed watcher for dynamic pricePerPixel (livep…
…eer#2981) * eth/watchers: Create PriceFeed watcher Makefile: Use mockgen binary from tool dependencies eth/contracts: Add chainlink interfaces source Makefile: Generate Chainlink contracts ABI tools: Add abigen tool to repo eth/contracts: Generate chainlink bindings Makefile: Fix abigen bindings generation Revert everything abigen Turns out there's already bindings exported from the Chainlink lib. go.mod: Add chainlink library eth/watchers: Add pricefeed watcher eth/watchers: Clean-up event watching code eth/watchers: Improve price tracking Revert "go.mod: Add chainlink library" This reverts commit ac415bd. Revert "Revert everything abigen" This reverts commit b7c40b1. eth/contracts: Gen bindings for proxy iface eth/watchers: Use local bindings for contracts eth/watchers: Simplify event subs logic eth/watchers: Simplify&optimize truncated ticker eth/watchers: Update decimals on fetch eth/watchers: Improve handling of decimals eth/watchers: Fix price rat creation eth/watchers: Make sure we use UTC on truncated timer eth/contracts/chainlink: Generate only V3 contract bindings eth/watchers: Watch PriceFeed only with polling eth/watchers: Add a retry logic on price update eth/watchers: Use clog instead of fmt.Printf * eth: Create separate pricefeed client unit This will make the code more testable. * eth: Add tests for pricefeed client * eth/watchers: Add tests to the truncated ticker Gosh that was much harder than I thought * eth/watchers: Add tests for pricefeedwatcher * eth: Add comments to the new components * go fmt * cmd: make pricePerUnit flags strings * cmd: Allow price per unit to be speficied with a currency Currently ignoring the currency value. * cmd: Add logic to start price update loop * cmd: Add flag for specifying price feed address * cmd: Add a lil test to priceDataToWei * TODO: Reminder for something I noticed is missing * cmd/starter: Support currencies for custom broadcaster prices * eth: Address minor review comments * eth,eth/watchers: Improve pricefeed watcher interface * eth/watchers: Fix pricefeed watcher after merge * cmd,core,server: Support dynamic updates to price in USD * eth/watchers: Remove truncated ticker tests * eth/watchers: Finalize pricefeedwatcher docs/tests * cmd: Address review comment * core: Create tests for autoconvertedprice * cmd,core: Move wei default to AutoConvertedPrice * Address review comments * cmd: Fix the e2e flow for setting/updating configs * CHANGELOG * cmd: Make sure pricePerPixel can be specified with e notation Parse it directlty as a big.Rat from a raw string, like I was doing for pricePerUnit in some places. * Fix tests Turns out tests were not running on my branch due to base branch * go fmt * core: Fix typo in comment * cmd,server: Use 3 decimal points when logging PPP Found out that's officially supported precision on the discovery logic, so let's reflect that here.
Configuration menu - View commit details
-
Copy full SHA for 706ec33 - Browse repository at this point
Copy the full SHA 706ec33View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2572d97 - Browse repository at this point
Copy the full SHA 2572d97View commit details
Commits on Apr 2, 2024
-
Revert "Bump ffmpeg version and nv-codec-headers" (livepeer#2989)
* Revert "Bump ffmpeg version and nv-codec-headers (livepeer#2973)" This reverts commit cad6713. * Revert "Update CUDA build version from 11.7.1 to 12.0.0 (livepeer#2978)" This reverts commit 6c09a9f. * Reapply "Update CUDA build version from 11.7.1 to 12.0.0 (livepeer#2978)" This reverts commit ebbf210. * Force ffmpeg reinstall * Revert "Force ffmpeg reinstall" This reverts commit 5adb9a5. --------- Co-authored-by: Victor Elias <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c243ab - Browse repository at this point
Copy the full SHA 8c243abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f55d605 - Browse repository at this point
Copy the full SHA f55d605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85bea86 - Browse repository at this point
Copy the full SHA 85bea86View commit details
Commits on Apr 3, 2024
-
server: Skip redundant maxPrice check in ongoing session (livepeer#2994)
* server: Remove maxPrice check mid-session * server: Fix tests * server: Fix erroneous usage of assert.EqualErrorf When I was writing the tests for validatePrice I found out we were using that function wrong in a couple places and never checking any error. We were sending err.Error() to check the error from err. * server: Fix error checks after fixing assertion * CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 07fed97 - Browse repository at this point
Copy the full SHA 07fed97View commit details -
server: Allow Os price to increase up to 2x mid-session (livepeer#2995)
* server: Allow dynamic (and sometimes >max) prices for Os * CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 119f346 - Browse repository at this point
Copy the full SHA 119f346View commit details
Commits on Apr 5, 2024
-
server,discovery: Allow B to use any O in case none match maxPrice (l…
…ivepeer#2999) * discovery: Ignore maxPrice on db_discovery queries Still kept the feature on the db as it had all the tests already implemented and could still be useful in the future. I can remove it if preferred though. * server: Get prices as big rats for selection While this may not seem useful now since we just convert them to floats on the probability calculation, it will be useful later when comparing prices to max price. * server: Add maxPrice filter logic on selection algorithm * CHANGELOG * server: Break filter in 2 functions
Configuration menu - View commit details
-
Copy full SHA for eb25467 - Browse repository at this point
Copy the full SHA eb25467View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52186d7 - Browse repository at this point
Copy the full SHA 52186d7View commit details
Commits on Apr 13, 2024
-
ci(ai): add AI issue templates
This commit introduces two new AI-specific issue templates, aiming to streamline the routing of AI subnet-related issues and feature requests to the appropriate team.
Configuration menu - View commit details
-
Copy full SHA for 44c95d0 - Browse repository at this point
Copy the full SHA 44c95d0View commit details -
ci(ai): add AI pull request labeler
This commit adds a pull request labeler action that automatically attaches the `ai` label when a pull request is created to the `ai-video` branch.
Configuration menu - View commit details
-
Copy full SHA for c822b13 - Browse repository at this point
Copy the full SHA c822b13View commit details
Commits on Apr 15, 2024
-
ci(ai): add AI issue templates and pull request labeler
This commit introduces two new AI-specific issue templates, aiming to streamline the routing of AI subnet-related issues and feature requests to the appropriate team. It also adds a pull request labeler action that automatically attaches the `ai` label when a pull request is created to the `ai-video` branch.
Configuration menu - View commit details
-
Copy full SHA for 25c3cd2 - Browse repository at this point
Copy the full SHA 25c3cd2View commit details -
ci: change issue template order and add PR labeler config (livepeer#3006
) * ci: change issue template order This commit ensures that the main branch issue templates are put above the AI related issue templates. * ci(ai): add PR labeler config file This commmit adds a https://github.com/actions/labeler configuration file so that all PRs on the `ai-video` branch will be correctly labeled with the `ai` label.
Configuration menu - View commit details
-
Copy full SHA for 8d378fd - Browse repository at this point
Copy the full SHA 8d378fdView commit details
Commits on Apr 16, 2024
-
ci(ai): fix incorrect labels (livepeer#3012)
* ci(ai): fix incorrect labels This commit fixed the labels that were specified in the Issue Templates to the one found in the repository. * ci: rename labeler and remove trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for bc726a8 - Browse repository at this point
Copy the full SHA bc726a8View commit details
Commits on Apr 19, 2024
-
ci(ai): fix pull request config warning (livepeer#3018) (livepeer#3019)
* ci(ai): fix pull request config warning (livepeer#3018) This commit gets rid of the Pull request labeler configuration file warning. * ci(ai): auto assign AI issues This commit auto assigns the AI issues to the right member of the AI team. * ci(ai): cleanup labeler actions This commit cleans up the labeler actions and ensure they run on the right triggers.
Configuration menu - View commit details
-
Copy full SHA for 9305333 - Browse repository at this point
Copy the full SHA 9305333View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9cbadb - Browse repository at this point
Copy the full SHA e9cbadbView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1b2c03 - Browse repository at this point
Copy the full SHA b1b2c03View commit details
Commits on May 9, 2024
-
chore: fix function names (livepeer#3040)
Signed-off-by: kevincatty <[email protected]> Co-authored-by: Rafał Leszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e49ae2 - Browse repository at this point
Copy the full SHA 6e49ae2View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 133ca8b - Browse repository at this point
Copy the full SHA 133ca8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8bc55 - Browse repository at this point
Copy the full SHA 5f8bc55View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7599f7f - Browse repository at this point
Copy the full SHA 7599f7fView commit details
Commits on May 16, 2024
-
refactor: add -gateway and deprecate -broadcaster (livepeer#3053)
* refactor: add -gateway and deprecate -broadcaster This commit adds the `gateway` flag and deprecates the `broadcaster` flag per core team decision (details: https://discord.com/channels/423160867534929930/1051963444598943784/1210356864643109004). * chore: update pending changelog --------- Co-authored-by: John | Elite Encoder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19f1cf6 - Browse repository at this point
Copy the full SHA 19f1cf6View commit details -
refactor(census): rename Broadcaster metrics to Gateway (livepeer#3055)
* refactor(census): rename Broadcaster metrics to Gateway This commit renames the metrics related to Broadcaster to Gateway, following a team decision. More details can be found in the discussion here: [Team Discussion Link](.com/channels/423160867534929930/1051963444598943784/1210356864643109004). * chore: update pending changelog
Configuration menu - View commit details
-
Copy full SHA for 304e47f - Browse repository at this point
Copy the full SHA 304e47fView commit details
Commits on May 19, 2024
-
refactor: add -pricePerGateway and deprecate -pricePerBroadcaster (li…
…vepeer#3056) * refactor: add -pricePerGateway and deprecate -pricePerBroadcaster This commit adds the `pricePerGateway` flag and deprecates the `pricePerBroadcaster` flag per core team decision (details: https://discord.com/channels/423160867534929930/1051963444598943784/1210356864643109004). * chore: update pending changelog * refactor: remove redundant deprecation comment This commit removes the `PricePerBroadcaster` deprecation comment since this is already clear from the glog warning below. * fix: correct the `pricePerBroadcaster` flag check This commit ensures that the deprecation condition for the `pricePerBroadcaster` flag properly handles the default empty string value. * fix: ensure 'pricePerGateway' is used This commit ensures that the `pricePerGateway` is correctly used instead of the `pricePerBroadcaster` when it is set. * refactor: deprecate 'pricePerGateway' broadcasters property in favor of 'gateways' This commit updates the configuration to replace the `broadcasters` property specified under the `pricePerGateway` flag with `gateways`. Additionally, it ensures that a warning is issued when the deprecated property is still used. * test: fix TestParseGetBroadcasterPrices test This commit ensures that the TestParseGetBroadcasterPrices function uses the new getGatewayPrices function. * test: rename TestParseGetBroadcasterPrices to reflect Gateway naming This commit updates the `TestParseGetBroadcasterPrices` function to `TestParseGetGatewayPrices` to align with the new node naming convention.
Configuration menu - View commit details
-
Copy full SHA for b739f35 - Browse repository at this point
Copy the full SHA b739f35View commit details
Commits on May 21, 2024
-
ci: protect Docker 'stable' tag (livepeer#3062)
This commit introduces a safeguard to ensure that the Docker image tagged as 'stable' is only pushed when a new tag is created on the stable branch. This prevents unintended updates to the stable Docker image, ensuring consistency and reliability for users relying on the stable tag.
Configuration menu - View commit details
-
Copy full SHA for 6cfaf1e - Browse repository at this point
Copy the full SHA 6cfaf1eView commit details
Commits on May 28, 2024
-
Return appropriate errors when auth fails, not just 5xx (livepeer#3065)
* Return appropriate errors when auth fails, not just 5xx * Fix unit tests for new signature * Fix remaining tests * Fix another test * Refactor Forbidden to error type * Refactor Forbidden to error type --------- Co-authored-by: Rafał Leszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbb393e - Browse repository at this point
Copy the full SHA fbb393eView commit details
Commits on May 29, 2024
-
ci: fix syntax error in Docker action tags (livepeer#3068)
* ci: fix syntax error in Docker action tags This commit addresses a syntax error in the Docker image tag creation step. * ci(docker): ensure stable tag is created on master branch This commit ensures that the stable tag is created on the master branch.
Configuration menu - View commit details
-
Copy full SHA for 29732e7 - Browse repository at this point
Copy the full SHA 29732e7View commit details
Commits on Jun 1, 2024
-
chore: fix some comments (livepeer#3070)
Signed-off-by: linghuying <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8f079e - Browse repository at this point
Copy the full SHA e8f079eView commit details
Commits on Jun 11, 2024
-
Add logging to selection_algorithm.go (livepeer#3076)
* Add logging to selection_algorithm.go * Add even more logging
Configuration menu - View commit details
-
Copy full SHA for 65f501a - Browse repository at this point
Copy the full SHA 65f501aView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df4c106 - Browse repository at this point
Copy the full SHA df4c106View commit details
Commits on Jun 14, 2024
-
Add ctx to logging for selection algorithm (livepeer#3080)
* Add ctx to logging for selection algorithm * Reorg imports * Fix unit tests
Configuration menu - View commit details
-
Copy full SHA for b62c60c - Browse repository at this point
Copy the full SHA b62c60cView commit details
Commits on Jun 16, 2024
-
chore: make function comment match function name (livepeer#3081)
Signed-off-by: tongjicoder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dd670f - Browse repository at this point
Copy the full SHA 0dd670fView commit details
Commits on Jun 18, 2024
-
refactor: rename internal references from Broadcaster to Gateway (liv…
…epeer#3060) * refactor: rename internal references from Broadcaster to Gateway This commit updates internal references from 'Broadcaster' to 'Gateway' in accordance with the core team’s decision. For more details, refer to the discussion: [Discord Link](https://discord.com/channels/423160867534929930/1051963444598943784/1210356864643109004). * chore: update pending changelog
Configuration menu - View commit details
-
Copy full SHA for 20e81fb - Browse repository at this point
Copy the full SHA 20e81fbView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3dcdf3d - Browse repository at this point
Copy the full SHA 3dcdf3dView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6a712b - Browse repository at this point
Copy the full SHA e6a712bView commit details
Commits on Jul 24, 2024
-
Update LPMS to ffmpeg 7 (livepeer#3096)
* install_ffmpeg: point to LPMS * Update to use ffmpeg7 LPMS
Configuration menu - View commit details
-
Copy full SHA for 1624694 - Browse repository at this point
Copy the full SHA 1624694View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 498eb76 - Browse repository at this point
Copy the full SHA 498eb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5cdcc6 - Browse repository at this point
Copy the full SHA a5cdcc6View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c00361a - Browse repository at this point
Copy the full SHA c00361aView commit details -
chore(ai): ensure ai-video-rebased ffmpeg file is used
Since the lpms `ai-video` and `ai-video-rebase-main` branches are not yet merged into the main branch we need to ensure the right AI install_ffmpeg.sh script is used.
Configuration menu - View commit details
-
Copy full SHA for 21f98a5 - Browse repository at this point
Copy the full SHA 21f98a5View commit details -
chore(ai): remove local go module dependency
This commit removes the local go module dependency to lpms that was accidentally commited.
Configuration menu - View commit details
-
Copy full SHA for 280b4a5 - Browse repository at this point
Copy the full SHA 280b4a5View commit details
Commits on Jul 29, 2024
-
This commit fixes the bugs that were introduced by the AI codebas einto the broadcast test functions.
Configuration menu - View commit details
-
Copy full SHA for 01fc75b - Browse repository at this point
Copy the full SHA 01fc75bView commit details -
feat(ai): add dynamic pricePerUnit feature to AI pricing
This commit ensures that Orchestrators can set their pricing in USD and the price gets updated dynamically.
Configuration menu - View commit details
-
Copy full SHA for 6292df1 - Browse repository at this point
Copy the full SHA 6292df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f93ee - Browse repository at this point
Copy the full SHA 29f93eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b211a4 - Browse repository at this point
Copy the full SHA 4b211a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b69168 - Browse repository at this point
Copy the full SHA 8b69168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ba3e9 - Browse repository at this point
Copy the full SHA 26ba3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738c3e0 - Browse repository at this point
Copy the full SHA 738c3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 329f6d5 - Browse repository at this point
Copy the full SHA 329f6d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a4797 - Browse repository at this point
Copy the full SHA 56a4797View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8107959 - Browse repository at this point
Copy the full SHA 8107959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fbdc9a - Browse repository at this point
Copy the full SHA 3fbdc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2822e1 - Browse repository at this point
Copy the full SHA d2822e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba40ec9 - Browse repository at this point
Copy the full SHA ba40ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b347f - Browse repository at this point
Copy the full SHA 28b347fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c99895 - Browse repository at this point
Copy the full SHA 8c99895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f8cb4 - Browse repository at this point
Copy the full SHA 88f8cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69fe1fe - Browse repository at this point
Copy the full SHA 69fe1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d57f3 - Browse repository at this point
Copy the full SHA 75d57f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbbe1a - Browse repository at this point
Copy the full SHA 9bbbe1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2067044 - Browse repository at this point
Copy the full SHA 2067044View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ccc5c - Browse repository at this point
Copy the full SHA a8ccc5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7810cd4 - Browse repository at this point
Copy the full SHA 7810cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb86030 - Browse repository at this point
Copy the full SHA bb86030View commit details -
Configuration menu - View commit details
-
Copy full SHA for e656a31 - Browse repository at this point
Copy the full SHA e656a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 417d6b7 - Browse repository at this point
Copy the full SHA 417d6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfca2b7 - Browse repository at this point
Copy the full SHA cfca2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3f4f4 - Browse repository at this point
Copy the full SHA cd3f4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6bbc6 - Browse repository at this point
Copy the full SHA ee6bbc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c6902 - Browse repository at this point
Copy the full SHA f0c6902View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1df7a4 - Browse repository at this point
Copy the full SHA b1df7a4View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0fbf3f0 - Browse repository at this point
Copy the full SHA 0fbf3f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2961a0 - Browse repository at this point
Copy the full SHA e2961a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e1f5e - Browse repository at this point
Copy the full SHA 64e1f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aab34cb - Browse repository at this point
Copy the full SHA aab34cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37873b2 - Browse repository at this point
Copy the full SHA 37873b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df648f2 - Browse repository at this point
Copy the full SHA df648f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da8324 - Browse repository at this point
Copy the full SHA 7da8324View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdfe3a3 - Browse repository at this point
Copy the full SHA bdfe3a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0410787 - Browse repository at this point
Copy the full SHA 0410787View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefd30c - Browse repository at this point
Copy the full SHA fefd30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d78637 - Browse repository at this point
Copy the full SHA 3d78637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 600b62b - Browse repository at this point
Copy the full SHA 600b62bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d18a8c - Browse repository at this point
Copy the full SHA 6d18a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82fcaf5 - Browse repository at this point
Copy the full SHA 82fcaf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a2fd3 - Browse repository at this point
Copy the full SHA 59a2fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc8ca0 - Browse repository at this point
Copy the full SHA ffc8ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1e4ee - Browse repository at this point
Copy the full SHA 8b1e4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3fa3b - Browse repository at this point
Copy the full SHA ff3fa3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c07ba9 - Browse repository at this point
Copy the full SHA 8c07ba9View commit details