Alex Beregszaszi
Alex Beregszaszi
I think the better solution is to do it at https://github.com/ewasm/wasm-json-toolkit/issues/19 and then perhaps make this package a wrapper over wasm-json-toolkit or just to retire it.
Actually of the points of `U256.fromMemory` was to deal with endianness.
Why remove `runTx`? Not sure why it was commented out, but it was supposed to work.
Apparently this is planned for the 1.9.2 release.
Thanks for this! How about creating a new directory, blake2f, and leaving the old one as-is?
This looks great, would be ready to merge, apart from that small question on `f.rs`.
Sure, but that is a giant blob of Emscripten compiled JS.
I'm reopening this, because the main premise of this library is being implemented in pure Javascript and being small :)
@jwasinger how about @hugo-dc's last comment?
I think this isn't the right way to do it because the main purpose of the `u256` class is to hide endinaness issues. If you change the endinaness for `geBalance`...