Skip to content

refactor: remove legacy builders directory and update URLs to Interse…#46

Merged
solidsnakedev merged 1 commit into
mainfrom
fix/remove-legacy-builders
Oct 23, 2025
Merged

refactor: remove legacy builders directory and update URLs to Interse…#46
solidsnakedev merged 1 commit into
mainfrom
fix/remove-legacy-builders

Conversation

@solidsnakedev
Copy link
Copy Markdown
Collaborator

Remove old src/builders/ directory in favor of new SDK architecture

  • Delete legacy builders directory (TxBuilder, CertificateBuilder, etc.)
  • These have been superseded by the new SDK builders in src/sdk/builders/
  • The old builders were causing duplicate documentation generation
  • Update Evolution package.json URLs to IntersectMBO organization
  • Update docgen.json projectHomepage to IntersectMBO

This is the proper fix - removing duplicate/legacy code rather than excluding it. The new SDK architecture in src/sdk/ contains the modern, refactored builders.

…ctMBO

BREAKING CHANGE: Remove old src/builders/ directory in favor of new SDK architecture

- Delete legacy builders directory (TxBuilder, CertificateBuilder, etc.)
- These have been superseded by the new SDK builders in src/sdk/builders/
- The old builders were causing duplicate documentation generation
- Update Evolution package.json URLs to IntersectMBO organization
- Update docgen.json projectHomepage to IntersectMBO

This is the proper fix - removing duplicate/legacy code rather than excluding it.
The new SDK architecture in src/sdk/ contains the modern, refactored builders.
Copilot AI review requested due to automatic review settings October 23, 2025 15:58
Copy link
Copy Markdown
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 removes the legacy src/builders/ directory in favor of the new SDK architecture located in src/sdk/builders/. The legacy builders were causing duplicate documentation generation and have been superseded by the refactored SDK implementation. Additionally, repository URLs are updated from the no-witness-labs organization to IntersectMBO.

Key Changes

  • Removed entire legacy src/builders/ directory including all builder classes (TxBuilder, CertificateBuilder, InputBuilder, etc.)
  • Updated package.json URLs to point to IntersectMBO organization
  • Updated docgen.json projectHomepage to IntersectMBO organization

Reviewed Changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/evolution/src/builders/utils/index.ts Removed export statement for MinAda utility
packages/evolution/src/builders/utils/MinAda.ts Deleted MinAda calculation utility (178 lines)
packages/evolution/src/builders/index.ts Removed all builder module exports
packages/evolution/src/builders/WitnessBuilder.ts Deleted witness tracking and script witness builders
packages/evolution/src/builders/WithdrawalBuilder.ts Deleted withdrawal builder implementation
packages/evolution/src/builders/VoteBuilder.ts Deleted governance vote builder
packages/evolution/src/builders/TxBuilder.ts Deleted main transaction builder (986 lines)
packages/evolution/src/builders/RedeemerBuilder.ts Deleted redeemer set builder for Plutus scripts
packages/evolution/src/builders/ProposalBuilder.ts Deleted governance proposal builder
packages/evolution/src/builders/OutputBuilder.ts Deleted transaction output builder
packages/evolution/src/builders/MintBuilder.ts Deleted token minting builder
packages/evolution/src/builders/InputBuilder.ts Deleted transaction input builder
packages/evolution/src/builders/CertificateBuilder.ts Deleted certificate builder for stake operations
packages/evolution/package.json Updated repository URLs to IntersectMBO organization
packages/evolution/docgen.json Updated project homepage to IntersectMBO organization

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

@solidsnakedev solidsnakedev merged commit 44b1b6c into main Oct 23, 2025
5 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.

2 participants