You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the only requirement for tuweni:devp2p is the use of EthereumNodeRecord pojo( but kotlin) in DNS related discovery code. As we are trying to in-house several of the tuweni types, refactoring and bringing the node record type into besu should allow us to drop an additional code library dependency, specifically tuweni:devp2p
This should help with the move of Bytes and its subclasses into besu as well.
Acceptance Criteria
create and use a besu type for ENR in DNS discovery classes
remove the tuweni:devp2p dependency in besu
The text was updated successfully, but these errors were encountered:
Description
It appears the only requirement for tuweni:devp2p is the use of EthereumNodeRecord pojo( but kotlin) in DNS related discovery code. As we are trying to in-house several of the tuweni types, refactoring and bringing the node record type into besu should allow us to drop an additional code library dependency, specifically tuweni:devp2p
This should help with the move of Bytes and its subclasses into besu as well.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: