Skip to content

Conversation

@grinry
Copy link
Contributor

@grinry grinry commented Sep 22, 2025

@grinry grinry self-assigned this Sep 22, 2025
@netlify
Copy link

netlify bot commented Sep 22, 2025

Deploy Preview for sovryn-layer ready!

Name Link
🔨 Latest commit 2cc6030
🔍 Latest deploy log https://app.netlify.com/projects/sovryn-layer/deploys/68d286c7ea76f30008da772f
😎 Deploy Preview https://deploy-preview-2--sovryn-layer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@grinry grinry marked this pull request as ready for review September 22, 2025 13:18
Copilot AI review requested due to automatic review settings September 22, 2025 13:18
Copy link
Contributor

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 sets up a new shared library package and indexer backend service as part of SOV-5164. The purpose is to establish the infrastructure for a monorepo with shared code between a web application and indexer service.

  • Adds slayer-shared package for code that can run in both browser and Node.js environments
  • Creates a complete indexer backend service with Fastify, database integration, and worker queues
  • Updates build configuration and workspace setup to support the new monorepo structure

Reviewed Changes

Copilot reviewed 68 out of 73 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
vitest.config.ts Root Vitest configuration for workspace testing
packages/slayer-shared/* New shared library package with TypeScript setup and basic functionality
apps/indexer/* Complete backend service with API routes, database schema, worker system, and Docker setup
apps/web-app/* Updates to integrate with shared package and improved build configuration
package.json Updated scripts and dependencies for monorepo structure
nx.json Added esbuild target configuration
.github/workflows/* CI/CD pipelines for testing and building the indexer

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copilot AI review requested due to automatic review settings September 23, 2025 06:30
Copy link
Contributor

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

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


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copilot AI review requested due to automatic review settings September 23, 2025 10:35
Copy link
Contributor

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

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


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@creed-victor creed-victor merged commit 20c42e2 into main Sep 24, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants