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"
...
This reverts commit 21d9f36781
.
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
...
OP_EVAL is a new opcode that evaluates an item on the stack as a script.
It enables a new type of bitcoin address that needs an arbitrarily
complex script to redeem.
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.
...
To a variation on:
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2011 The Bitcoin developers
13 years ago
Wladimir J. van der Laan
690c723e5f
make SetHash160 return a value (as specified in the function signature)
14 years ago
Wladimir J. van der Laan
5326a31249
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.
...
Fix typo in CBase58Data::CompareTo
14 years ago
Pieter Wuille
cb61b8dc4c
split off CBase58Data from CBitcoinAddress
...
Split off features unrelated to addresses from CBitcoinAddress to
CBase58Data, so they can be reused.
14 years ago
Pieter Wuille
2ffba736e9
Use CBitcoinAddress instead of string/uint160
...
Instead of conversion functions between pubkey/uint160/address in
base58.h, have a fully fledged class CBitcoinAddress (CAddress was
already taken) to represent addresses.
14 years ago
Wladimir J. van der Laan
18cf214528
update bitcoin core to git ce148944c7
14 years ago
Wladimir J. van der Laan
ba4081c1fc
move back to original directory structure
14 years ago
Wladimir J. van der Laan
85663f2c18
update to bitcoin-git
14 years ago
Wladimir J. van der Laan
c24d047b9c
core is a more appropriate name for the bitcoin library
14 years ago
Wladimir J. van der Laan
1f2e0df865
begin integration with bitcoin upstream
14 years ago