Skip to content

sui_v1.28.0_1718080913_ci

@wlmyng wlmyng tagged this 11 Jun 02:16
## Description 

Add a compatibility check on server start `server.run` that goes through
each table in the schema and makes a simple `select * from table limit
1`

I've added `Selectable` as a macro to the Rust structs that correspond
to the data we'd select from each table, so we can use it in the macro

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
Assets 2
Loading