teloscan icon indicating copy to clipboard operation
teloscan copied to clipboard

Remove Deprecated Parameters from Contract Metadata Request

Open Viterbo opened this issue 10 months ago • 0 comments

Overview

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

Fixed here: https://github.com/telosnetwork/teloscan/pull/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.

Viterbo avatar Feb 24 '25 20:02 Viterbo