novacoin.git
8 years agoRemove c_str: stringvar1 = stringvar2 283/head
svost [Mon, 22 Feb 2016 12:30:33 +0000]
Remove c_str: stringvar1 = stringvar2

8 years agoDon't compare oranges to apples.
CryptoManiac [Mon, 22 Feb 2016 02:20:47 +0000]
Don't compare oranges to apples.

8 years agoUpdate README.md
CryptoManiac [Sun, 21 Feb 2016 23:47:24 +0000]
Update README.md

8 years agoAllow generation of keypairs for mainNet clients since 20 March, 2016
CryptoManiac [Sun, 21 Feb 2016 23:37:42 +0000]
Allow generation of keypairs for mainNet clients since 20 March, 2016

8 years agoWell, I'd say that indents aren't needed here.
CryptoManiac [Sun, 21 Feb 2016 22:44:21 +0000]
Well, I'd say that indents aren't needed here.

8 years agoOP_CHECKSEQUENCEVERIFY
CryptoManiac [Sun, 21 Feb 2016 22:41:13 +0000]
OP_CHECKSEQUENCEVERIFY

8 years agoInteger tempalte matching opcode.
CryptoManiac [Sun, 21 Feb 2016 21:12:33 +0000]
Integer tempalte matching opcode.

8 years agoMerge pull request #282 from svost/from-bitcoin
CryptoManiac [Sun, 21 Feb 2016 18:16:04 +0000]
Merge pull request #282 from svost/from-bitcoin

From bitcoin

8 years agoMerge pull request #281 from FuzzyHobbit/patch-6
CryptoManiac [Sun, 21 Feb 2016 18:14:30 +0000]
Merge pull request #281 from FuzzyHobbit/patch-6

Use largest finite value for MAX_MONEY

8 years agoMerge pull request #280 from svost/patch
CryptoManiac [Sun, 21 Feb 2016 18:13:53 +0000]
Merge pull request #280 from svost/patch

Minor fix

8 years agoSimplify OP_RETURN handling.
CryptoManiac [Sun, 21 Feb 2016 18:06:08 +0000]
Simplify OP_RETURN handling.

8 years agoAdd OP_CHECKLOCKTIMEVERIFY support.
CryptoManiac [Sun, 21 Feb 2016 15:02:40 +0000]
Add OP_CHECKLOCKTIMEVERIFY support.

8 years agoopenssl: avoid config file load/race (see bitcoin d4b1d5a) 282/head
svost [Sun, 21 Feb 2016 14:56:03 +0000]
openssl: avoid config file load/race (see bitcoin d4b1d5a)

8 years agoRemove LookupHostNumeric( ) which is never used
svost [Sun, 21 Feb 2016 14:48:37 +0000]
Remove LookupHostNumeric( ) which is never used

8 years agonetbase: Use .data() instead of .c_str() on binary string
Wladimir J. van der Laan [Mon, 8 Sep 2014 10:20:50 +0000]
netbase: Use .data() instead of .c_str() on binary string

`.c_str()` is only guaranteed to return the data up to the first NUL
character.

8 years agoFix V808 PVS Studio: object created but was not utilized 280/head
svost [Sat, 20 Feb 2016 19:06:53 +0000]
Fix V808 PVS Studio: object created but was not utilized

8 years agoUse largest finite value for MAX_MONEY 281/head
FuzzyHobbit [Sat, 20 Feb 2016 18:32:05 +0000]
Use largest finite value for MAX_MONEY

8 years agoMerge branch 'master' of github.com:novacoin-project/novacoin
CryptoManiac [Sat, 20 Feb 2016 16:17:12 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

8 years agogettransaction: use pubkey pair instead of key view.
CryptoManiac [Sat, 20 Feb 2016 16:16:30 +0000]
gettransaction: use pubkey pair instead of key view.

8 years agoGet rid of some LONG variables
svost [Sat, 20 Feb 2016 08:35:07 +0000]
Get rid of some LONG variables

8 years agoMerge pull request #279 from svost/patch
CryptoManiac [Sat, 20 Feb 2016 06:17:59 +0000]
Merge pull request #279 from svost/patch

Minor fix

8 years agoScriptPubKeyToJSON: include matched key view.
CryptoManiac [Fri, 19 Feb 2016 21:40:43 +0000]
ScriptPubKeyToJSON: include matched key view.

8 years agoMerge branch 'master' of github.com:novacoin-project/novacoin
CryptoManiac [Fri, 19 Feb 2016 20:35:43 +0000]
Merge branch 'master' of github.com:novacoin-project/novacoin

8 years agogetrawtransaction: Support for malleable public keys
CryptoManiac [Fri, 19 Feb 2016 20:35:05 +0000]
getrawtransaction: Support for malleable public keys

8 years agoA proper initialization of nReqSigs.
alex [Fri, 19 Feb 2016 18:48:29 +0000]
A proper initialization of nReqSigs.

8 years agoTX_PUBKEY_DROP fix
alex [Fri, 19 Feb 2016 18:06:37 +0000]
TX_PUBKEY_DROP fix

8 years agoAllow PUBKEY_DROP inputs on testnet
alex [Fri, 19 Feb 2016 17:59:20 +0000]
Allow PUBKEY_DROP inputs on testnet

8 years agoDon't inbclude listen port and testnet option into autogenerated config file.
alex [Fri, 19 Feb 2016 17:39:31 +0000]
Don't inbclude listen port and testnet option into autogenerated config file.

8 years agoRaw transactions: TX_PUBKEY_DROP parsing
CryptoManiac [Fri, 19 Feb 2016 17:04:45 +0000]
Raw transactions: TX_PUBKEY_DROP parsing

8 years agoRPC: Modify sendtoaddress/sendfrom methods to treat public key pair as a variant...
CryptoManiac [Thu, 18 Feb 2016 21:48:26 +0000]
RPC: Modify sendtoaddress/sendfrom methods to treat public key pair as a variant of novacoin address.

8 years agoWallet core: remove SendMoneyToDestination
CryptoManiac [Thu, 18 Feb 2016 21:22:21 +0000]
Wallet core: remove SendMoneyToDestination

8 years agoRemoved dependency (boost::algorithm::starts_with) 279/head
svost [Thu, 18 Feb 2016 19:45:37 +0000]
Removed dependency (boost::algorithm::starts_with)

8 years agoMerge pull request #278 from svost/headers
CryptoManiac [Thu, 18 Feb 2016 15:07:42 +0000]
Merge pull request #278 from svost/headers

Remove namespaces from header files

8 years agoMerge pull request #277 from svost/patch
CryptoManiac [Thu, 18 Feb 2016 15:07:28 +0000]
Merge pull request #277 from svost/patch

Minor fix

8 years agorpccrypt.cpp: Add message encryption and decryption methods.
Alex [Thu, 18 Feb 2016 15:05:08 +0000]
rpccrypt.cpp: Add message encryption and decryption methods.

8 years agoFormat fix: %p prefer void* 277/head
svost [Wed, 17 Feb 2016 08:57:38 +0000]
Format fix: %p prefer void*

Как пример
https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/iq2000/iq2000.c?r1=192717&r2=192716&pathrev=192717

8 years agoRemove namespaces from header files 278/head
svost [Tue, 16 Feb 2016 13:30:55 +0000]
Remove namespaces from header files

8 years agoMove the constant variable outside the loop
svost [Mon, 15 Feb 2016 18:52:07 +0000]
Move the constant variable outside the loop

8 years agoAdd copy constructor to prevent undefined behaviour.
CryptoManiac [Mon, 15 Feb 2016 18:23:11 +0000]
Add copy constructor to prevent undefined behaviour.

8 years agoFix gcc Wreorder warning
svost [Mon, 15 Feb 2016 18:22:44 +0000]
Fix gcc Wreorder warning

8 years agoComparison fix
CryptoManiac [Mon, 15 Feb 2016 18:14:46 +0000]
Comparison fix

8 years agoMerge pull request #276 from svost/patch
CryptoManiac [Mon, 15 Feb 2016 01:06:40 +0000]
Merge pull request #276 from svost/patch

Minor fix

8 years agoHeader guard added 276/head
svost [Sun, 14 Feb 2016 21:35:17 +0000]
Header guard added

8 years agoMerge pull request #275 from svost/patch
CryptoManiac [Sun, 14 Feb 2016 19:17:22 +0000]
Merge pull request #275 from svost/patch

fDetachDB missed in constructor

8 years agoExamples and missed file.
0xDEADFACE [Sun, 14 Feb 2016 18:13:06 +0000]
Examples and missed file.

8 years agoPerformance: replace iterator++ with ++iterator 275/head
svost [Sun, 14 Feb 2016 18:10:09 +0000]
Performance: replace iterator++ with ++iterator

Оставлю как якорь, подобных мест в коде много, по возможности можно будет переписать.

8 years agoRPC: encryptdata & decryptdata methods
0xDEADFACE [Sun, 14 Feb 2016 17:23:32 +0000]
RPC: encryptdata & decryptdata methods

8 years agoFix compilation error.
CryptoManiac [Sun, 14 Feb 2016 17:04:24 +0000]
Fix compilation error.

8 years agofDetachDB missed in constructor
svost [Sun, 14 Feb 2016 16:24:17 +0000]
fDetachDB missed in constructor

8 years agoMerge branch 'master' of ssh://github.com/novacoin-project/novacoin
0xDEADFACE [Sun, 14 Feb 2016 03:23:21 +0000]
Merge branch 'master' of ssh://github.com/novacoin-project/novacoin

8 years agoRPC: Add new methods suitable for malleable key pairs management;
0xDEADFACE [Sun, 14 Feb 2016 03:20:49 +0000]
RPC: Add new methods suitable for malleable key pairs management;
Save generated key pairs in the wallet.dat.

Due to lack of time for a proper debugging the generation of malleable keys has been disabled on the main network. Of course it will be enabled in the near future.

8 years agoMerge pull request #274 from svost/patch
0xDEADFACE [Sat, 13 Feb 2016 22:53:43 +0000]
Merge pull request #274 from svost/patch

Fix V595 PVS Studio - the pointer was utilized before it was verified…

8 years agoMerge pull request #273 from svost/includes
0xDEADFACE [Sat, 13 Feb 2016 22:52:49 +0000]
Merge pull request #273 from svost/includes

Reorganize includes a bit.

8 years agoMerge pull request #272 from svost/V668
0xDEADFACE [Sat, 13 Feb 2016 22:52:28 +0000]
Merge pull request #272 from svost/V668

Fix V668 PVS Studio - deal with pointer and NULL

8 years agoListMalleablePubKeys method
0xDEADFACE [Sat, 13 Feb 2016 21:25:37 +0000]
ListMalleablePubKeys method

8 years agoSame as @92e04fc 274/head
svost [Sat, 13 Feb 2016 21:08:31 +0000]
Same as @92e04fc

8 years agoRemove asserts.
0xDEADFACE [Sat, 13 Feb 2016 13:51:15 +0000]
Remove asserts.

8 years agoExperimental support for TX_PUBKEY_DROP spending.
0xDEADFACE [Fri, 12 Feb 2016 23:43:57 +0000]
Experimental support for TX_PUBKEY_DROP spending.

8 years agoFix V595 PVS Studio - the pointer was utilized before it was verified against nullptr.
svost [Fri, 12 Feb 2016 20:27:43 +0000]
Fix V595 PVS Studio - the pointer was utilized before it was verified against nullptr.

8 years agoReorganize includes a bit. 273/head
svost [Fri, 12 Feb 2016 19:10:40 +0000]
Reorganize includes a bit.

8 years agoAdd TX_PUBKEY_DROP transaction type.
0xDEADFACE [Fri, 12 Feb 2016 15:24:19 +0000]
Add TX_PUBKEY_DROP transaction type.

8 years agoEncryption isn't needed here.
0xDEADFACE [Fri, 12 Feb 2016 14:51:52 +0000]
Encryption isn't needed here.

8 years agoAllow up to 1024 bytes of arbitrary data.
0xDEADFACE [Fri, 12 Feb 2016 14:51:08 +0000]
Allow up to 1024 bytes of arbitrary data.

8 years agoFix V668 PVS Studio - deal with pointer and NULL 272/head
svost [Fri, 12 Feb 2016 11:17:16 +0000]
Fix V668 PVS Studio - deal with pointer and NULL

8 years agoMalleable keys: Crypted R parameter support.
0xDEADFACE [Thu, 11 Feb 2016 22:22:54 +0000]
Malleable keys: Crypted R parameter support.

8 years agoAdd hex representation of public key pair.
0xDEADFACE [Thu, 11 Feb 2016 18:19:35 +0000]
Add hex representation of public key pair.

8 years agoRPC: Optimize OP_RETURN outputs creation and parsing
0xDEADFACE [Thu, 11 Feb 2016 17:55:51 +0000]
RPC: Optimize OP_RETURN outputs creation and parsing

8 years agoAsymmetric encryption stubs.
CryptoManiac [Thu, 11 Feb 2016 10:10:04 +0000]
Asymmetric encryption stubs.

8 years agoFix compilation errors.
CryptoManiac [Thu, 11 Feb 2016 09:43:56 +0000]
Fix compilation errors.

GCC doesn't like 0LL here.

8 years agoAdd malleable keys support.
0xDEADFACE [Thu, 11 Feb 2016 00:06:38 +0000]
Add malleable keys support.

This feature may be useful for coin mixers and some other applications. Please see doc/MalleableKeys.txt for examples.

8 years agoMerge pull request #271 from svost/patch
0xDEADFACE [Tue, 9 Feb 2016 10:46:44 +0000]
Merge pull request #271 from svost/patch

Patch

8 years agoFix some V813 PVS Studio - argument as a constant reference 271/head
svost [Sun, 7 Feb 2016 17:30:52 +0000]
Fix some V813 PVS Studio - argument as a constant reference

8 years agoVoid - return mismatch
svost [Sat, 6 Feb 2016 09:57:58 +0000]
Void - return mismatch

8 years agoProtocol.cpp - use member initializer lists
svost [Thu, 4 Feb 2016 21:31:46 +0000]
Protocol.cpp - use member initializer lists

8 years agoCopyright update
svost [Thu, 4 Feb 2016 21:26:20 +0000]
Copyright update

8 years agoMerge pull request #270 from svost/useless-cast
0xDEADFACE [Wed, 3 Feb 2016 07:46:18 +0000]
Merge pull request #270 from svost/useless-cast

Get rid of some useless-cast

8 years agoMerge pull request #269 from Laser9un/master
0xDEADFACE [Wed, 3 Feb 2016 07:45:41 +0000]
Merge pull request #269 from Laser9un/master

Remove extra line

8 years agoMerge pull request #268 from svost/CloseSocket
0xDEADFACE [Wed, 3 Feb 2016 07:45:26 +0000]
Merge pull request #268 from svost/CloseSocket

Add CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b97b54e7611)

8 years agoGet rid of some useless-cast 270/head
svost [Sun, 31 Jan 2016 16:24:33 +0000]
Get rid of some useless-cast

8 years agoRemoved extra line 269/head
Laser9un [Fri, 29 Jan 2016 18:38:20 +0000]
Removed extra line

Line #23 was repeated in #55, which led to problems with compilation.

8 years agoMerge pull request #267 from svost/headers
0xDEADFACE [Wed, 27 Jan 2016 16:58:23 +0000]
Merge pull request #267 from svost/headers

Reorganize includes a bit.

8 years agoMerge pull request #266 from FuzzyHobbit/patch-1
0xDEADFACE [Wed, 27 Jan 2016 16:57:38 +0000]
Merge pull request #266 from FuzzyHobbit/patch-1

Fix key parsing for salvage

8 years agoReorganize includes a bit. 267/head
svost [Sun, 24 Jan 2016 17:21:44 +0000]
Reorganize includes a bit.
net.h via main.h
protocol.h via addrman.h

8 years agoFix key parsing for salvage 266/head
FuzzyHobbit [Fri, 22 Jan 2016 18:44:04 +0000]
Fix key parsing for salvage

8 years agoMerge pull request #265 from fsb4000/cherry-pick
0xDEADFACE [Tue, 19 Jan 2016 07:32:09 +0000]
Merge pull request #265 from fsb4000/cherry-pick

replace 3 separate calls to WSAGetLastError() with 1

8 years agoMerge pull request #264 from fsb4000/mxe
0xDEADFACE [Tue, 19 Jan 2016 07:31:51 +0000]
Merge pull request #264 from fsb4000/mxe

адаптация инструкции к текущей версии mxe

8 years agoMerge pull request #263 from svost/const
0xDEADFACE [Tue, 19 Jan 2016 07:31:29 +0000]
Merge pull request #263 from svost/const

We have constants (commit e1fc548)

8 years agoMerge pull request #262 from Foxcool/master
0xDEADFACE [Tue, 19 Jan 2016 07:30:52 +0000]
Merge pull request #262 from Foxcool/master

Add dockerfile for building nvc client

8 years agoMerge pull request #260 from svost/patch
0xDEADFACE [Tue, 19 Jan 2016 07:30:26 +0000]
Merge pull request #260 from svost/patch

Code cleanup (icc warning #271 trailing comma is nonstandard)

8 years agoMerge pull request #259 from svost/icc
0xDEADFACE [Tue, 19 Jan 2016 07:29:25 +0000]
Merge pull request #259 from svost/icc

Version: compiler name suffix update

8 years agoадаптация инструкции к текущей версии mxe 264/head
fsb4000 [Sat, 16 Jan 2016 15:05:35 +0000]
адаптация инструкции к текущей версии mxe

8 years agoWe have constants (commit e1fc548) 263/head
svost [Sat, 16 Jan 2016 13:52:49 +0000]
We have constants (commit e1fc548)

8 years agoreplace 3 separate calls to WSAGetLastError() with 1 265/head
Philip Kaufmann [Sun, 22 Jun 2014 18:17:15 +0000]
replace 3 separate calls to WSAGetLastError() with 1

8 years agoAdd dockerfile for building nvc client 262/head
Alexander Babenko [Wed, 13 Jan 2016 13:27:33 +0000]
Add dockerfile for building nvc client

8 years agoCode cleanup (icc warning #271 trailing comma is nonstandard) 260/head
svost [Thu, 7 Jan 2016 12:14:53 +0000]
Code cleanup (icc warning #271 trailing comma is nonstandard)

8 years agoVersion: compiler name suffix update 259/head
svost [Tue, 5 Jan 2016 21:21:34 +0000]
Version: compiler name suffix update

8 years agoAdd CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b97b54e7611) 268/head
svost [Mon, 4 Jan 2016 12:32:31 +0000]
Add CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b97b54e7611)

8 years agoNew validation rule is coming into force since 20 December 2015.
CryptoManiac [Thu, 10 Dec 2015 09:59:31 +0000]
New validation rule is coming into force since 20 December 2015.

8 years agoOSX 10.11
CryptoManiac [Thu, 10 Dec 2015 09:33:25 +0000]
OSX 10.11

8 years agoMerge pull request #258 from john-connor/master
CryptoManiac [Thu, 10 Dec 2015 06:42:42 +0000]
Merge pull request #258 from john-connor/master

zero cost mempool memory exhaustion exploit