Fog
Fog copied to clipboard
FogWeb3>>sha3_256 fails on 64 bit Pharo
run
conn := (FogConnection currentOn: 'http://localhost:8545') currentConnection.
conn web3 sha3_256: 'test'.
This will work in 32-bit Pharo but fails in 64-bit. As long as it's the very core of the system, it makes whole package unusable.
Thanks! I'll try to adapt to 64 the keccak algorithm. But I'm not sure when I will have time for that. Meanwhile, For this case you can use the fogutil. It relies on rhash command for Linux.
El dom., 21 de ene. de 2018 11:55, Assargadon [email protected] escribió:
run
conn := (FogConnection currentOn: 'http://localhost:8545') currentConnection. conn web3 sha3_256: 'test'.
This will work in 320bit Pharo but fails in 64-bit. As long as it's the very core of the system, it makes whole package unusable.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sbragagnolo/Fog/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAsKV_nwF8UWYU-dzZN6VFWFB-olL6NYks5tMxeegaJpZM4Rlxgy .