aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-3128-217/+217
|
* Fix typoPavel Janík2015-01-311-1/+1
|
* Fix typo - sentence starts with capital letterPavel Janík2015-01-311-1/+1
|
* Improve gitian build guideMichael Ford2015-01-311-18/+15
| | | | | | Point to the Debian 7.7 installer Fix wording now that we only use a single image Remove bitcoin checkout steps, they are covered in release-process
* remove sig_canonical.json and sig_noncanonical.jsonManuel Araoz2015-01-313-31/+0
|
* Remove bootstrap.mdMichael Ford2015-01-312-57/+1
| | | | See #5455
* Merge pull request #5707Wladimir J. van der Laan2015-01-311-21/+32
|\ | | | | | | 14d023f change hardcoded character constants to a set of descriptive named constants for database keys (Earlz)
| * change hardcoded character constants to a set of descriptive named constants ↵Earlz2015-01-251-21/+32
| | | | | | | | for database keys
* | Merge pull request #5234Wladimir J. van der Laan2015-01-301-25/+27
|\ \ | | | | | | | | | 72ac792 Format build flags in src/Makefile.am. (randy-waterhouse)
| * | Format build flags in src/Makefile.am.randy-waterhouse2015-01-301-25/+27
|/ /
* | Merge pull request #5477Wladimir J. van der Laan2015-01-291-1/+12
|\ \ | | | | | | | | | 6bbca99 LSSharedFileListItemResolve() was deprecated in Mac OS X 10.10, use LSSharedFileListItemCopyResolvedURL() instead (Cory Fields)
| * | LSSharedFileListItemResolve() was deprecated in Mac OS X 10.10, use ↵Cory Fields2015-01-211-1/+12
| | | | | | | | | | | | LSSharedFileListItemCopyResolvedURL() instead
* | | Merge pull request #5620Wladimir J. van der Laan2015-01-297-13/+137
|\ \ \ | | | | | | | | | | | | 6715efb [Qt] Payment request expiration bug fix (re-done) (Philip Kaufmann)
| * | | [Qt] Payment request expiration bug fix (re-done)Philip Kaufmann2015-01-157-13/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this is based on #4122 (which can be closed) Currently a payment request is only checked for expiration upon receipt. It should be checked again immediately before sending coins to prevent the user from paying to an expired invoice which would then require a customer service interaction. - add static verifyExpired() function to PaymentServer to be able to use the same validation code in GUI and unit-testing code - extend unit tests to use that function and also add an unit test which overflows, because payment requests allow expires as uint64, whereas we use int64_t for verification of expired payment requests
* | | | Merge pull request #5720Wladimir J. van der Laan2015-01-291-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | 55eade9 Change Coin Control first column label (fsb4000)
| * | | | Change Coin Control first column labelfsb40002015-01-291-0/+4
| | | | |
* | | | | Merge pull request #5683Wladimir J. van der Laan2015-01-298-11/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | 95ef87c add new osx dmg background picture (Jonas Schnelli) 48bebcc osx packaging: update DS_Store after background changes (Cory Fields) 997cab7 osx packaging: switch background image to background.tiff (Cory Fields) 88a7973 osx packaging: move background image to .background to match gitian builds (Cory Fields)
| * | | | add new osx dmg background pictureJonas Schnelli2015-01-205-1/+1
| | | | |
| * | | | osx packaging: update DS_Store after background changesCory Fields2015-01-201-0/+0
| | | | |
| * | | | osx packaging: switch background image to background.tiffCory Fields2015-01-201-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also do a bit of cleanup: - Make the background name a variable so it's easier to change - Add proper make dependencies
| * | | | osx packaging: move background image to .background to match gitian buildsCory Fields2015-01-201-4/+5
| | | | | | | | | | | | | | | | | | | | Also increase temp dmg filesize to account for a bigger background image
* | | | | Merge pull request #5506Wladimir J. van der Laan2015-01-2628-673/+1193
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 7873633 Squashed 'src/secp256k1/' changes from bccaf86..50cc6ab (Pieter Wuille) 1a9576d Use libsecp256k1's RFC6979 implementation (Pieter Wuille)
| * \ \ \ \ Update libsecp256k1Pieter Wuille2015-01-0623-529/+1172
| |\ \ \ \ \
| | * | | | | Squashed 'src/secp256k1/' changes from bccaf86..50cc6abPieter Wuille2015-01-0623-529/+1172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 50cc6ab Merge pull request #178 941e221 Add tests for handling of the nonce function in signing. 10c81ff Merge pull request #177 7688e34 Add magnitude limits to secp256k1_fe_verify to ensure that it's own tests function correctly. 4ee4f7a Merge pull request #176 70ae0d2 Use secp256k1_fe_equal_var in secp256k1_fe_sqrt_var. 7767b4d Merge pull request #175 9ab9335 Add a reference consistency test to ge_tests. 60571c6 Rework group tests d26e26f Avoid constructing an invalid signature with probability 1:2^256. b450c34 Merge pull request #163 d57cae9 Merge pull request #154 49ee0db Add _normalizes_to_zero_var variant eed599d Add _fe_normalizes_to_zero method d7174ed Weak normalization for secp256k1_fe_equal 0295f0a weak normalization bbd5ba7 Use rfc6979 as default nonce generation function b37fbc2 Implement SHA256 / HMAC-SHA256 / RFC6979. c6e7f4e [API BREAK] Use a nonce-generation function instead of a nonce cf0c48b Merge pull request #169 603c33b Make signing fail if a too small buffer is passed. 6d16606 Merge pull request #168 7277fd7 Remove GMP field implementation e99c4c4 Merge pull request #123 13278f6 Add explanation about how inversion can be avoided ce7eb6f Optimize verification: avoid field inverse a098f78 Merge pull request #160 38acd01 Merge pull request #165 6a59012 Make git ignore bench_recover when configured with benchmark enabled 1ba4a60 Configure options reorganization 3c0f246 Merge pull request #157 808dd9b Merge pull request #156 8dc75e9 Merge pull request #158 28ade27 build: nuke bashisms 5190079 build: use subdir-objects for automake 8336040 build: disable benchmark by default git-subtree-dir: src/secp256k1 git-subtree-split: 50cc6ab0625efda6dddf1dc86c1e2671f069b0d8
| * | | | | | Use libsecp256k1's RFC6979 implementationPieter Wuille2015-01-065-144/+21
| | | | | | |
* | | | | | | Merge pull request #5695Wladimir J. van der Laan2015-01-262-13/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 5fdc5b0 depends: latest config.guess and config.sub (Michael Ford)
| * | | | | | | depends: latest config.guess and config.subMichael Ford2015-01-212-13/+27
| | | | | | | |
* | | | | | | | Merge pull request #5575Wladimir J. van der Laan2015-01-264-55/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b782f5 RPCWallet: Notate all account stuff as deprecated (Luke Dashjr)
| * | | | | | | | RPCWallet: Notate all account stuff as deprecatedLuke Dashjr2014-12-304-55/+46
| | | | | | | | |
* | | | | | | | | Merge pull request #5626Wladimir J. van der Laan2015-01-263-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 652eb90 [Qt] change transaction table column width (Jonas Schnelli) af95b17 [Qt] resize oversized icons (Jonas Schnelli)
| * | | | | | | | | [Qt] change transaction table column widthJonas Schnelli2015-01-163-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make enought space for the new icons
| * | | | | | | | | [Qt] resize oversized iconsJonas Schnelli2015-01-162-0/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #5628Wladimir J. van der Laan2015-01-261-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 785bb81 [Qt] remove size grip to get rid of the right margin (Jonas Schnelli)
| * | | | | | | | | | [Qt] remove size grip to get rid of the right marginJonas Schnelli2015-01-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IMO nobody needs a size grip and it looks bad
* | | | | | | | | | | Merge pull request #5243Wladimir J. van der Laan2015-01-261-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff09e31 sleep-wait on genesis block during init with -reindex (Matt Corallo)
| * | | | | | | | | | | sleep-wait on genesis block during init with -reindexMatt Corallo2014-12-201-0/+5
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4805Wladimir J. van der Laan2015-01-268-19/+30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 44bc988 [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..) (Cozz Lovan)
| * | | | | | | | | | | | [Wallet] Do not flush the wallet in AddToWalletIfInvolvingMe(..)Cozz Lovan2014-10-038-19/+30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #5627Wladimir J. van der Laan2015-01-264-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | 2fa9a8e Make empty byte arrays pass CheckSignatureEncoding() (Peter Todd)
| * | | | | | | | | | | | Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-094-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it possible to compactly provide a delibrately invalid signature for use with CHECK(MULTI)SIG. For instance with BIP19 if m != n invalid signatures need to be provided in the scriptSig; prior to this change those invalid signatures would need to be large DER-encoded signatures. Note that we may want to further expand on this change in the future by saying that only OP_0 is a "valid" invalid signature; BIP19 even with this change is inherently malleable as the invalid signatures can be any validly encoded DER signature.
* | | | | | | | | | | | | Merge pull request #5599Wladimir J. van der Laan2015-01-245-65/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0cc0d8d Get rid of the internal miner's hashmeter (jtimon)
| * | | | | | | | | | | | | Get rid of the internal miner's hashmeterjtimon2015-01-045-65/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5700Wladimir J. van der Laan2015-01-231-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0eade74 fix crash: CoinControl "space" bug (fsb4000)
| * | | | | | | | | | | | | | fix crash: CoinControl "space" bugfsb40002015-01-231-2/+3
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just like https://github.com/novacoin-project/novacoin/commit/baf80c26a2e7f1ba6061d63d174eff0a09111e6f
* | | | | | | | | | | | | | Merge pull request #5688Wladimir J. van der Laan2015-01-212-221/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | e7cfcc8 Remove custom pkg.m4 script. (randy-waterhouse)
| * | | | | | | | | | | | | Remove custom pkg.m4 script.randy-waterhouse2015-01-212-221/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Delete RecvLine functionWladimir J. van der Laan2015-01-202-51/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer necessary since #5161 / 845c86d128fb97d55d125e63653def38729bd2ed.
* | | | | | | | | | | | | Merge pull request #5648Wladimir J. van der Laan2015-01-203-16/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2ce63d3 MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h) (Luke Dashjr)
| * | | | | | | | | | | | | MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h)Luke Dashjr2015-01-123-16/+8
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5651Wladimir J. van der Laan2015-01-203-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1d84aea Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which may be mistaken for a negative sign) (Luke Dashjr)