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

fix: make sure infoCellTxs are asc-ordered #201

Merged
merged 4 commits into from
Jul 29, 2024
Merged

fix: make sure infoCellTxs are asc-ordered #201

merged 4 commits into from
Jul 29, 2024

Conversation

Flouse
Copy link
Contributor

@Flouse Flouse commented Jul 25, 2024

Tests

Before this PR

{
  "address": "tb1qvn7ge67z3lh5x0u5ue69c7etp8kavlacku2vae",
  "xudt": [
    {
      "name": "",
      "decimal": 8,
      "symbol": "LP-UTXOSwap V1",
      "total_amount": "0x342770c00",
      "available_amount": "0x342770c00",
      "pending_amount": "0x0",
      "type_hash": "0x37b6748d268d4aa62445d546bac1f90ccbc02cbbcecc7831aca3b77d70304e0f",
      "type_script": {
        "codeHash": "0x25c29dc317811a6f6f3985a7a9ebc4838bd388d19d0feeecf0bcd60f6c0975bb",
        "args": "0x92b419a8d8e03c683a47b960f707f2b866f6114b70327b6628762719b243c5ca",
        "hashType": "type"
      }
    },
    ...
}

After this PR

{
  "address": "tb1qvn7ge67z3lh5x0u5ue69c7etp8kavlacku2vae",
  "xudt": [
    {
      "name": "tUTXO",
      "decimal": 8,
      "symbol": "tUTXO",
      "total_amount": "0x342770c00",
      "available_amount": "0x342770c00",
      "pending_amount": "0x0",
      "type_hash": "0x37b6748d268d4aa62445d546bac1f90ccbc02cbbcecc7831aca3b77d70304e0f",
      "type_script": {
        "codeHash": "0x25c29dc317811a6f6f3985a7a9ebc4838bd388d19d0feeecf0bcd60f6c0975bb",
        "args": "0x92b419a8d8e03c683a47b960f707f2b866f6114b70327b6628762719b243c5ca",
        "hashType": "type"
      }
    }
  ]
}

fix the test of {"name":"Unique BBQ","symbol":"","decimal":8}

Related CKB Indexer Issue

Copy link

vercel bot commented Jul 25, 2024

@Flouse is attempting to deploy a commit to the Cell Studio Team on Vercel.

To accomplish this, @Flouse needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

@Flouse Flouse self-assigned this Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check rgbpp/v1/address/bc1pdluvuxg32xpt7mqzkckrt787cuvukc3ctasdtvmxgaqxhjfh4cvqym5uu4/balance
2 participants