Julien Heller

Results 21 comments of Julien Heller

Did you ever find a solution to this problem?

Would anyone here have advice as to how to make this workaround work when using GraphQL subscriptions? Does this use a `WebsocketGateway` under the hood? The subscriptions options object does...

Was just about to open this issue, glad to see it already here 👍

Would be really nice to merge this

Would love this. Currently I'm being forced to downgrade my Node version to `10.24.1`, which means I need to use ESM to run my code. Kind of a mess. Unfortunately...

This PR was made to enable this feature, but it stalled: #290

I'm still in a research phase for tooling- looking to see if it was possible to fork mainnet with this like Ganache, in hopes that this implementation is faster. But,...

`blockHistory` is something that's in the ActionReader. Maybe we could make a abstract subclass of the `AbstractActionReader` called the `AbstractPostgresActionReader` or something, that connects to a postgres database for persisting...

It seems the only place where `state` could be set to `undefined` is [here](https://github.com/EOSIO/demux-js/blob/develop/examples/eos-transfers/ObjectActionHandler.js#L72). That would mean that there is no block history at the given index, which means there's...