Commit Graph

42 Commits (11404af34c5e3d5aa334e1cfd8edee82fb9dc9a4)

Author SHA1 Message Date
Pieter Wuille f6b7c644c9 Move base58.h implementation code to base58.cpp
11 years ago
Pieter Wuille b58be132c9 Replace DecodeBase58/EncodeBase58 with direct implementation.
11 years ago
rxl 4e9667b844 Improve and expand base58 comments
11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations.
11 years ago
super3 db0e8ccd90 Bump Year Number to 2013
11 years ago
Pieter Wuille eb2c999050 BIP32 derivation implementation
12 years ago
Pieter Wuille 8388289eb6 Generalize version bytes
12 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode.
12 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor
12 years ago
Philip Kaufmann d0b0925be9 make CBase58Data class use zero_after_free_allocator
12 years ago
Philip Kaufmann 0f8a647782 don't use memset() in privacy/security relevant code parts
12 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp}
12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings
12 years ago
fanquake 7790f391ab Fix a couple more typos
13 years ago
fanquake e749405297 Fix a few typos
13 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
13 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey
13 years ago
Pieter Wuille 46784d0826 Merge pull request #1354 from fanquake/master
13 years ago
Philip Kaufmann ff0ee876bb change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string
13 years ago
Fordy 3a25a2b9b0 Update License in File Headers
13 years ago
Jeff Garzik 9fb89c26f3 Fix misc. minor sign-comparison warnings
13 years ago
Chris Moore b3a6e613fc CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version.
13 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments
13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012
13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
13 years ago
Pieter Wuille 11529c6e4f Compressed pubkeys
13 years ago
Gavin Andresen ce336fdc21 Back out testnet default address change, it breaks accounts on old wallets.
13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers"
13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers
13 years ago
Gavin Andresen 9e470585b3 Update bitcoin address numbers for latest luke-jr/sipa scheme
13 years ago
Gavin Andresen d7062ef1bd Put OP_EVAL string in coinbase of generated blocks
13 years ago
Gavin Andresen e679ec969c OP_EVAL implementation
13 years ago
Pieter Wuille 15a8590ecf CBitcoinSecret added (base58 encoded privkey)
13 years ago
Pieter Wuille d825e6a31b Some extra comments
13 years ago
Matt Corallo b2120e223a Unify copyright notices.
13 years ago
Wladimir J. van der Laan 690c723e5f make SetHash160 return a value (as specified in the function signature)
14 years ago
Abraham Jewowich 03f8b54565 Fix bug with accessing vchData[0] when vchData is empty.
14 years ago
Pieter Wuille cb61b8dc4c split off CBase58Data from CBitcoinAddress
14 years ago
Pieter Wuille 2ffba736e9 Use CBitcoinAddress instead of string/uint160
14 years ago
Doug Huff a9d3af8821 Demystify a few magic numbers.
14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular
14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system)
14 years ago