Jonathan Underwood
Jonathan Underwood
@jeshan What @dabura667 said is correct. primarily because he is me. :stuck_out_tongue_winking_eye:
`const baseLength = unitMap[unit].length - 1 || 1;` wei and noether are treated the same as if the unit was `'10'` imo `noether` should always return BN(0) and `wei` should...
oof... looks like the dependencies I pulled in are newer than master, so a large diff was created in the pre-commit build... I'll try to find the version being used...
ok, nvm. all dependencies are specific versions... Not quite sure how to deal with the built source... Should I maybe just remove them? This was installed + built using the...
The backport got ACKed, so expect 0.32.4 soon-ish. It will be backwards compatible unlike the new network API on master.
There is a semantic difference between `[]` and `null` `null` indicates "the decompilation failed / there is no valid decompilation that exists for this Buffer" without need for throwing an...
I'd rather not have to think about the knock on effects. A simple bug fix is easier to approve.
It seems like a simple `#[tokio::main]` on main works and the GUI is running properly... Is the egui doing some bad blocking stuff inside the tokio macro's expanded `block_on` call...
(Included #92 because `mempool` branch is broken without it)