Yurii Rashkovskii

Results 214 comments of Yurii Rashkovskii

Useful change! @ryanto Any plans to get this in?

Currently, I had to implement a bridge process to imitate an active websocket, but this is far from ideal and counter-intuitive. Maybe we can brainstorm a good solution for this...

Proposed solution: implement aggregates as query subscribers that manipulate necessary indices manually. Pros: relatively easy to implement, can be available very soon. Cons: eventual index consistency — even though this...

What would be important to do before merging this is to research rpc error codes that indicate that we should NOT throw out the transaction. Otherwise we have a chance...

Please let me know if we still need this and I'll implement it if we do.

Bridge relies on these contracts to generate calls, transactions and event filters, so I don't think it's reasonable to drop this dependency at this moment. What will happen after we're...

Yes, ABI will do if we want to get rid of `solc` dependency. They will just make it a tad harder to synchronize between sub-projects (instead of copying files, we'd...

As per @rstormsf it might be better to store those in https://github.com/poanetwork/poa-chain-spec

Deploy feature it's absolutely going to be removed, there's no point in it with this change. Basically, we just need to make the integration tests use the new deployment method...