Victor Baranov
Victor Baranov
@tobutridaz it is already possible to set custom nonce for any transaction. It has been implemented in this PR https://github.com/poanetwork/nifty-wallet/pull/379. And this feature is available in the currently published Nifty...
Oh yes. I see it now. The nonce's editing is available in a previous screen when someone sends tx from the wallet itself. And there is no way to get...
@IntinteDAO You should first connect to Ledger before sending tx: Account menu -> Connect hardware wallet. A connection is lost every time you logout from the wallet. And as far...
I don't think we can implement an auto-refresher because re-connection to Ledger implies user action to unlock it. The one possible way we can handle it is to show a...
>[Bug] while using Ledger with nifty, sending and receiving RSK then switching to Ethereum from the menu in the top left corner the same address appears for both RSK and...
@varasev btw, why not the Open Zeppelin's implementation of `Safemath` lib is used? At least, it is not the latest one.
@DemiMarie >The OpenZeppelin implementation is heavily tested That's true. >It would not be pointless ― just a poor use of POA Network resources. I agree with this too. And we...
I prefer server-side Ethereum events listener to prevent any malicious actions that can be done by validator in local client code. We could have both - server-side publisher/subscriber for email...
@kangsorang could you provide URL where we can reproduce the issue?
From where do you suggest transfer script will get payout address on validator mining node instead of getting it from contract? @rstormsf