lateminer
42f11db5fd
Set nLastPOWBlock = 10000 for testnet
2018-10-11 23:30:53 +03:00
lateminer
7dd8d191e0
Some refactoring in CheckStakeKernelHash()
2018-10-11 23:27:53 +03:00
lateminer
e31f80c7c3
Add proof-of-stake logging
2018-10-11 23:16:52 +03:00
lateminer
b338987d94
Move block height check from ContextualCheckBlock() to ConnectBlock()
2018-10-11 22:56:04 +03:00
lateminer
b1bb30cb3a
Remove address indexes
2018-10-11 22:02:52 +03:00
lateminer
a059d578cd
Replace CDataStream with CHashWriter so it compiles
...
pos.cpp
2018-10-11 20:31:15 +03:00
lateminer
3a29ae6903
Some code refactoring and cleanup
2018-10-02 01:04:31 +03:00
lateminer
3f46f91ace
Added changelog
2018-10-01 19:53:46 +03:00
lateminer
fa1053cce6
Add Blackcoin copyrights on splash screen
2018-09-30 20:10:09 +03:00
lateminer
ba7d6c9b91
Add more paragraphs in LicenceInfo()
2018-09-30 19:57:06 +03:00
lateminer
c1280c7ccf
Fix bug in LicenseInfo() that causes crash
2018-09-30 19:52:11 +03:00
lateminer
847c6af31a
Revert "Comment checkSubtractFeeFromAmount()"
...
This reverts commit e4d21f3de7 .
2018-09-30 19:50:51 +03:00
Wladimir J. van der Laan
34e36c8384
qt: Plug many memory leaks
...
None of these are very serious, and are leaks in objects that are
created at most one time.
In most cases this means properly using the QObject parent hierarchy,
except for BanTablePriv/PeerTablePriv which are not QObject,
so use a std::unique_ptr instead.
2018-09-30 19:35:26 +03:00
lateminer
f73b73845e
Fix qt: Avoid shutdownwindow-related memory leak
2018-09-30 19:32:37 +03:00
Wladimir J. van der Laan
e9c62ea15a
qt: Avoid shutdownwindow-related memory leak
...
Store a reference to the shutdown window on BitcoinApplication,
so that it will be deleted when exiting the main loop.
2018-09-30 19:28:50 +03:00
Wladimir J. van der Laan
df6a9014b7
qt: Translate all files, even if wallet disabled
...
This passes all QT cpp files to the lupdate executable which extracts
translations, no matter what conditional functionality is enabled.
2018-09-30 19:25:50 +03:00
Wladimir J. van der Laan
7829900147
test: add ensure_ascii setting to AuthServiceProxy
...
Add a setting ensure_ascii to AuthServiceProxy. This setting,
defaulting to True (backwards compatible),
is passed through to json.dumps. If set to False, non-ASCII characters
>0x80 are not escaped. This is useful for testing server
input processing, as well as slightly more bandwidth friendly in case of
heavy unicode usage.
2018-09-30 19:21:32 +03:00
Wladimir J. van der Laan
78b629251a
test: test utf-8 for labels in wallet
2018-09-30 19:21:24 +03:00
lateminer
da797cdf7a
Remove unnecessary argument in GetConfigFile()
2018-09-30 19:17:41 +03:00
fsb4000
286cf0989b
check that transactionView->selectionModel()->selectedRows(0) exists
2018-09-30 19:10:39 +03:00
lateminer
e4d21f3de7
Comment checkSubtractFeeFromAmount()
2018-09-30 19:06:20 +03:00
CryptAxe
c3e51a90cb
[qt] Add use available balance in send coins dialog
2018-09-30 19:02:13 +03:00
Jonas Schnelli
71eeb17454
[Qt] show network/chain errors in the GUI
2018-09-30 18:56:56 +03:00
lateminer
3807d70f09
Fix backporting errors in uptime RPC command
2018-09-30 18:50:59 +03:00
KibbledJiveElkZoo
c0c88982bb
Changed "Send" button default status from true to false
...
Changed the "Send" button's default status from true to false to prevent
quirky Windows autofocus behavior.
2018-09-30 18:47:33 +03:00
Eric Shaw Jr
20ec868093
Add a button to open the config file in a text editor
2018-09-30 18:46:33 +03:00
Ricardo Velhote
32f0591954
[RPC] Add an uptime command that displays the amount of time that bitcoind has been running
2018-09-30 18:34:42 +03:00
lateminer
5a5d74b07c
Update client version to 2.12.1.1
2018-09-30 18:17:04 +03:00
BtcDrak
556187e3f8
Remove bad chain alert partition check
...
As per meeting 2016-03-31
https://bitcoincore.org/en/meetings/2016/03/31/#bad-chain-alerts
The partition checker was producing huge number of false-positives
and was disabled in 0.12.1 on the understanding it would either be
fixed in 0.13 or removed entirely from master if not.
2018-09-30 18:14:12 +03:00
BtcDrak
694c451c7e
Update alert notification and GUI
2018-09-30 18:07:26 +03:00
BtcDrak
8fb8ada384
Remove -alerts option
2018-09-30 18:06:51 +03:00
BtcDrak
7de932ba87
Remove p2p alert handling
2018-09-30 18:03:59 +03:00
BtcDrak
f91aa8bd99
Remove alert keys
2018-09-30 17:51:53 +03:00
Thomas Kerin
e6cb5498be
protocol.h/cpp: Removes NetMsgType::ALERT
2018-09-30 17:44:15 +03:00
BtcDrak
721e524f88
Add release note documentation
2018-09-30 17:43:44 +03:00
lateminer
0f55d43fad
Get rid of Lore leftovers
2018-09-30 17:43:22 +03:00
lateminer
dc103beeee
Update localizations
2018-09-30 17:39:05 +03:00
lateminer
c3ee9da215
Rebrand to Blackcoin More
2018-09-30 15:28:44 +03:00
lateminer
7d578b9533
Update client version to 2.12.1
2018-09-30 14:57:44 +03:00
lateminer
d20ae4b476
Set CLIENT_NAME to Blackcoin More
2018-09-30 14:48:59 +03:00
Joshua J. Bouw
b2110ec3e8
Update website
2018-07-10 15:35:41 +00:00
joshuajbouw
354bdd85a8
Change year and add Blackcoin Lore
2018-07-10 19:52:25 +07:00
janko33bd
27280ec58f
Merge pull request #36 from lateminer/patch-7
...
Bitcoin -> Blackcoin
2018-03-19 20:24:45 +01:00
lateminer
c53ecd12c9
Bitcoin -> Blackcoin
2018-03-18 12:42:10 +03:00
janko33bd
a4480a05a2
Merge pull request #34 from pensokha/Blackcoin-Lore
...
fix macdeploy script
2018-03-05 10:38:03 +01:00
pensokha
6efd9d8057
fix macdeploy script
...
make deploy will generate blackcoin img file
2018-03-03 14:38:29 +07:00
janko33bd
8c437da6e2
Merge pull request #33 from pensokha/Blackcoin-Lore
...
fix issue for compile on Xcode9
2018-03-02 17:30:19 +01:00
pensokha
ce1dec5ba6
fix compile issues with Xcode9 and boost 1.66
2018-02-24 15:30:16 +07:00
pensokha
c5b4700a35
add patch file for qt
2018-02-24 14:55:54 +07:00
pensokha
806d9fcb96
[depends] Qt build broken with Xcode 9
2018-02-24 14:46:09 +07:00