sui icon indicating copy to clipboard operation
sui copied to clipboard

indexer JSON RPC: derive object changes instead

Open gegaowp opened this issue 1 year ago • 1 comments

Description

Derive JSON RPC object changes based on sender_signed_data and effects, so that we do not have to store object_changes in the transactions table.

https://linear.app/mysten-labs/issue/DP-65/clean-up-object-changes-in-transactions

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:
  • [ ] REST API:

gegaowp avatar Sep 30 '24 21:09 gegaowp