danicoin/src
moneromooo-monero a702118426
blockchain_dump: fix output key dump for BDB 1-based indices
Berkeley DB uses 1 based indices for RECNO databases, and the
implementation of BlockchainDB for Berkeley DB assumes 1 based
indices are passed to the API, whereas the LMDB one assumes
0 based indices. This is all internally consisteny, but since
the BDB code stores 1 based indices in the database, external
users have to be aware of this, as the indices will be off by
one depending on which DB is used.
2015-12-05 12:40:01 +00:00
..
blockchain_db db_bdb: read 32 bit heights from keys 2015-12-04 22:25:00 +00:00
blockchain_utilities blockchain_dump: fix output key dump for BDB 1-based indices 2015-12-05 12:40:01 +00:00
blocks checkpoints update 2015-11-21 15:11:21 +02:00
common Merge pull request #515 2015-11-30 18:33:43 +02:00
connectivity_tool 2014 network limit 1.2 +utils +toc -doc -drmonero 2015-02-20 22:28:03 +01:00
crypto renamed folder 2015-10-26 18:00:53 +02:00
cryptonote_core Revert "Merge pull request #506" 2015-11-30 11:07:22 +02:00
cryptonote_protocol Add IP blocking for misbehaving nodes (adapted from Boolberry) 2015-11-23 18:06:20 +00:00
daemon Merge pull request #503 2015-11-30 00:16:58 +02:00
daemonizer cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00
miner 2014 network limit 1.2 +utils +toc -doc -drmonero 2015-02-20 22:28:03 +01:00
mnemonics slight modification to wordlist contributor tagline (as these contributors haven't used git to submit a PR, so we're creating the wordlist on their behalf 2015-07-24 07:55:16 +02:00
p2p add RPC calls and commands to get/set bans 2015-11-26 00:04:22 +00:00
platform year updated in license 2015-01-02 18:52:46 +02:00
rpc Merge pull request #505 2015-11-30 00:18:20 +02:00
serialization encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
simplewallet Merge pull request #512 2015-11-30 07:31:44 +02:00
wallet wallet2: default auto-refresh to true for preexisting wallets 2015-11-30 11:08:15 +00:00
CMakeLists.txt ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
cryptonote_config.h Add IP blocking for misbehaving nodes (adapted from Boolberry) 2015-11-23 18:06:20 +00:00
version.cmake year updated in license 2015-01-02 18:52:46 +02:00
version.h.in onwards to 0.8.8.7 2014-12-13 13:45:57 +02:00