Zilliqa / zilliqa-js

JavaScript SDK for Zilliqa blockchain
https://www.npmjs.com/package/@zilliqa-js/zilliqa
GNU General Public License v3.0
131 stars 74 forks source link

Remove state from GetSmartContracts #397

Closed bb111189 closed 3 years ago

bb111189 commented 3 years ago

Is your feature request related to a problem? Please describe.

An upcoming release of Zilliqa v8.1.2 has a breaking change for SDK as it removes states from GetSmartContracts to mitigate spamming issues. The SDK will need to be updated too.

Ref: https://github.com/Zilliqa/Zilliqa/pull/2728

Zilliqa v8.1.2 is slated for release today or in a few days time

Describe the solution you'd like

Remove states from GetSmartContracts

Describe alternatives you've considered

Additional context

bb111189 commented 3 years ago

Ref: https://github.com/Zilliqa/dev-portal/pull/204