forked from LUX-Core/lux
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Master candidate #16
Merged
Merged
Master candidate #16
Conversation
This file contains 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
this commit adds a sign boolean to WalletModel::prepareTransaction which is then used to disable signing in CoinControlDialog::updateLabels
Do not write noisy log message on sync to save IO bandwind and cpu. This will improve sync speed a bit Signed-off-by: tran <nguyenhoangtran11@yahoo.com>
Signed-off-by: 216k155 <216k155@luxcore.io>
AppInit2() -> LOCK(cs_main) -> LOCK(cs_main) Signed-off-by: tran <nguyenhoangtran11@yahoo.com>
Signed-off-by: tran <nguyenhoangtran11@yahoo.com>
Signed-off-by: 216k155 <216k155@luxcore.io>
Signed-off-by: 216k155 <216k155@luxcore.io>
Signed-off-by: 216k155 <216k155@luxcore.io>
Basically a partial revert of 4035ff1
+ some extra spaces and noisy debug logs cleanup
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
and restore testnet seeds
This reverts commit 50c97ea.
- add missing libsecp256 includes - keep trusty dist in travis mingw32-w64
* configure: change-addresses variable typo * Checkpoint at 733000 + indent Remove some extra ones, to keep regular 100K intervals will be another one after fork (828100) with the right stats (tx count, avg tx/day) * french: masternode translations have changed
lean CheckHex() function for bytecode checks
Refer to bitcoin/bitcoin@5d0434d#diff-390c540f1a8923fd8a02197e354ee5ec for more info. Kudos to the Bitcoin developers for picking this up
This got lost in the last commit
…on the .cpp files, add new icons and images (#89) [qt] New Dark Theme(s) by @TopoX84 and @grapeLux2
… by TopoX * SC & LSR tabs - drop down address selection fix removed a timer and a height check that was affecting the ability to correctly populate the drop down menu Signed-off-by: TopoX * LSR tab - fixed the grid colo coding based on theme selected for tokens owned also fixed the a tokenamount field to propely theme when selected and changing values Signed-off-by: TopoX * Update lsrtoken.cpp
* peer limiting while syncing * Update net.cpp
- Converter.cpp & Converter.h : added to have 3 functions (hex->hex, address->hex), (hex->address, address->hex),(address->address, hex->address) - Moved functions from hexaddressconverter to converter.cpp and subsequently adjusted all other files - Addtokenpage.cpp : now allows to enter Address and Hex when adding new coins - Sendtokenpage.cpp : moved some tooltips from labels to input boxes. - Addtokenpage.ui : changed input box to one that validates address field Signed-off-by: TopoX
- Fix tokentransaction.css & include an additional line for coin tx. - Changed colour selection on grid when item is selected & focus is lost. Signed-off-by: TopoX
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.
No description provided.