Skip to content

fix(lifecycle): use snake_case event names#23

Merged
AquiGorka merged 1 commit intomainfrom
fix/lifecycle-event-names
Mar 18, 2026
Merged

fix(lifecycle): use snake_case event names#23
AquiGorka merged 1 commit intomainfrom
fix/lifecycle-event-names

Conversation

@AquiGorka
Copy link
Copy Markdown
Contributor

Summary

  • Soroban serializes #[contractevent] struct names as snake_case symbols, not PascalCase
  • ContractInitializedcontract_initialized, ProviderAddedprovider_added, ProviderRemovedprovider_removed

Test plan

  • Re-trigger soroban-core#26 / provider-platform#47 after merge

…tion

Soroban serializes contractevent struct names as snake_case symbols,
not PascalCase. ContractInitialized → contract_initialized, etc.
@AquiGorka AquiGorka merged commit 48969ac into main Mar 18, 2026
1 check passed
@AquiGorka AquiGorka deleted the fix/lifecycle-event-names branch March 18, 2026 19:51
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.

1 participant