-
Add a "pending" blockTag in addition to the "latest" blockTag in metashrew-view.
metashrew-view should poll the metashrew instance for an active view of the mempool, on an interval.
An additiona…
-
I'd like to split actix into two packages
1. actix-core - which should depend only on futures
2. actix - kind of runtime based on tokio
-
Currently, the `Context` type passed into a future is fixed. However, I think there would be a lot of value in either allowing custom context types, or allowing some way to access custom data on a `Co…
-
I have an application which is based internally on Actix actor framework. I would like to refactor it to use warp instead of actix-web, however the issue is the futures incompatibility, because warp e…
-
There is of course our dependence on old versions of actix and Tokio; but perhaps more urgent is the fact that Rust is moving on without us. The current Rust version at the time of this writing is 1.6…
-
### Bug Description
When I try to make a query within a thread I get the following message `DB ERROR: pool timed out while waiting for an open connection`, it doesn't matter if I increase the waiting…
-
`thread 'arbiter:5037cb99-0989-4fb1-b855-945ba10943dc:actor' panicked at 'Lua error: FromLuaConversionError { from: "nil", to: "String", message: Some("expected string or number") }', .../.cargo/regis…
-
```
Oct 13 00:43:49 sandbox02 neard[1185538]: 102465065 4hkuea6ZsywcDTex3QTJSttFE18zzh9AeymoKoaWHcHD Processed in progress for 12461994ms orphan for 469ms Chunks:(X✔✔✔))
Oct 13 00:43:53 sandbox02 n…
-
https://github.com/patchworkuniversity/torchbear/issues/234 + Mun's Actix integration
~~
https://github.com/carllerche/kabuki/issues/5
> `ActorCell` has a couple of todos about how it sets up …
-
There is the example code https://gist.github.com/apatrushev/4bbddb65e9a35a72047e3b9993c6636e#gistcomment-2761661
for using UdPSockets in actix. However I would like to have an example more in the …