Skip to content

Conversation

@DenisCarriere
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Nov 13, 2025

⚠️ No Changeset found

Latest commit: 1dc71a5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@YaroShkvorets
Copy link
Member

There is an issue with end_time filtering - takes 7 seconds:

curl 'http://localhost:8000/v1/tvm/transfers?network=tron&contract=TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t&end_time=2025-01-01&limit=1'

{
  "data": [
    {
      "block_num": 68346198,
      "datetime": "2025-01-01 00:00:00",
      "timestamp": 1735689600,
      "transaction_id": "ce45185369dec3eabe6ef3ffdb9832126056c35547496e7235abbcf54cc4fa13",
      "transaction_index": 70,
      "log_index": 0,
      "log_ordinal": 183,
      "contract": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
      "from": "TMqDrZa5kEebg5wi3W3wusVZ6ZF2w6JczH",
      "to": "TLAHUNSsiEUvhDTv6gX7By6tWg7aW4uwN6",
      "amount": "27920000",
      "value": 27.92,
      "name": "Tether USD",
      "symbol": "USDT",
      "decimals": 6,
      "network": "tron"
    }
  ],
  "statistics": {
    "bytes_read": 11764588704,
    "rows_read": 1461271436,
    "elapsed": 7.011166056
  },
  "pagination": {
    "previous_page": 1,
    "current_page": 1
  },
  "results": 1,
  "request_time": "2025-11-15T03:42:19.305Z",
  "duration_ms": 7139
}

@YaroShkvorets YaroShkvorets added bug Something isn't working and removed bug Something isn't working labels Nov 15, 2025
@DenisCarriere
Copy link
Contributor Author

The issue with end_time should be fixed, that was because we need to first filter by minute instead of timestamp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants