Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional "raw" calls #382

Merged
merged 6 commits into from
Sep 4, 2024
Merged

Add additional "raw" calls #382

merged 6 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. uplink: add emit_raw

    The new function, `emit_raw`, allows for emitting events that are *not*
    serialized using `rkyv`. This effectively allows for user-defined
    serialization of event data.
    ureeves committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f74d590 View commit details
    Browse the repository at this point in the history
  2. contracts: add emit_events_raw function

    We expose the `emit_events_raw` which should function efectivelly the
    same as `emit_events`, but uses the `emit_raw` function.
    ureeves committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9cf113d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e608f89 View commit details
    Browse the repository at this point in the history
  4. uplink: add feed_raw

    The new function, `feed_raw`, allows for emitting events that are *not*
    serialized using `rkyv`. This effectively allows for user-defined
    serialization of feed call data.
    ureeves committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c6210b2 View commit details
    Browse the repository at this point in the history
  5. contracts: add feed_num_raw function

    We expose the `feed_num_raw` which should function efectivelly the
    same as `feed_num`, but uses the `feed_raw` function.
    ureeves committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5102b4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    776799b View commit details
    Browse the repository at this point in the history