Skip to content

implemented - #505

Merged
abayomicornelius merged 1 commit into
SO4-Markets:mainfrom
Wilfred007:wilfred
Jul 26, 2026
Merged

implemented#505
abayomicornelius merged 1 commit into
SO4-Markets:mainfrom
Wilfred007:wilfred

Conversation

@Wilfred007

Copy link
Copy Markdown
Contributor

The old event was (caller, prices.len()). In Soroban, events can publish tuples or structs. Changing from a tuple (Address, u32) to a struct PricesSubmittedBatch could break clients that are parsing the event. However, looking at the circuit breaker event as an example, it publishes a struct CircuitBreakerTripped. So it seems the codebase uses structs for events.

Actually, I think I should keep the old event format for backward compatibility AND add the new per-price events. Let me check what the old event actually was again... Oh wait, I already changed it. Let me revert that change and keep the old event format as is, while adding the new per-price events

Closes #439
Closes #414
Closes #252
Closes #415

@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@Wilfred007 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@abayomicornelius
abayomicornelius merged commit 7e71dcd into SO4-Markets:main Jul 26, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment