eosnetworkfoundation / mandel-eosjs

Official Javascript Library for Working with EOS Blockchain
Other
22 stars 6 forks source link

Check Deprecated Endpoints in 4.x #53

Closed ericpassmore closed 1 year ago

ericpassmore commented 1 year ago

Work Title

Check for Deprecated Endpoints

Requirements

Return 299 http error codes for the following calls if they were previously supported in eosjs /v1/chain/abi_bin_to_json /v1/chain/abi_json_to_bin

Design Notes

299 is preferred. When the feature goes away use 404 error code.

Additional context

MDN Warnings

ericpassmore commented 1 year ago

note need to check 4.x release notes https://github.com/AntelopeIO/leap/releases

AlexGriffith10 commented 1 year ago

After checking repo neither of these endpoints seems to be in use. Closing the issue as not needed.