Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #295 slow load times #306

Merged
merged 150 commits into from
Feb 27, 2020

Conversation

stdevMac
Copy link
Member

@stdevMac stdevMac commented Jan 3, 2020

Fixes #295

Changes:

  • Load wallets first and then get the balance

Does this change need to mentioned in CHANGELOG.md?
no

Requires testing
Requires testing
yes

Comments about testing , should you have some

AntiD2ta and others added 25 commits December 24, 2019 10:23
…et and then refresh balance and address async
…_times' into stdevAntiD2ta_t295_Slow_load_times
Copy link
Contributor

@olemis olemis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting epic failure on OSX after running make run . Error log ends with

goroutine 631 [chan receive]:
net/http.(*persistConn).addTLS(0xc0004086c0, 0xc0006e2000, 0x10, 0x0, 0xc0006e2011, 0x3)
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1198 +0x1d4
net/http.(*Transport).dialConn(0xc0000f8360, 0x4dfd060, 0xc000026470, 0x0, 0xc000418180, 0x5, 0xc0006e2000, 0x14, 0x0, 0x0, ...)
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1271 +0x1cde
net/http.(*Transport).getConn.func4(0xc0000f8360, 0x4dfd060, 0xc000026470, 0xc000549140, 0xc00002ec60)
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1017 +0xa6
created by net/http.(*Transport).getConn
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1016 +0x455

goroutine 544 [chan receive]:
net/http.(*persistConn).addTLS(0xc0003c86c0, 0xc0009ac800, 0x10, 0x0, 0xc0009ac811, 0x3)
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1198 +0x1d4
net/http.(*Transport).dialConn(0xc00054bb00, 0x4dfd060, 0xc000026470, 0x0, 0xc000195a40, 0x5, 0xc0009ac800, 0x14, 0x0, 0x0, ...)
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1271 +0x1cde
net/http.(*Transport).getConn.func4(0xc00054bb00, 0x4dfd060, 0xc000026470, 0xc0000b9f20, 0xc000482ae0)
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1017 +0xa6
created by net/http.(*Transport).getConn
	/usr/local/Cellar/go@1.12/1.12.14/libexec/src/net/http/transport.go:1016 +0x455

rax    0x0
rbx    0x700006f5e000
rcx    0x700006f5d918
rdx    0x0
rdi    0x12103
rsi    0x6
rbp    0x700006f5d950
rsp    0x700006f5d918
r8     0x0
r9     0x0
r10    0x0
r11    0x206
r12    0x12103
r13    0x4
r14    0x6
r15    0x2d
rip    0x7fff60b87e3e
rflags 0x206
cs     0x7
fs     0x0
gs     0x0
QObject::~QObject: Timers cannot be stopped from another thread
make: *** [run] Error 2

@olemis
Copy link
Contributor

olemis commented Jan 6, 2020

I'm getting epic failure on OSX after running make run

... besides , only 2 first wallets at the top get updated and for a small interval of time. It switches back almost immdiately to N/A label . That should not happen

mauricio1802 and others added 22 commits February 13, 2020 20:21
Copy link
Contributor

@olemis olemis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transaction history not refreshed correctly once app is loaded . List gets rendered correctly and everything is back to normal after clicking on filters on/off switch .

@olemis olemis merged commit 2b2a113 into fibercrypto:develop Feb 27, 2020
FiberCrypto wallet - Iteration 1 automation moved this from In progress to Done Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui Problem with the Graphic User Interface wallet Wallet subsystem
Development

Successfully merging this pull request may close these issues.

Slow load times
4 participants