Skip to content

Commit 4a31618

Browse files
authored
Fix: correct ans processor issues (#1145)
1 parent 77091ca commit 4a31618

File tree

3 files changed

+130
-19
lines changed

3 files changed

+130
-19
lines changed

Cargo.lock

Lines changed: 95 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ move-package = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1
189189
movement = { git = "https://github.com/movementlabsxyz/aptos-core", rev = "1d1cdbbd7fabb80dcb95ba5e23213faa072fab67" }
190190

191191
# Indexer
192-
processor = { git = "https://github.com/movementlabsxyz/aptos-indexer-processors", rev = "77a36245400250e7d8a854360194288d078681bc" }
193-
server-framework = { git = "https://github.com/movementlabsxyz/aptos-indexer-processors", rev = "77a36245400250e7d8a854360194288d078681bc" }
192+
processor = { git = "https://github.com/movementlabsxyz/aptos-indexer-processors", rev = "ceaff42dfb4d1e5c84ee45e7568bb071de4b07f2" }
193+
server-framework = { git = "https://github.com/movementlabsxyz/aptos-indexer-processors", rev = "ceaff42dfb4d1e5c84ee45e7568bb071de4b07f2" }
194194

195195
bcs = { git = "https://github.com/movementlabsxyz/bcs.git", rev = "bc16d2d39cabafaabd76173dd1b04b2aa170cf0c" }
196196

networks/movement/indexer/hasura_metadata.json

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,32 @@
611611
}
612612
]
613613
},
614+
{
615+
"table": {
616+
"name": "current_ans_primary_name_v2",
617+
"schema": "public"
618+
},
619+
"select_permissions": [
620+
{
621+
"role": "readonly",
622+
"permission": {
623+
"columns": [
624+
"registered_address",
625+
"token_standard",
626+
"domain",
627+
"subdomain",
628+
"token_name",
629+
"is_deleted",
630+
"last_transaction_version",
631+
"inserted_at"
632+
],
633+
"filter": {},
634+
"limit": 100
635+
},
636+
"comment": ""
637+
}
638+
]
639+
},
614640
{
615641
"table": {
616642
"name": "current_aptos_names",
@@ -640,18 +666,15 @@
640666
"permission": {
641667
"columns": [
642668
"domain",
643-
"domain_expiration_timestamp",
644-
"domain_with_suffix",
645-
"expiration_timestamp",
646-
"is_active",
647-
"is_primary",
648-
"last_transaction_version",
649-
"owner_address",
650-
"registered_address",
651669
"subdomain",
652-
"subdomain_expiration_policy",
653670
"token_name",
654-
"token_standard"
671+
"token_standard",
672+
"registered_address",
673+
"expiration_timestamp",
674+
"last_transaction_version",
675+
"is_primary",
676+
"domain_with_suffix",
677+
"is_active"
655678
],
656679
"filter": {},
657680
"limit": 100,

0 commit comments

Comments
 (0)