Yes it might be. I also have code in a PR that might be of help. I have had no
time to come back to it yet.
> On Feb 14, 2021, at 21:28, Diego L.L. wrote:
>
> Hello Antoine, thanks, I'll come up with some PR in that direction then.
>
> Also, may be the issue #58[0] some kind related to my use
Hello Antoine, thanks, I'll come up with some PR in that direction then.
Also, may be the issue #58[0] some kind related to my use case?
[0]: https://github.com/apache/incubator-tuweni/issues/58
On Sun, Feb 14, 2021 at 11:29 PM Antoine Toulme wrote:
>
> An interface to BlockchainRepository make
An interface to BlockchainRepository makes sense, and you general approach
sounds good.
Cheers,
Antoine
> On Feb 14, 2021, at 17:19, Diego L.L. wrote:
>
>
> Hi Tuweni users,
>
> I'm building a component to stand between a node and the outside world, with
> the intention to prevent certain
Hi Tuweni users,
I'm building a component to stand between a node and the outside world,
with the intention to prevent certain Transaction (0x02) messages to reach
the node if they don't satisfy a given set of conditions.
This component only requires to be able to maintain a rlpx channel open
wit