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
This should be a minor issue, but HD_WALLET_UTILS_ADDR & BLOCK_HEADER_ADDR precompiles are being derived from raw String address instead of being derived from DataWord (like all the other precompiles).
It should be an easy-to-go issue without affecting any functionality nor-consensus rule.
This should be a minor issue, but
HD_WALLET_UTILS_ADDR
&BLOCK_HEADER_ADDR
precompiles are being derived from rawString
address instead of being derived fromDataWord
(like all the other precompiles).It should be an easy-to-go issue without affecting any functionality nor-consensus rule.
rskj/rskj-core/src/main/java/org/ethereum/vm/PrecompiledContracts.java
Line 106 in 7169151
rskj/rskj-core/src/main/java/org/ethereum/vm/PrecompiledContracts.java
Line 107 in 7169151
Also, I've done a quick check by doing the change and re-running the tests, and everything was ok (as expected).
The text was updated successfully, but these errors were encountered: