Skip to content

feat: maintenance-update-core-functionality#22

Closed
JohnDaWalka wants to merge 14 commits intoberachain:mainfrom
WalkerEnterprise:main
Closed

feat: maintenance-update-core-functionality#22
JohnDaWalka wants to merge 14 commits intoberachain:mainfrom
WalkerEnterprise:main

Conversation

@JohnDaWalka
Copy link

@JohnDaWalka JohnDaWalka commented Aug 13, 2025

feat: maintenance-update-core-functionality
Closes: #XXXX


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title, you can find examples of the prefixes below:
  • confirmed ! in the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • reviewed "Files changed" and left comments if necessary
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • updated the relevant documentation or specification, including comments for documenting Go code
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
# More reliable simulator specification
-destination 'platform=iOS Simulator,OS=latest,name=iPhone'
-destination 'platform=watchOS Simulator,OS=latest,name=Apple Watch'
-destination 'platform=tvOS Simulator,OS=latest,name=Apple TV'
-destination 'platform=OS Simulator,OS=latest,name=Windows'

Better error handling

run: |
set -o pipefail # Ensures pipeline failures are caught
xcodebuild [...] | xcpretty || exit 1

Resolve SPM for all projects

  • name: Resolve SPM
    run: |
    xcodebuild -resolvePackageDependencies -project YourApp.xcodeproj
    xcodebuild -resolvePackageDependencies -workspace YourApp.xcworkspace
    xcodebuild -resolvePackageDependencies -project YourTVApp.xcodeproj
    Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic, API design and naming, documentation is accurate, tests and test coverage

Signed-off-by: JohnDaWalka <201526231+JohnDaWalka@users.noreply.github.com>
Signed-off-by: JohnDaWalka <201526231+JohnDaWalka@users.noreply.github.com>
Signed-off-by: JohnDaWalka <201526231+JohnDaWalka@users.noreply.github.com>
@JohnDaWalka JohnDaWalka changed the title GOSDK core update SDK for mainteinenance Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title core update SDK for mainteinenance core update fixing "COSMOS" SDK for mainteinenance Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title core update fixing "COSMOS" SDK for mainteinenance "fix" 'resolve' update core functionality. "COSMOS" SDK for mainteinenance Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title "fix" 'resolve' update core functionality. "COSMOS" SDK for mainteinenance "fix" 'maintianince' update core functionality. "COSMOS" SDK for mainteinenance Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title "fix" 'maintianince' update core functionality. "COSMOS" SDK for mainteinenance "fix" 'maintenance' update core functionality. "COSMOS" SDK for mainteinenance Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title "fix" 'maintenance' update core functionality. "COSMOS" SDK for mainteinenance "fix" 'maintenance' update core functionality. "COSMOS" SDK for maintenance Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title "fix" 'maintenance' update core functionality. "COSMOS" SDK for maintenance fix/maintenance update core functionality. Aug 13, 2025
@JohnDaWalka JohnDaWalka changed the title fix/maintenance update core functionality. fix/maintenance-update-core-functionality. Aug 13, 2025
Signed-off-by: JohnDaWalka <201526231+JohnDaWalka@users.noreply.github.com>
@JohnDaWalka JohnDaWalka closed this Sep 7, 2025
@JohnDaWalka JohnDaWalka reopened this Sep 7, 2025
Copilot AI review requested due to automatic review settings October 28, 2025 12:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds GitHub Actions workflow configurations for a multi-platform project, introducing CI/CD pipelines for Go builds, security scanning with CodeQL, SLSA provenance generation, and backend builds for iOS/watchOS/tvOS platforms.

Key Changes:

  • Added Go build and test workflows with SLSA3 compliance support
  • Integrated CodeQL security scanning for multiple languages
  • Created backend CI workflow for Apple platform builds

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
.github/workflows/go.yml Basic Go build and test workflow for the main branch
.github/workflows/go-ossf-slsa3-publish.yml SLSA3 provenance generation for Go releases
.github/workflows/generator-generic-ossf-slsa3-publish.yml Generic SLSA3 provenance workflow for build artifacts
.github/workflows/codeqls.yml CodeQL security analysis with v4 actions
.github/workflows/codeql.yml Duplicate CodeQL workflow with v3 actions
.github/workflows/backend.yml Apple platform CI workflow for iOS, watchOS, and tvOS

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JohnDaWalka JohnDaWalka changed the title fix/maintenance-update-core-functionality. feat: maintenance-update-core-functionality Oct 28, 2025
@JohnDaWalka
Copy link
Author

@copilot open a new pull request to apply changes based on the comments in this thread

@JohnDaWalka
Copy link
Author

@copilot open a new pull request to apply changes based on the comments in this thread

1 similar comment
@JohnDaWalka
Copy link
Author

@copilot open a new pull request to apply changes based on the comments in this thread

@JohnDaWalka JohnDaWalka deleted the branch berachain:main December 28, 2025 01:09
@JohnDaWalka JohnDaWalka deleted the main branch December 28, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments