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 plutus-streaming package #476

Merged
merged 2 commits into from
May 30, 2022
Merged

Add plutus-streaming package #476

merged 2 commits into from
May 30, 2022

Conversation

andreabedini
Copy link
Contributor

@andreabedini andreabedini commented May 24, 2022

Hi there,

this brings into main the plutus-streaming "library" I had written. I am using quotes because it's effectively one function :D

It still has one bug where the user gets a STM exception if the chain-sync client cannot connect. I need to find a way to handle this. solved.

Pre-submit checklist:

  • Branch
    • Tests are provided (if possible)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
    • Relevant tickets are mentioned in commit messages
    • Formatting, materialized Nix files, PNG optimization, etc. are updated
  • PR
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

@andreabedini
Copy link
Contributor Author

I solved the bug. Basically I was using async wrong, exceptions in the parent thread kill the worker thread, but I wanted the opposite.

@andreabedini andreabedini force-pushed the plutus-streaming branch 2 times, most recently from 9b192dc to ccea9c6 Compare May 29, 2022 01:51
@andreabedini andreabedini merged commit 3f76a97 into main May 30, 2022
@andreabedini andreabedini deleted the plutus-streaming branch May 30, 2022 05:11
zliu41 pushed a commit to zliu41/plutus-apps that referenced this pull request Jun 4, 2022
* Add plutus-streaming package

* Do some incantation to make hydra-ci pass.
koslambrou pushed a commit that referenced this pull request Jun 22, 2022
* Add plutus-streaming package

* Do some incantation to make hydra-ci pass.
koslambrou pushed a commit that referenced this pull request Apr 6, 2023
* Add plutus-streaming package

* Do some incantation to make hydra-ci pass.
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