Replies: 3 comments
-
I believe |
Beta Was this translation helpful? Give feedback.
-
The above shows that it would be fairly trivial to implement the needed methods ourselves. My recommendation: Implement the needed methods ourselves, copy/pasting what we can, and integrate |
Beta Was this translation helpful? Give feedback.
-
These functions are not complex to implement and it will reduce dependency on external lib as discussed , so sol: Implement the needed methods ourselves. |
Beta Was this translation helpful? Give feedback.
-
Looked into the web3-utils validation issue functions we should be implementing in 4.x,
For 1.x we used the library ethereum-bloom-filters for the functions:
isBloom
isUserEthereumAddressInBloom
isContractAddressInBloom
isTopic
isTopicInBloom
isInBloom
Was thinking we can reuse the same library for these functions for 4.x , wanted to see if anyone had thoughts
Beta Was this translation helpful? Give feedback.
All reactions