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

Refactor BAIFA routing to meet EIP 3091 #1178

Open
Tracked by #203
arealclimber opened this issue Sep 11, 2024 · 0 comments
Open
Tracked by #203

Refactor BAIFA routing to meet EIP 3091 #1178

arealclimber opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
5 hard level 5 enhancement New feature or request

Comments

@arealclimber
Copy link
Member

arealclimber commented Sep 11, 2024

EIP 3091:

  • 區塊鏈 explorer 的 API /網站 routing 需符合以下形式
 Blocks
<BLOCK_EXPLORER_URL>/block/<BLOCK_HASH_OR_HEIGHT>

 Transactions
<BLOCK_EXPLORER_URL>/tx/<TX_HASH>

 Accounts
<BLOCK_EXPLORER_URL>/address/<ACCOUNT_ADDRESS>

 Tokens
<BLOCK_EXPLORER_URL>/token/<TOKEN_ADDRESS>
  • BAIFA 缺少 token 的 routing;單一資料的 routing 呈現為 /blocks/<BLOCK_HASH_OR_HEIGHT>
  • ref:
    CleanShot 2024-09-11 at 13 47 33;routing 使用 transaction ,缺少 tx
@arealclimber arealclimber self-assigned this Sep 11, 2024
@arealclimber arealclimber added enhancement New feature or request 5 hard level 5 labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 hard level 5 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant