Conversation
Contributor
|
@muknta What format is used on frontend side? ISO or epoch |
Collaborator
|
@MrLutik regarding the date format - we use currently the epoch. I'll alter the implementation to ISO if needed |
Collaborator
|
@kobs30 proto naming with transaction types is fine |
Contributor
Summary
|
This was referenced Dec 4, 2025
Contributor
Author
I can implement conversion on the BE side. As you want. Or double format support: ISO and UNIX |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Date
/api/transactions?start_date=2025-11-17T16:45:35.710911842Z (ISO format)
Sort
/api/transactions?sort=asc (date is default field) OR /api/transactions?sort=field_name:asc
Type
/api/transactions?types[]=/cosmos.bank.v1beta1.MsgSend (transaction type as cosmos value)
We can add aliases (send, multisend and etc), but we should do it every time for a new transaction type added to the sekai. It's better to use proto naming.