Skip to content

Remove Stellar-only convenience getters and unnecessary storage#75

Merged
Oghma merged 3 commits intostellarfrom
fix/stellar-getters
Apr 8, 2026
Merged

Remove Stellar-only convenience getters and unnecessary storage#75
Oghma merged 3 commits intostellarfrom
fix/stellar-getters

Conversation

@dkgoutham
Copy link
Copy Markdown

Summary

Removes three Stellar-only convenience getters with no equivalent in EVM or Solana.

  • get_posted_message_hash — Remove getter, storage writes (set + extend_ttl per message), and PostedMessage storage key. Guardians observe events, not storage.
  • get_last_fee_transfer — Remove getter, storage writes, and LastFeeTransfer storage key. FeeTransferEvent already provides the audit trail.
  • get_contract_balance — Remove getter. Native token balance is queryable via RPC without a contract invocation.

@dkgoutham dkgoutham requested a review from Oghma April 8, 2026 10:45
@Oghma Oghma merged commit fda8306 into stellar Apr 8, 2026
31 of 34 checks passed
@Oghma Oghma deleted the fix/stellar-getters branch April 8, 2026 17:04
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.

2 participants