Riccardo Spagni
8237705964
Merge pull request #237
...
41a95e7
add comment about avoiding overflow (smooth)
754a785
minimum subsidy for mining incentives, remove unused LEGACY_FEE define (smooth)
2015-03-05 10:56:54 +02:00
smooth
41a95e7b11
add comment about avoiding overflow
2015-03-05 00:45:54 -08:00
smooth
754a785ee1
minimum subsidy for mining incentives, remove unused LEGACY_FEE define
2015-03-04 23:35:04 -08:00
Riccardo Spagni
c01069f352
fixed English word list issue: 'launchpad' should be 'ourselves'
2015-03-04 15:31:24 +02:00
Riccardo Spagni
10e4132e22
fixed English word list issue: 'incline' should have remained 'inline'
2015-03-04 15:29:20 +02:00
Thomas Winget
9dab105e2e
DNS checkpoint loading for testnet should now be correct
2015-03-01 03:36:46 -05:00
Thomas Winget
52f9629bd7
sending commands to forked daemon works on testnet now
2015-03-01 02:35:33 -05:00
Thomas Winget
76289d0e3b
Fix tests building -- function signatures changed
2015-03-01 02:21:19 -05:00
Riccardo Spagni
1016712372
markdown formatting fix
2015-03-01 00:03:57 +02:00
Riccardo Spagni
98a4e6ae6a
Merge pull request #234
...
7590f33
move website and DNS unit tests from monero.cc to getmonero.org (Riccardo Spagni)
2015-02-28 23:37:10 +02:00
Riccardo Spagni
7590f33f9e
move website and DNS unit tests from monero.cc to getmonero.org
2015-02-28 23:32:28 +02:00
Thomas Winget
db53e1956a
revert stop_daemon method to use correct exit
...
This was changed because sometimes the daemon does not complete its exit
routine with this method, but as it does correctly wind most things down
even if it gets stuck I've changed it back.
2015-02-24 00:54:50 -05:00
Thomas Winget
96cbecffd7
RPC calls for background daemon added in
...
The RPC calls the daemon executable uses to talk to the running daemon
instance have mostly been added back in. Rate limiting has not been
added in upstream, but is on its way in a separate effort, so those
calls are still NOPed out.
2015-02-24 00:44:36 -05:00
Thomas Winget
9193d6fb5b
Daemonize changes pulled in -- daemon builds
...
many RPC functions added by the daemonize changes
(and related changes on the upstream dev branch that were not merged)
were commented out (apart from return). Other than that, this *should*
work...at any rate, it builds, and that's something.
2015-02-24 00:05:19 -05:00
Thomas Winget
0ad0784f46
Changed log level of debug message -- too spammy
2015-02-23 18:28:20 -05:00
Thomas Winget
b5796da0fa
Merge #32
...
Add support to BlockchainDB and BlockchainLMDB for batch transactions.
Add profiling to block and tx processing and DB operations.
Improve block and tx processing efficiency by less repeat hashing.
Move LMDB storage to "lmdb" subfolder.
- Upon startup, if old LMDB files are detected, abort with a message for the user to move them to subfolder or delete them.
Update and fix log statements and formatting.
2015-02-23 18:24:59 -05:00
warptangent
6485dacc2f
BlockchainLMDB: Add profiling to tx_exists()
2015-02-23 00:33:39 -08:00
warptangent
83fb6d8d07
BlockchainLMDB: Add batch transaction support to tx_exists()
2015-02-23 00:33:38 -08:00
warptangent
8529c0ea9a
BlockchainDB, BlockchainLMDB: Add profiling for DB commits
2015-02-23 00:33:38 -08:00
warptangent
7a66b8bbcf
BlockchainDB: Add virtual function declarations for batch transactions
2015-02-23 00:33:38 -08:00
warptangent
b7a2d84919
BlockchainLMDB: Add check for open database to two functions
2015-02-23 00:33:38 -08:00
warptangent
58ecc58be1
BlockchainLMDB: Add support for batch transactions
2015-02-23 00:33:37 -08:00
warptangent
8909d7d82e
Improve block and tx processing efficiency by less repeat hashing
...
BlockchainLMDB::add_block()
BlockchainLMDB::add_transaction_data()
BlockchainDB::add_transaction()
2015-02-23 00:33:37 -08:00
warptangent
3676ac5841
Add profiling to block and tx processing
2015-02-23 00:33:37 -08:00
warptangent
ce71abd0fe
Move LMDB storage to subfolder
2015-02-23 00:33:37 -08:00
warptangent
42f8fe5c7f
Fix formatting
2015-02-23 00:33:36 -08:00
warptangent
aa82f786c7
Fix log statement
2015-02-23 00:33:36 -08:00
warptangent
26873db199
Remove unused variable
2015-02-23 00:33:36 -08:00
warptangent
4b90fd389d
Add log statement
2015-02-23 00:33:36 -08:00
warptangent
2531aa31f8
Add and extend log statements
2015-02-23 00:33:35 -08:00
warptangent
59305d3137
Blockchain: match original function declaration from blockchain_storage
2015-02-23 00:33:35 -08:00
warptangent
cd972bdcc2
Update year and formatting in license
2015-02-23 00:33:26 -08:00
Thomas Winget
b7d112f601
Merge pull request #31 from warptangent/fix/fix_get_tail_id
...
Fix Blockchain::get_tail_id() to set parameter to last block number instead of height
2015-02-22 18:06:44 -05:00
warptangent
b88ab643ca
Fix Blockchain::get_tail_id() to set parameter to last block number instead of height
...
This reflects the behavior of blockchain_storage::get_tail_id().
Fixes #27 so that RPC method getlastblockheader works.
2015-02-22 10:41:41 -08:00
warptangent
963bc09087
Revert "Bounds error, should fix #27 "
...
This reverts commit 6f1c4b4c2c
.
2015-02-22 10:31:11 -08:00
Thomas Winget
6f1c4b4c2c
Bounds error, should fix #27
2015-02-20 21:09:32 -05:00
Riccardo Spagni
e728992803
Merge pull request #229
...
7b01a07
added tx size to incoming_transfers RPC Call (Riccardo Spagni)
2015-02-20 00:59:52 +02:00
Riccardo Spagni
7b01a076b9
added tx size to incoming_transfers RPC Call
2015-02-20 00:57:26 +02:00
Thomas Winget
fc62af5cf8
Merge remote-tracking branch 'monero-project/master' into blockchain
2015-02-05 08:51:19 -05:00
Riccardo Spagni
6e5797dc11
Merge pull request #221
...
3ece158
make fallback compatible with newer slow-hash (Riccardo Spagni)
709bbc5
replaced 64-bit multiplication in difficulty.cpp with a portable version (Riccardo Spagni)
497a514
replaced 64-bit multiplication in difficulty.cpp with a portable version (Riccardo Spagni)
2015-02-03 20:15:08 +02:00
Riccardo Spagni
cbb0742264
changed MM logo
2015-02-03 13:13:36 +02:00
Riccardo Spagni
f103e0d8f0
added donation and sponsor info to readme
2015-02-03 13:05:28 +02:00
Thomas Winget
d1f40506fa
Merge PR #26
...
Usage:
default is lmdb for blockchain branch:
$ make release
same as:
$ DATABASE=lmdb make release
for original in-memory implementation:
$ DATABASE=memory make release
COMMITS:
- Add compile-time support for both db implementations: in-memory and LMDB
NOTE:
The default should be changed to lmdb when this is merged upstream
unless we're 100% sure the LMDB implementation is ready.
2015-02-03 05:18:12 -05:00
warptangent
84fe5fbd65
Add compile-time support for both db implementations: in-memory and LMDB
...
Usage:
default is lmdb for blockchain branch:
$ make release
same as:
$ DATABASE=lmdb make release
for original in-memory implementation:
$ DATABASE=memory make release
2015-02-02 11:53:09 -08:00
Thomas Winget
a4f5344024
Merge PR 25 into blockchain
2015-02-02 01:25:57 -05:00
warptangent
8bd1983cdc
Blockchain: reflect log updates from blockchain_storage
...
See commit 4ba680f294
2015-02-01 19:30:20 -08:00
warptangent
7f9b070165
Blockchain: reflect log and assert updates from blockchain_storage
...
See commit cf5a8b1d6c
2015-02-01 19:30:14 -08:00
warptangent
70342ecada
Blockchain: reflect log level of blockchain_storage
...
Update to match LOG_PRINT_RED_Lx statements.
See commit cf5a8b1d6c
2015-02-01 19:29:18 -08:00
warptangent
c8d27fb38d
Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_gindexs()
2015-02-01 19:29:03 -08:00
warptangent
d00ee784db
Update recently added log statement to fix possible null dereference
...
This would have been triggered if function was called without fourth
parameter and ring signature check failed.
2015-02-01 19:28:58 -08:00