lambdaclass / lambdaclass/eth-agent

TransactionBuilder should use 'this' return type for proper chaining

Open
#10 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement high-priority
Dominant language
TypeScript
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Problem

Builder methods likely don't preserve type information for chaining with subclasses.

Location

src/protocol/transaction.ts

Recommendation

  • Use this return type for all builder methods
  • Enables proper subclass chaining
  • TypeScript best practice for builder pattern

Priority

High - Limits extensibility

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/protocol/transaction.ts by locating TransactionBuilder and reviewing each builder method's return type. Update the builder methods to use the this return type so subclasses preserve chaining types, then verify that the TypeScript project still type-checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend-api-design
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.