Skip to content

Remove Deprecated Parameters from Contract Metadata Request #989

@Viterbo

Description

@Viterbo

Overview

The current contract metadata request includes deprecated parameters that should be removed to maintain API clarity and prevent unnecessary processing.

Fixed here: #990

Current Request URL:

/v1/contract/${address}?full=true&includeAbi=true

Problem Statement:

  • The full and includeAbi parameters are deprecated and no longer needed.
  • Keeping these parameters in the request may cause confusion and lead to unintended behaviors.

Acceptance Criteria

  • The request URL should no longer include the deprecated parameters.
  • The API should continue functioning correctly without these parameters.
  • Ensure backward compatibility or provide appropriate documentation for the change.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions