Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
8a0ea67 to
86bb2ae
Compare
Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
86bb2ae to
f355ab0
Compare
|
just seen this stale PR, do we have a stable release of tuweni, instead of the snapshot, that we can update and test with? |
Hi Gabriel, I did this a long time ago when I was trying to integrate Tuweni with besu as I needed this dependency to be changed also. I would need to update it with changes to the PR on the Tuweni side, that this integrates with, so you could try it out. But unfortunately I don't have the time right now. |
PR Description
The Tuweni library is being refactored (specifically
org.apache.tuweni.bytes) to make it more efficient and have a smaller class hierarchy with the aim to make Besu more efficient: Consensys/tuweni#40Since this project is a dependency of Besu it will need to be aligned with v2 so this PR presents some preparatory work. It is still a WIP as the Tuweni API could change until Besu or other dependents are finalized.