Yao Sun

Results 16 issues of Yao Sun

Needs to be explored, we ran into situations where we couldn't audit a wallet properly due to lack of logs.

enhancement
high

It seems that we're suggesting a base gas cost of ``22000`` gas, when that is not the base. Additionally, placing anything lower leads to ``INVALID_NRG_COST`` or some error similar. Need...

bug

Question regarding: https://github.com/aionnetwork/Desktop-Wallet/blob/f794fe56b42dab82b6002eeb48bf5f65200ad036/src/main/java/org/aion/wallet/ui/MainWindow.java#L203-L225 I see this shutdown logic is possibly triggered by a Fatal Error Window (?), which I've never seen pop-up as of yet. Is this shutdown logic tested...

question

https://github.com/oshi/oshi Could be useful for us to diagnose the users system, as we don't really have any visibility into what kind of hardware is being run. In crash reports this...

Noticed that if we use array style props, the `height` and `width` element of the replacement element in the transform will be `undefined`, causing it to not show up, as...