Skip to content

remove account delta API#1162

Merged
drahnr merged 5 commits intonextfrom
bernhard-616-drop-get-acc-state-delta
Aug 20, 2025
Merged

remove account delta API#1162
drahnr merged 5 commits intonextfrom
bernhard-616-drop-get-acc-state-delta

Conversation

@drahnr
Copy link
Copy Markdown
Contributor

@drahnr drahnr commented Aug 18, 2025

Addresses the first piece of #616

  • removes the public store RPC endpoint
  • removes the account delta table and associated tables
  • removes any unused queries using those

Closes #422 by removing the underlying API to change

@drahnr drahnr force-pushed the bernhard-616-drop-get-acc-state-delta branch from 836c3a4 to 5fd9ea9 Compare August 18, 2025 19:00
@drahnr drahnr marked this pull request as ready for review August 20, 2025 12:01
Copy link
Copy Markdown
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look good; but I'll let @igamigo confirm whether he doesn't need some of this data for his work on state sync.

Copy link
Copy Markdown
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you! I left one small comment inline.

Comment thread proto/proto/store/rpc.proto
@drahnr drahnr merged commit d82235d into next Aug 20, 2025
8 checks passed
@drahnr drahnr deleted the bernhard-616-drop-get-acc-state-delta branch August 20, 2025 20:41
@bobbinth bobbinth mentioned this pull request Aug 31, 2025
JereSalo added a commit to 0xMiden/miden-client that referenced this pull request Feb 3, 2026
The GetAccountStateDelta RPC endpoint was removed from the node in
0xMiden/node#1162 (Aug 2025). The generated proto code was
correctly removed when updating the node dependency, but the
NodeRpcClientEndpoint enum variant and documentation were left behind.
igamigo pushed a commit to 0xMiden/miden-client that referenced this pull request Feb 3, 2026
* chore: remove stale GetAccountStateDelta endpoint reference

The GetAccountStateDelta RPC endpoint was removed from the node in
0xMiden/node#1162 (Aug 2025). The generated proto code was
correctly removed when updating the node dependency, but the
NodeRpcClientEndpoint enum variant and documentation were left behind.

* replace RPC endpoint list with link to node docs

The hardcoded list was already out of sync with the node's actual
endpoints. Linking to the authoritative source prevents future drift.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limit number of deltas per request in GetAccountStateDelta

4 participants