Alex Kwiatkowski

Results 108 issues of Alex Kwiatkowski

Given a blockchain adapter When it receives `N` websocket disconnections for log subscriptions in a period `P` Then it should try the alternate websocket RPC providers or fallback to polling...

enhancement

Given a blockchain adapter When it receives `N` websocket disconnections for new head subscriptions in a period `P` Then it should try the alternate websocket RPC providers or fallback to...

enhancement

Given a slurp configuration When configure transaction subscriptions Then it should be able to provide a list of contract addresses and a handler ```elixir config :slurp, transaction_subscriptions: %{ "*" =>...

enhancement

Given a blockchain adapter When it receives errors from an RPC call Then it should try the alternate RPC providers according to the configured strategy The venue configuration DSL will...

enhancement

``` mix wrap.build --no-cache ``` https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

Howdy, Awesome library. Are there any plans to create Python bindings?