issues
search
ethereum
/
lahja
Lahja is a generic multi process event bus implementation written in Python 3.6+ to enable lightweight inter-process communication, based on non-blocking asyncio
MIT License
394
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update trio dependencies
#180
pipermerriam
closed
4 years ago
0
Ensure asyncio Endpoint.stream implementation yields to event loop
#179
pipermerriam
closed
4 years ago
1
Create a constant for the commonly used BroadcastConfig(require_subscriber=False)
#178
cburgdorf
opened
4 years ago
0
is ci broken?
#177
cburgdorf
closed
4 years ago
0
Raise error if broadcast/request has no subscribers
#176
cburgdorf
closed
4 years ago
3
Christoph/fix/remove duplicate typevars
#175
cburgdorf
closed
4 years ago
0
Remove redeclaration of type vars
#174
cburgdorf
closed
4 years ago
0
Custom event serialization.
#173
pipermerriam
opened
4 years ago
0
Use cloudpickle
#172
pipermerriam
closed
4 years ago
4
Add Matomo tracking
#171
cburgdorf
closed
4 years ago
2
A couple fixes to TrioEndpoint
#170
gsalgado
closed
4 years ago
0
Do not run py36-snappy-core-common on CI
#169
gsalgado
closed
4 years ago
0
Fix and re-enable *-core-common tests on CI
#168
gsalgado
opened
4 years ago
0
Do not run py36-core-common on CI
#167
gsalgado
closed
4 years ago
0
Bump version: 0.15.0 → 0.15.1
#166
gsalgado
closed
4 years ago
1
WIP: Synchronously unlink IPC file in TrioEndpoint
#165
gsalgado
closed
4 years ago
7
update trio-typing version
#164
pipermerriam
closed
4 years ago
0
Update to trio 0.13
#163
pipermerriam
closed
4 years ago
1
The Trio endpoint serializes all messages through a single coro
#162
lithp
opened
4 years ago
0
Sync with latest changes from template repo
#161
cburgdorf
closed
5 years ago
1
Use the highest available pickle protocol
#160
cburgdorf
closed
5 years ago
0
Proxy object API
#159
pipermerriam
closed
4 years ago
2
Convert test suite to use declarative tool
#158
pipermerriam
opened
5 years ago
0
Ensure lahja closes asyncio streams
#157
pipermerriam
closed
5 years ago
1
stream() no longer suppresses CancelledError
#156
lithp
closed
5 years ago
0
Fix broken Latex generation
#155
cburgdorf
closed
5 years ago
1
Increase ENDPOINT_CONNECT_TIMEOUT to 30 seconds
#154
cburgdorf
closed
5 years ago
5
[WIP] enforce newsfragments in CI
#153
pipermerriam
opened
5 years ago
7
Improve visuals of API docs
#152
cburgdorf
closed
5 years ago
0
Rearrange table of contents in docs
#151
cburgdorf
closed
5 years ago
0
Fix wrong title in docs and license
#150
cburgdorf
closed
5 years ago
0
Context manager API for EndpointAPI.subscribe
#149
pipermerriam
opened
5 years ago
0
README.md s/cburgdorf/ethereum/
#148
defnull
closed
5 years ago
1
Set up towncrier
#147
cburgdorf
closed
5 years ago
0
ReadTheDocs build isn't triggered automatically
#146
cburgdorf
closed
4 years ago
1
Proper cancellation of asyncio tasks
#145
pipermerriam
closed
5 years ago
1
graceful failure if IPC file is missing
#144
pipermerriam
closed
5 years ago
3
Switch to use Event for done signaling
#143
pipermerriam
closed
5 years ago
0
Make `Response` a property of `Request`
#142
pipermerriam
opened
5 years ago
0
Endpoint Driver
#141
pipermerriam
closed
5 years ago
5
Declarative cross implementation test suite tools
#140
pipermerriam
closed
5 years ago
2
Use dataclass to reduce boilerplate in event definitions
#139
cburgdorf
opened
5 years ago
2
Add missing decorators
#138
cburgdorf
closed
5 years ago
1
Removed connect_to_endpoint and connect_to_endpoints_nowait API
#137
cburgdorf
closed
5 years ago
0
Cleanup @property stuff on BaseRemoteEndpoint
#136
pipermerriam
closed
5 years ago
0
rename RemoteEndpoint._run
#135
pipermerriam
closed
5 years ago
0
Drop un-needed ignore statements on the async context managers
#134
pipermerriam
closed
5 years ago
1
Move RequestID generation to base endpoint
#133
pipermerriam
opened
5 years ago
0
endpoint.request() should raise when a result is no longer possible
#132
carver
opened
5 years ago
0
Use context manager api for remote endpoint running
#131
pipermerriam
closed
5 years ago
0
Next