Daan Poron
Daan Poron
Maybe a stupid idea, but i was thinking something similar to `dependsOn` might be useful, for example `shouldExecute` that you can give an `Output` to ... so that you can...
This is my first PR and i haven't tested it yet .. at the moment it's more a proposal on how i think it can be fixed. If it makes...
This PR is ready for review. Only had one question. I saw that even when discovery is disabled we are still starting the `peerDiscoveryAgent`, does this make sense? I noticed,...
> @daanporon this seems like a reasonable change. > > Re. the `PeerDiscoveryAgent` always starting, I'm not sure I'm afraid. It may be that disabling discovery doesn't prevent "outbound" UDP-based...
> These changes look good to me. @daanporon what scenarios have you tested that in? What kind of nodes have you started to test this? @pinges I have only run...
> @daanporon develop builds (updated every push to main) are here https://github.com/hyperledger/besu/releases/tag/develop - can you work with that? but that will only work once it is merged in main i...
I have been testing this on AWS and Azure and the change is working as expected. I still have [other issues with discovery](https://github.com/hyperledger/besu/issues/6573) on kubernetes but at least this works...
@janb87 @kueckermann i agree it's a bit weird that we are throwing an error there, while we are actually resolving the issue. It's ok for me to replace this with...
Hi @suumona, this is what i mean. We are using a `/insights/some-name` url.
> Keep sending the From data in the PacketData so that it never falls-back to the source of the packet. I don't think we need to do this for every...