integration of core bitcoin
authorWladimir J. van der Laan <laanwj@gmail.com>
Sat, 14 May 2011 18:10:21 +0000 (20:10 +0200)
committerWladimir J. van der Laan <laanwj@gmail.com>
Sat, 14 May 2011 18:10:21 +0000 (20:10 +0200)
commit69d605f410c83235aa7b757445e7d0166fcfe2d9
tree577e034f248830a2a6e118a80962286d0b0e49dd
parent2097c09a9b5dda5bfa0de1906a8c155c3c3b529b
integration of core bitcoin
31 files changed:
TODO
bitcoin.pro
core/include/db.h [new file with mode: 0644]
core/include/headers.h [new file with mode: 0644]
core/include/init.h [new file with mode: 0644]
core/include/irc.h [new file with mode: 0644]
core/include/key.h
core/include/main.h
core/include/noui.h [new file with mode: 0644]
core/include/rpc.h [new file with mode: 0644]
core/include/script.h [new file with mode: 0644]
core/src/db.cpp [new file with mode: 0644]
core/src/init.cpp [new file with mode: 0644]
core/src/irc.cpp [new file with mode: 0644]
core/src/main.cpp [new file with mode: 0644]
core/src/net.cpp [new file with mode: 0644]
core/src/rpc.cpp [new file with mode: 0644]
core/src/script.cpp [new file with mode: 0644]
core/src/util.cpp
json/include/json/json_spirit.h [new file with mode: 0644]
json/include/json/json_spirit_error_position.h [new file with mode: 0644]
json/include/json/json_spirit_reader.h [new file with mode: 0644]
json/include/json/json_spirit_reader_template.h [new file with mode: 0644]
json/include/json/json_spirit_stream_reader.h [new file with mode: 0644]
json/include/json/json_spirit_utils.h [new file with mode: 0644]
json/include/json/json_spirit_value.h [new file with mode: 0644]
json/include/json/json_spirit_writer.h [new file with mode: 0644]
json/include/json/json_spirit_writer_template.h [new file with mode: 0644]
json/src/json_spirit_reader.cpp [new file with mode: 0644]
json/src/json_spirit_value.cpp [new file with mode: 0644]
json/src/json_spirit_writer.cpp [new file with mode: 0644]