sui
sui copied to clipboard
[graphql] Move system state summary into epoch
Description
Moves the system state summary unique fields into the Epoch struct. If the latest system state epoch is the same as the requested one, we compute the system state summary as before. If the epoch requested is older, we need to fetch the system state summary from the other table; next to do on my list.
Waiting for #15434
Test Plan
How did you test the new or updated feature?
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| mysten-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 19, 2023 5:20am |
| sui-typescript-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Dec 19, 2023 5:20am |
3 Ignored Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| explorer | ⬜️ Ignored (Inspect) | Visit Preview | Dec 19, 2023 5:20am | |
| multisig-toolkit | ⬜️ Ignored (Inspect) | Visit Preview | Dec 19, 2023 5:20am | |
| sui-kiosk | ⬜️ Ignored (Inspect) | Visit Preview | Dec 19, 2023 5:20am |
@stefan-mysten is attempting to deploy a commit to the Sui Foundation Team on Vercel.
A member of the Team first needs to authorize it.
Closing this as there were too many conflicts and it was easier to start afresh. Superseded by #15489