Skip to content
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
259140e
Update server.rs
saa938 Aug 19, 2025
a113185
Update types.rs
saa938 Aug 19, 2025
424f38c
Update json_rpc_client.rs
saa938 Aug 19, 2025
3402246
Merge pull request #3 from saa938/test
saa938 Aug 19, 2025
d40784c
Update server.rs
saa938 Aug 19, 2025
9d14ac2
Update types.rs
saa938 Aug 19, 2025
c70d084
Update openrpc.json
saa938 Aug 19, 2025
32bae7c
Update openrpc.json
saa938 Aug 19, 2025
6c10300
Update types.rs
saa938 Aug 19, 2025
60ad255
Update openrpc.json
saa938 Aug 19, 2025
9adfbc6
Update openrpc.json
saa938 Aug 19, 2025
8b65616
Update applications/tari_indexer/openrpc.json
saa938 Aug 19, 2025
5d0bfbe
Update json_rpc_client.rs
saa938 Aug 19, 2025
8bbdcd4
Update openrpc.json
saa938 Aug 19, 2025
3f6eb9f
Update applications/tari_indexer/openrpc.json
saa938 Aug 19, 2025
0ad9823
Update applications/tari_indexer/openrpc.json
saa938 Aug 19, 2025
0ab232a
Update applications/tari_indexer/openrpc.json
saa938 Aug 19, 2025
3e34430
Update openrpc.json
saa938 Aug 19, 2025
17a88b5
Update applications/tari_indexer/src/json_rpc/server.rs
saa938 Aug 26, 2025
a96e257
Update openrpc.json
saa938 Aug 26, 2025
5e84834
Update openrpc.json
saa938 Aug 26, 2025
d25c9a7
Update types.rs
saa938 Aug 26, 2025
d2a77f8
Update openrpc.json
saa938 Aug 26, 2025
0935711
Update applications/tari_indexer/openrpc.json
saa938 Aug 26, 2025
98ca256
Update clients/tari_indexer_client/src/types.rs
saa938 Aug 26, 2025
9b0c541
Update Cargo.toml
saa938 Aug 26, 2025
5101a4d
Update types.rs
saa938 Aug 26, 2025
928f0da
Update store_factory.rs
saa938 Aug 26, 2025
6dae149
Update handlers.rs
saa938 Aug 26, 2025
03926c4
Update applications/tari_indexer/openrpc.json
saa938 Aug 26, 2025
78c712d
Update openrpc.json
saa938 Aug 26, 2025
12d26c6
Update handlers.rs
saa938 Aug 26, 2025
ab67002
Update applications/tari_indexer/src/json_rpc/handlers.rs
saa938 Aug 26, 2025
0e9ef5a
Update applications/tari_indexer/src/json_rpc/handlers.rs
saa938 Aug 26, 2025
5fbc61b
Update applications/tari_indexer/src/json_rpc/handlers.rs
saa938 Aug 27, 2025
fa5f556
Merge branch 'development' into saa938/development
sdbondi Sep 18, 2025
1ebd3de
impleemnt get substates
sdbondi Sep 18, 2025
f6d8455
sneak in nft transfer use ootle address
sdbondi Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions applications/tari_indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ mime_guess = { workspace = true }
serde = { workspace = true, features = ["default", "derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }
time = { workspace = true, features = ["serde"] }
tokio = { workspace = true, features = [
"default",
"macros",
Expand Down
Loading