Merged
Conversation
…he tx detail view.
Co-Authored-By: James Chen <james@ashchan.com>
Co-Authored-By: James Chen <james@ashchan.com>
…-view feat(neuron-ui): add copy address and copy tx hash context menus on t…
Remove some useless code
test: test for updateInputLock
refactor(neuron-ui): refactor the method of getting maximum withdraw
Clean lock info when switch
Reduce about `1100 ~ 1200` `TIME_WAIT` connections to about `20 ~ 30`
fix: initialize NetworksService in renderer process
fix: network switch event broadcast twice
fix(neuron-ui): show 0 if withdraw rpc returns errors
fix: pending in windows when network off
chore: Bump ckb sdk to v0.25.0
feat(neuron-ui): update the url to nervos dao rfc
fix: the missing txs
The bufferTime will cause the problem that addresses created after tx fetched, so can't check tx correctly, and tx will not save to local db
…er-tx-synced fix: remove bufferTime for address created event
classicalliu
approved these changes
Nov 28, 2019
Keith-CY
reviewed
Nov 28, 2019
Keith-CY
approved these changes
Nov 28, 2019
kellyshang
approved these changes
Nov 28, 2019
…fault network Change WalletCreatedSubject from ReplaySubject to Subject, when switch network from default network, WalletCreatedSubject will start subscribe and replay the old created event which happend in default network, so two queue will started and balance will be incorrect
fix: Fix the problem that balance not right if switch network from de…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.25.2 (2019-11-29)
Bug Fixes
Features