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

Effectful #24

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Effectful #24

merged 1 commit into from
Sep 16, 2024

Conversation

prolic
Copy link
Collaborator

@prolic prolic commented Sep 11, 2024

The application is now an effectful computation.

Added modules:

  • EffectfulQML: Responsible for starting Qt event loop and firing signals on default signal key
  • Futr: AppState and Context Manager
  • Nostr.Effects.IDGen: effectful ID generator
  • Nostr.Effects.Logging: central effectful logging
  • Nostr.Effects.RelayPool: effectful relay pool implementation
  • Nostr.Effects.ResponseProcessor: effectful subscription processing (placeholder)
  • Nostr.Effects.WebSocket: effectful websocket implementation

Refactored:

  • Nostr.Types: added new module containing all nostr base types
  • Nostr.Filter, Nostr.RelayPool, Nostr.Request, Nostr.Response, Types: removed

@prolic prolic added the enhancement New feature or request label Sep 11, 2024
@prolic prolic self-assigned this Sep 11, 2024
@prolic prolic changed the title [WIP] Effectful integration of websocket communication Effectful Sep 16, 2024
The application is now an effectful computation.

Added modules:

- EffectfulQML: Responsible for starting Qt event loop and firing signals on default signal key
- Futr: AppState and Context Manager
- Nostr.Effects.IDGen: effectful ID generator
- Nostr.Effects.Logging: central effectful logging
- Nostr.Effects.RelayPool: effectful relay pool implementation
- Nostr.Effects.ResponseProcessor: effectful subscription processing (placeholder)
- Nostr.Effects.WebSocket: effectful websocket implementation

Refactored:

- Nostr.Types: added new module containing all nostr base types
- Nostr.Filter, Nostr.RelayPool, Nostr.Request, Nostr.Response, Types: removed
@prolic prolic merged commit a8ae984 into master Sep 16, 2024
2 checks passed
@prolic prolic deleted the effectful branch September 16, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant