Someguy123

Results 30 comments of Someguy123

Sadly list of transactions aren't actually fixed. Shows "Error loading transactions". Chrome logs: ``` wallet.ts:369 Uncaught TypeError: Cannot read property 'value' of undefined at Wallet.sortTransactions (wallet.ts:369) at Object.success (wallet.ts:388) at...

@cellvia I've sent you 2.53 LTC ($100), as it appears to work. **Final fix if you'd be so kind:** The transaction list isn't able to understand outgoing vs incoming transactions,...

@cellvia I would guess, this: (psuedocode) ```python IS_SEND = 0 for a in my_addresses: if a in tx.inputs: IS_SEND = 1 address = a # negative amount since we're sending...

Thank you. I applied a small fix into production, that is, I added `.toFixed(8)` on the `amtTransacted`, to avoid floating point issues that were occurring. (e.g. 0.3001000000000000000001)

Actually, new issue. I'll throw you an extra LTC for this, you've been great :) 1. change both `amtTransacted` to `amtTransacted.toFixed(8)` 2. When showing a send transaction, people expect to...

**It's now 2019, this is still a problem.** A somewhat related issue - I also experience a ghost hosts file problem (not sure if that's been reported): On my Macbook...

If anyone gets any other issues related to package update incompatibility, here's the output of `pip3 freeze` on one of my systems where conductor works fine: ``` appdirs==1.4.3 certifi==2018.1.18 chardet==3.0.4...

It looks like this is related to steem-python being outdated. Updating steem-python rather than conductor fixed it. Quite confusing. Would be nice if conductor could detect this and tell you...

It's quite sad that 6 years later, it's still not possible to verify a Github organisation on Keybase... This issue was opened in June 2014, it's now January 2020, and...

Old bug is old, though I'd love to see this added, I've heard a lot of people screwing their wallets or blockchain up, mostly because they never bother to check...