Skip to content

sui_v1.12.0_1696552503_ci

@wlmyng wlmyng tagged this 05 Oct 23:27
## Description 

Implements postgres resolvers for Query type, except for the following:
1. availableRange - pending impl. on IndexerV2
2. dryRunTransactionBlock
3. coinMetadata -> need to be added to DB
4. resolveNameServiceAddress
5. event_connection -> TODO: need to define typings

transactionBlockConnection
* can support all transactionBlockFilter except the post-MVP ones
objectConnection
* Does not support filtering by package::module::type as the column is
missing on object table
* Does not support querying by objectKeys = (objectId, version) either,
as we do not have an object history table


## Test Plan 

1. Manual queries, which were then added to the examples dir
2. snapshot tests

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
Assets 2
Loading