novacoin.git
4 years agoTransaction View: LastMonth calculation fixed
crowning- [Fri, 29 Nov 2019 13:52:17 +0000]
Transaction View: LastMonth calculation fixed

4 years agoIncreased max width of amount field to prevent number overflow bug.
Brandon Ruggles [Fri, 29 Nov 2019 13:47:57 +0000]
Increased max width of amount field to prevent number overflow bug.

4 years agoCleanup StunSrvList
Oleg Khovayko [Fri, 29 Nov 2019 13:43:56 +0000]
Cleanup StunSrvList

4 years agoAdd autocomplete to console window.
Luv Khemani [Fri, 29 Nov 2019 13:37:20 +0000]
Add autocomplete to console window.

4 years agoImproved readability of sorting for coin selection.
Murch [Fri, 29 Nov 2019 13:15:28 +0000]
Improved readability of sorting for coin selection.

4 years agouse cached block hash in blockToJSON()
Pavel Vasin [Fri, 29 Nov 2019 13:10:43 +0000]
use cached block hash in blockToJSON()

4 years agoqt: use CHashWriter also in SignVerifyMessageDialog
Pavel Vasin [Fri, 29 Nov 2019 13:07:04 +0000]
qt: use CHashWriter also in SignVerifyMessageDialog

This eliminates unnecessary copying of data being hashed.

4 years agoqt: askpassphrasedialog: Clear pass fields on accept
Pavel Vasin [Fri, 29 Nov 2019 12:37:56 +0000]
qt: askpassphrasedialog: Clear pass fields on accept

This is usability improvement in a case if user gets re-asked passphrase. (e.g. made a typo)

4 years agoUpdate build manuals
Laser9un [Tue, 8 Oct 2019 20:52:28 +0000]
Update build manuals

4 years agoBump version to 0.5.9 383/head
Laser9un [Fri, 27 Sep 2019 20:23:02 +0000]
Bump version to 0.5.9

4 years agoUpd bitcoin.qrc
Laser9un [Wed, 25 Sep 2019 21:54:39 +0000]
Upd bitcoin.qrc

4 years agoAdd checkpoint @ block # 532000
Laser9un [Wed, 25 Sep 2019 21:17:02 +0000]
Add checkpoint @ block # 532000

4 years agoUpdate Copyright Year
Laser9un [Wed, 25 Sep 2019 21:05:35 +0000]
Update Copyright Year

4 years agoUpdate STUN list
Laser9un [Wed, 25 Sep 2019 21:01:35 +0000]
Update STUN list

4 years agoChange the icons
Laser9un [Wed, 25 Sep 2019 20:55:07 +0000]
Change the icons

4 years agoFix compiler type reporting and build time
Laser9un [Wed, 25 Sep 2019 20:42:10 +0000]
Fix compiler type reporting and build time

4 years agoChange the path for macx
Laser9un [Wed, 25 Sep 2019 20:28:50 +0000]
Change the path for macx

4 years agoRemove coinplorer.com block explorer URL
Laser9un [Wed, 25 Sep 2019 20:14:40 +0000]
Remove coinplorer.com block explorer URL

5 years agoMerge pull request #381 from EvertonMelo/patch-3
CryptoManiac [Sun, 27 Jan 2019 04:00:30 +0000]
Merge pull request #381 from EvertonMelo/patch-3

Update license year 2019

5 years agoUpdate license year 2019 381/head
Everton Melo [Tue, 1 Jan 2019 06:04:56 +0000]
Update license year 2019

### Fix license of use,
update 2019;
Format ISO 8869-1;
----------------------------------------------------------------------------------------------------------------------
in Memoriam Guto Schiavon
![guto-schiavon_bitcoin](https://user-images.githubusercontent.com/7637553/50562143-a7506f80-0cf8-11e9-9e58-bed4565c4715.jpg)
R.I.P pioneer and friend.

#ripGUTO

5 years agoMerge pull request #378 from svost/master
CryptoManiac [Mon, 20 Aug 2018 23:15:53 +0000]
Merge pull request #378 from svost/master

Refresh ntp servers list

5 years agoRefresh ntp servers list 378/head
svost [Mon, 20 Aug 2018 13:49:48 +0000]
Refresh ntp servers list

6 years agoMerge pull request #368 from svost/patch-2
CryptoManiac [Thu, 14 Sep 2017 02:26:44 +0000]
Merge pull request #368 from svost/patch-2

Fix CBitcoinAddress::GetKeyID logic

6 years agoFix CBitcoinAddress::GetKeyID logic 368/head
svost [Fri, 4 Aug 2017 07:57:01 +0000]
Fix CBitcoinAddress::GetKeyID logic

Fix gcc 7.0 warning (Wimplicit-fallthrough)

7 years agoMerge pull request #367 from svost/patch-1
CryptoManiac [Fri, 14 Apr 2017 09:37:59 +0000]
Merge pull request #367 from svost/patch-1

Fix wrong index in sendfrom function

7 years agoFix wrong index in sendfrom function 367/head
svost [Fri, 14 Apr 2017 06:35:44 +0000]
Fix wrong index in sendfrom function

7 years agoMerge pull request #361 from svost/master
CryptoManiac [Fri, 3 Feb 2017 13:24:34 +0000]
Merge pull request #361 from svost/master

Clear history when using clear button in RPC console

7 years agoSee https://github.com/bitcoin/bitcoin/pull/1767 361/head
svost [Sat, 3 Dec 2016 18:14:14 +0000]
See https://github.com/bitcoin/bitcoin/pull/1767

7 years agoMerge pull request #351 from svost/patch 360/head
CryptoManiac [Sat, 24 Sep 2016 10:16:50 +0000]
Merge pull request #351 from svost/patch

Fix listaddressgroupings comand

7 years agoFix listaddressgroupings comand 351/head
svost [Fri, 23 Sep 2016 10:33:27 +0000]
Fix listaddressgroupings comand

8 years agoWe have not yet implemented begin() and size() methods in the master branch.
CryptoManiac [Tue, 12 Apr 2016 18:26:38 +0000]
We have not yet implemented begin() and size() methods in the master branch.

8 years agoCPubKey::Verify() : Fix memory leak.
CryptoManiac [Tue, 12 Apr 2016 18:07:12 +0000]
CPubKey::Verify() : Fix memory leak.

8 years agoFix memory leak.
CryptoManiac [Fri, 8 Apr 2016 17:40:22 +0000]
Fix memory leak.

8 years agoMerge pull request #310 from svost/master
CryptoManiac [Sun, 10 Apr 2016 20:36:12 +0000]
Merge pull request #310 from svost/master

Address fix

8 years agoUpdate seed nodes array.
CryptoManiac [Sun, 10 Apr 2016 20:33:05 +0000]
Update seed nodes array.

8 years agoDNSNode: fix source name 310/head
svost [Sun, 10 Apr 2016 20:25:12 +0000]
DNSNode: fix source name

8 years agoMerge pull request #302 from svost/patch
CryptoManiac [Thu, 7 Apr 2016 17:10:10 +0000]
Merge pull request #302 from svost/patch

Minor fix

8 years agoGet rid of boost::counting_iterator 302/head
svost [Thu, 7 Apr 2016 07:33:19 +0000]
Get rid of boost::counting_iterator

8 years agoMerge pull request #300 from svost/patch
CryptoManiac [Wed, 6 Apr 2016 20:30:17 +0000]
Merge pull request #300 from svost/patch

Minor fix

8 years agoFrom boost(std)::thread::hardware_concurrency description: if this value is not compu... 300/head
svost [Wed, 6 Apr 2016 10:15:58 +0000]
From boost(std)::thread::hardware_concurrency description: if this value is not computable or well defined, the function returns 0.

8 years agoRevert "Split CMerkleTx::SetMerkleBranch" nvc-v0.5.8
CryptoManiac [Mon, 4 Apr 2016 01:46:22 +0000]
Revert "Split CMerkleTx::SetMerkleBranch"

This reverts commit 40530c08006088e6f610063f1c49428aa0b272f6.

8 years agoRPC: now decryptdata/decryptmessage methods are able to understand WIF formatted...
CryptoManiac [Sun, 3 Apr 2016 23:42:25 +0000]
RPC: now decryptdata/decryptmessage methods are able to understand WIF formatted private key.

8 years agoMerge branch 'master' of github.com:novacoin-project/novacoin
CryptoManiac [Sun, 3 Apr 2016 23:27:59 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

8 years agoFix importprivkey issues.
CryptoManiac [Sun, 3 Apr 2016 23:26:33 +0000]
Fix importprivkey issues.

1) Handle parameters correctly;
2) Create label entry for a newly imported private key.

8 years agoBump version to 0.5.8
CryptoManiac [Sun, 3 Apr 2016 19:46:34 +0000]
Bump version to 0.5.8

Uncompressed public keys issue has been fixed.

8 years agoGet rid of fCompressedPubKey attribute.
CryptoManiac [Sat, 2 Apr 2016 22:31:18 +0000]
Get rid of fCompressedPubKey attribute.

8 years agoPreserve key compression attribute while initializing a new instance of CKey.
CryptoManiac [Sat, 2 Apr 2016 20:55:12 +0000]
Preserve key compression attribute while initializing a new instance of CKey.

THis bug was originally reported by Alex AXe: https://bitcointalk.org/index.php?topic=704756.msg14401298#msg14401298

8 years agoOur internal state doesn't matter.
CryptoManiac [Sat, 2 Apr 2016 19:49:54 +0000]
Our internal state doesn't matter.

8 years agoMerge pull request #297 from svost/patch
CryptoManiac [Sat, 2 Apr 2016 14:50:17 +0000]
Merge pull request #297 from svost/patch

Minor fix

8 years agoRewrite pszTimestamp var: get rid of char* 297/head
svost [Fri, 1 Apr 2016 20:56:30 +0000]
Rewrite pszTimestamp var: get rid of char*

8 years agoRemove BOOST_FOREACH macro
svost [Fri, 1 Apr 2016 20:54:15 +0000]
Remove BOOST_FOREACH macro

8 years agoRPC: In addition to public key pairs, adjustmalleablepubkey method now understands...
CryptoManiac [Fri, 1 Apr 2016 20:20:51 +0000]
RPC: In addition to public key pairs, adjustmalleablepubkey method now understands malleable addresses and key views.

8 years agoRPC: Replace resendtx with resendwallettransactions.
CryptoManiac [Fri, 1 Apr 2016 19:20:32 +0000]
RPC: Replace resendtx with resendwallettransactions.

8 years agoMove some implementations of CWallet methods to wallet.cpp.
CryptoManiac [Fri, 1 Apr 2016 18:11:18 +0000]
Move some implementations of CWallet methods to wallet.cpp.

8 years agoMove some implementations of CWallet methods to wallet.cpp.
CryptoManiac [Fri, 1 Apr 2016 17:47:45 +0000]
Move some implementations of CWallet methods to wallet.cpp.

8 years agoRemove unused argument.
CryptoManiac [Thu, 31 Mar 2016 20:38:29 +0000]
Remove unused argument.

8 years agoSplit CMerkleTx::SetMerkleBranch
CryptoManiac [Thu, 31 Mar 2016 20:23:02 +0000]
Split CMerkleTx::SetMerkleBranch

8 years agoRevert 2d6690cc0c0e2525996856c392566133d1b2de50
CryptoManiac [Thu, 31 Mar 2016 20:01:15 +0000]
Revert 2d6690cc0c0e2525996856c392566133d1b2de50

8 years agoMerge branch 'master' of github.com:novacoin-project/novacoin
CryptoManiac [Thu, 31 Mar 2016 17:18:38 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

8 years agoGet rid of fTrickle parameter.
CryptoManiac [Thu, 31 Mar 2016 17:18:13 +0000]
Get rid of fTrickle parameter.

8 years agoMerge pull request #296 from svost/patch
CryptoManiac [Thu, 31 Mar 2016 16:02:47 +0000]
Merge pull request #296 from svost/patch

Minor fix

8 years agoRemove unused function.
CryptoManiac [Thu, 31 Mar 2016 15:49:53 +0000]
Remove unused function.

8 years agoGet rid of fTrickle parameter
CryptoManiac [Thu, 31 Mar 2016 15:42:38 +0000]
Get rid of fTrickle parameter

8 years agoFix pointer to local variable logic (V506 PVS Studio) 296/head
svost [Thu, 31 Mar 2016 15:38:13 +0000]
Fix pointer to local variable logic (V506 PVS Studio)

8 years agoUse nOneDay
CryptoManiac [Thu, 31 Mar 2016 15:34:41 +0000]
Use nOneDay

8 years agoStochastic broadcasting delay.
CryptoManiac [Thu, 31 Mar 2016 15:15:32 +0000]
Stochastic broadcasting delay.

8 years agoGet rid of 'e': all unused
svost [Wed, 30 Mar 2016 20:05:23 +0000]
Get rid of 'e': all unused

8 years agoRemove print() methods: all unused
svost [Wed, 30 Mar 2016 19:53:32 +0000]
Remove print() methods: all unused

8 years agoPrivate key is self-sufficient.
CryptoManiac [Tue, 29 Mar 2016 20:31:56 +0000]
Private key is self-sufficient.

8 years agoEC_EVP_KEY_free() causes memory corruption in libnssl.
CryptoManiac [Tue, 29 Mar 2016 20:30:54 +0000]
EC_EVP_KEY_free() causes memory corruption in libnssl.

8 years agoFix type error
CryptoManiac [Tue, 29 Mar 2016 20:17:26 +0000]
Fix type error

8 years agoRemove senseless comparison.
CryptoManiac [Tue, 29 Mar 2016 01:51:35 +0000]
Remove senseless comparison.

8 years agoMerge branch 'master' of github.com:novacoin-project/novacoin
CryptoManiac [Tue, 29 Mar 2016 01:23:11 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

8 years agoMove signature verification functions to CPubKey.
CryptoManiac [Tue, 29 Mar 2016 01:22:25 +0000]
Move signature verification functions to CPubKey.

8 years agoMerge pull request #295 from svost/patch
CryptoManiac [Tue, 29 Mar 2016 00:03:58 +0000]
Merge pull request #295 from svost/patch

Minor fix

8 years agoGet rid of ARRAYLEN macro 295/head
svost [Mon, 28 Mar 2016 21:21:20 +0000]
Get rid of ARRAYLEN macro

8 years agoIt's a c++: use string.clear()
svost [Mon, 28 Mar 2016 09:16:44 +0000]
It's a c++: use string.clear()

8 years agoIt's a c++: use string.empty()
svost [Sun, 27 Mar 2016 21:09:47 +0000]
It's a c++: use string.empty()

8 years agoMerge pull request #294 from svost/patch
CryptoManiac [Sun, 27 Mar 2016 19:31:13 +0000]
Merge pull request #294 from svost/patch

Minor fix

8 years agoReorg includes: fix MSVC buid 294/head
svost [Sun, 27 Mar 2016 16:21:10 +0000]
Reorg includes: fix MSVC buid

8 years agoMerge pull request #293 from svost/patch
CryptoManiac [Sun, 27 Mar 2016 13:15:22 +0000]
Merge pull request #293 from svost/patch

Minor fix

8 years agoQREncode linking fix
CryptoManiac [Sun, 27 Mar 2016 13:14:35 +0000]
QREncode linking fix

8 years agoPartially revert acd906f9bbf55e42.
CryptoManiac [Sun, 27 Mar 2016 12:39:51 +0000]
Partially revert acd906f9bbf55e42.

8 years agoRemove BOOST_FOREACH macro 293/head
svost [Sat, 26 Mar 2016 20:28:04 +0000]
Remove BOOST_FOREACH macro

8 years agoMain.cpp: fix type mismatch
svost [Fri, 25 Mar 2016 19:41:39 +0000]
Main.cpp: fix type mismatch

8 years agoFix type mismatch
svost [Fri, 25 Mar 2016 05:27:05 +0000]
Fix type mismatch

8 years agoMinor optimization
svost [Thu, 24 Mar 2016 20:14:53 +0000]
Minor optimization

8 years agoBump version to 0.5.7 nvc-v0.5.7
CryptoManiac [Thu, 24 Mar 2016 18:23:46 +0000]
Bump version to 0.5.7

8 years agolupdate
CryptoManiac [Thu, 24 Mar 2016 18:19:50 +0000]
lupdate

8 years agoTrying to proccess .app references correctly
CryptoManiac [Thu, 24 Mar 2016 00:47:06 +0000]
Trying to proccess .app references correctly

8 years agoQT5 fix
CryptoManiac [Wed, 23 Mar 2016 22:56:04 +0000]
QT5 fix

8 years agoNetwork options: External seeder option
CryptoManiac [Wed, 23 Mar 2016 22:50:20 +0000]
Network options: External seeder option

8 years agohttp://stackoverflow.com/questions/12505383/print-not-working-when-compiled-with...
CryptoManiac [Wed, 23 Mar 2016 00:48:07 +0000]
stackoverflow.com/questions/12505383/print-not-working-when-compiled-with-py2exe

8 years agoDo not print sensitive data
CryptoManiac [Wed, 23 Mar 2016 00:41:23 +0000]
Do not print sensitive data

8 years agoCreate setup.py for getseeds script.
CryptoManiac [Wed, 23 Mar 2016 00:34:50 +0000]
Create setup.py for getseeds script.

8 years agoFix
CryptoManiac [Tue, 22 Mar 2016 23:56:25 +0000]
Fix

8 years ago=> Python3
CryptoManiac [Tue, 22 Mar 2016 23:55:47 +0000]
=> Python3

8 years agoMSVC project update
CryptoManiac [Tue, 22 Mar 2016 22:22:49 +0000]
MSVC project update

8 years agoFix
CryptoManiac [Tue, 22 Mar 2016 21:47:21 +0000]
Fix

8 years agoEXPERIMENTAL: custom peer collector
CryptoManiac [Tue, 22 Mar 2016 21:43:45 +0000]
EXPERIMENTAL: custom peer collector

You can specify a custom peer collector using syntax like -peercollector=<cmd>. Sample collector can be found in the contriob/seeds/getseeds.py file.