-
Notifications
You must be signed in to change notification settings - Fork 57
feat: batch fetch substates api #1547
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
259140e
Update server.rs
saa938 a113185
Update types.rs
saa938 424f38c
Update json_rpc_client.rs
saa938 3402246
Merge pull request #3 from saa938/test
saa938 d40784c
Update server.rs
saa938 9d14ac2
Update types.rs
saa938 c70d084
Update openrpc.json
saa938 32bae7c
Update openrpc.json
saa938 6c10300
Update types.rs
saa938 60ad255
Update openrpc.json
saa938 9adfbc6
Update openrpc.json
saa938 8b65616
Update applications/tari_indexer/openrpc.json
saa938 5d0bfbe
Update json_rpc_client.rs
saa938 8bbdcd4
Update openrpc.json
saa938 3f6eb9f
Update applications/tari_indexer/openrpc.json
saa938 0ad9823
Update applications/tari_indexer/openrpc.json
saa938 0ab232a
Update applications/tari_indexer/openrpc.json
saa938 3e34430
Update openrpc.json
saa938 17a88b5
Update applications/tari_indexer/src/json_rpc/server.rs
saa938 a96e257
Update openrpc.json
saa938 5e84834
Update openrpc.json
saa938 d25c9a7
Update types.rs
saa938 d2a77f8
Update openrpc.json
saa938 0935711
Update applications/tari_indexer/openrpc.json
saa938 98ca256
Update clients/tari_indexer_client/src/types.rs
saa938 9b0c541
Update Cargo.toml
saa938 5101a4d
Update types.rs
saa938 928f0da
Update store_factory.rs
saa938 6dae149
Update handlers.rs
saa938 03926c4
Update applications/tari_indexer/openrpc.json
saa938 78c712d
Update openrpc.json
saa938 12d26c6
Update handlers.rs
saa938 ab67002
Update applications/tari_indexer/src/json_rpc/handlers.rs
saa938 0e9ef5a
Update applications/tari_indexer/src/json_rpc/handlers.rs
saa938 5fbc61b
Update applications/tari_indexer/src/json_rpc/handlers.rs
saa938 fa5f556
Merge branch 'development' into saa938/development
sdbondi 1ebd3de
impleemnt get substates
sdbondi f6d8455
sneak in nft transfer use ootle address
sdbondi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use canonical address formatter; avoid Object.keys-based derivation
Relying on the “first key” of
nft.address.idis brittle and can yield non-canonical or[object Object]values. Use the bindings’ formatter for a stable, canonical string.📝 Committable suggestion
🤖 Prompt for AI Agents