teloscan
teloscan copied to clipboard
Remove Deprecated Parameters from Contract Metadata Request
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
fullandincludeAbiparameters 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.