Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
7f8459f
Add redis store
aditya1702 Nov 13, 2025
685cb34
Create redis_test.go
aditya1702 Nov 13, 2025
8193a96
Add redis to docker compose
aditya1702 Nov 13, 2025
37ee4e3
add redis host and port options to command line
aditya1702 Nov 13, 2025
1a38b9e
use NewRedisStore in test
aditya1702 Nov 13, 2025
9f17da0
Add account tokens service to populate cache from checkpoint reader
aditya1702 Nov 13, 2025
4bb8016
Add service to validate wasm hash and determine contract type
aditya1702 Nov 13, 2025
8e5e494
Populate account token cache before starting live ingestion
aditya1702 Nov 13, 2025
02f69d7
Create account_tokens_test.go
aditya1702 Nov 13, 2025
de3912a
Create contract_validator_test.go
aditya1702 Nov 13, 2025
36b2d01
make check
aditya1702 Nov 13, 2025
31a605c
Add redis container to integration tests
aditya1702 Nov 13, 2025
ca34536
make check
aditya1702 Nov 13, 2025
68cacb8
Remove nil check
aditya1702 Nov 13, 2025
12d05cb
Merge branch 'main' into redis-cache
aditya1702 Nov 13, 2025
7d1d0c5
Merge branch 'redis-cache' into account-token-checkpoint
aditya1702 Nov 13, 2025
c7f5049
Update ingest_test.go
aditya1702 Nov 13, 2025
aa836bc
process token changes and update token cache
aditya1702 Nov 13, 2025
49a6882
Update account_tokens.go
aditya1702 Nov 13, 2025
fe51b05
Process token changes using state change ingestion
aditya1702 Nov 13, 2025
3338fbf
Add balances graphql schema
aditya1702 Nov 13, 2025
79ce452
Add comments
aditya1702 Nov 14, 2025
591a858
Pass dbTx to update ingestion cursors
aditya1702 Nov 14, 2025
a961d1e
Use a map instead of switch case
aditya1702 Nov 14, 2025
04a4240
Code refactor - 1
aditya1702 Nov 14, 2025
d18eb15
Handle MuxedAddress validation for SEP41
aditya1702 Nov 14, 2025
e4b9ae6
Update contract_validator.go
aditya1702 Nov 14, 2025
aea8e93
Update account_tokens_test.go
aditya1702 Nov 14, 2025
d4efaf4
Add missing docstrings
aditya1702 Nov 14, 2025
7f841e2
Update account_tokens_test.go
aditya1702 Nov 14, 2025
6006a02
Merge branch 'account-token-checkpoint' into update-token-cache
aditya1702 Nov 14, 2025
44280f6
Merge branch 'update-token-cache' into graphql-balances-schema
aditya1702 Nov 14, 2025
dbab738
Directly assert using wasm code
aditya1702 Nov 17, 2025
d006287
Fix tests
aditya1702 Nov 17, 2025
6675932
Update account_tokens.go
aditya1702 Nov 17, 2025
907009e
Update effects.go
aditya1702 Nov 17, 2025
de5d9fe
Fix incorrect spec for CAP67
aditya1702 Nov 17, 2025
8185356
Merge branch 'main' into account-token-checkpoint
aditya1702 Nov 18, 2025
3291a7d
Merge branch 'account-token-checkpoint' into update-token-cache
aditya1702 Nov 18, 2025
695d1e3
Merge branch 'main' into update-token-cache
aditya1702 Nov 19, 2025
35629b4
Update account_tokens_test.go
aditya1702 Nov 19, 2025
795748c
Update account_tokens_test.go
aditya1702 Nov 19, 2025
cb95168
Fix make check issues - 2
aditya1702 Nov 19, 2025
80e340c
Fix function docstring
aditya1702 Nov 20, 2025
2ef24e3
Store pool ID for trustline token cache updating
aditya1702 Nov 20, 2025
9dd4eec
Merge branch 'update-token-cache' into graphql-balances-schema
aditya1702 Nov 20, 2025
b026252
Update balance response schemas for SAC and SEP41
aditya1702 Nov 20, 2025
218e099
Merge branch 'main' into graphql-balances-schema
aditya1702 Nov 20, 2025
115cb6c
make code and issuer mandatory
aditya1702 Nov 20, 2025
a28a866
Add decimals to SAC balances
aditya1702 Nov 20, 2025
1f64aa8
CHange decimals to Int
aditya1702 Nov 20, 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
Loading
Loading