You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove event subscription functions from contract runtime. (#3725)
## Motivation
In #3692 I added basic
user events, but subscriptions are not implemented yet. However, I
optimistically added the contract runtime functions for subscriptions in
that PR, too, so they are now user-visible but don't work yet.
## Proposal
Remove them from the contract runtime, so that if we release a new SDK,
they don't show up yet.
## Test Plan
CI
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- Reverts a few lines of
#3692.
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments