Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated json api #1332

Open
zmcNotafraid opened this issue Feb 20, 2023 · 2 comments
Open

Remove deprecated json api #1332

zmcNotafraid opened this issue Feb 20, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@zmcNotafraid
Copy link
Member

Withdrawal and Deposit Hisotry API needs to keep.

@zmcNotafraid zmcNotafraid added the enhancement New feature or request label Feb 20, 2023
@zmcNotafraid zmcNotafraid self-assigned this Feb 20, 2023
@zmcNotafraid zmcNotafraid changed the title Remove old json api Remove deprecated json api Mar 1, 2023
@zmcNotafraid
Copy link
Member Author

zmcNotafraid commented Mar 15, 2023

Frontend used json api

  1. /accounts/address/logs
  2. /udts/id
  3. /account_udts
  4. /poly_version
  5. /home
  6. /smart_contracts
  7. /daily_stats
  8. /deposit_withdrawals
  9. /blocks
  10. /blocks/id
    11.1 /txs/eth_address?export=true
    11.2 /deposit_withdrawals?/address?export=true
    11.3 /transfers/address?export=true
    11.4 /account_udts/udt_id?export=true
    11.5 /deposit_withdrawals/udt_id? export=true
    11.6 /transfers/udt_address?export=true
    11.7 /deposit_withdrawals?block_number?export=true
    11.8 /txs/block_hash?export=true
    11.9 /transfers/tx_hash?export=true

@Danie0918 Danie0918 assigned Naupio and unassigned zmcNotafraid Mar 20, 2023
@Naupio
Copy link
Contributor

Naupio commented Mar 23, 2023

  1. use logs api
  2. use udt api
  3. use account_udt api
  4. need add new graphql api poly_version
  5. need add new graphql api home
  6. use smart_contracts api
  7. need add new graphql api daily_stats
  8. use deposit_withdrawal_histories api
  9. use blocks api
  10. use block api
  11. (1~9) need add new api for export csv file scenario(graphql not support export file, maybe need client-end implement)

@Danie0918 Danie0918 assigned Danie0918 and unassigned alexsupa597 and Naupio Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants