index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
cryptonote_core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1506
Riccardo Spagni
2017-01-15
1
-4
/
+7
|
\
|
*
Tweak default db-sync-mode to fast:async:1
Howard Chu
2017-01-14
1
-4
/
+7
*
|
Merge pull request #1543
Riccardo Spagni
2017-01-13
1
-0
/
+7
|
\
\
|
*
|
Add start_time to get_info methods and show uptime
Miguel Herranz
2017-01-12
1
-0
/
+7
|
|
/
*
|
Remove db-auto-remove-logs
Miguel Herranz
2017-01-10
1
-3
/
+0
*
|
Remove berkeley from db_type initialization
Miguel Herranz
2017-01-10
1
-12
/
+0
|
/
*
core: fix recalculation of emission/fees
moneromooo-monero
2016-12-21
1
-7
/
+4
*
Merge pull request #1398
Riccardo Spagni
2016-12-04
1
-2
/
+2
|
\
|
*
Fix a few minor typos
Pierre Boyer
2016-12-04
1
-2
/
+2
*
|
Fix delayed exit when syncing
moneromooo-monero
2016-12-04
1
-1
/
+1
|
/
*
Add a get_outs (fully text based) version of get_outs.bin
moneromooo-monero
2016-11-22
1
-1
/
+1
*
add lightweight block propagation ("fluffy blocks")
Dion Ahmetaj
2016-11-09
1
-0
/
+5
*
core: notify the txpool when transactions are relayed
moneromooo-monero
2016-10-23
1
-0
/
+14
*
patched parameter type bug that was causing failure on 32 bit
Dion Ahmetaj
2016-10-14
1
-1
/
+1
*
print_coinbase_tx_sum now breaks output into fee and emission components
Dion Ahmetaj
2016-10-10
1
-5
/
+19
*
changed params from start/end index to height/count
Dion Ahmetaj
2016-10-10
1
-3
/
+3
*
added print_coinbase_tx_sum option
Dion Ahmetaj
2016-10-10
1
-0
/
+14
*
Merge pull request #1133
Riccardo Spagni
2016-10-04
1
-4
/
+1
|
\
|
*
Revert "Fix fake 'network synchronized, begin using' messages"
moneromooo-monero
2016-09-25
1
-4
/
+1
*
|
Merge pull request #1171
Riccardo Spagni
2016-10-04
1
-16
/
+1
|
\
\
|
*
|
Removed all code related to fast_exit
NanoAkron
2016-10-03
1
-16
/
+1
*
|
|
Moved logging to target functions rather than caller
NanoAkron
2016-10-03
1
-7
/
+4
*
|
|
Added messages at log level 2 to reflect deactivation procedure
NanoAkron
2016-10-02
1
-0
/
+4
|
/
/
*
/
core: make the sync chunk block count overridable
moneromooo-monero
2016-09-24
1
-0
/
+5
|
/
*
fix nigglies, as pointed out by moneromooo-monero
Riccardo Spagni
2016-09-03
1
-1
/
+1
*
fix remaining bitmonero and simplewallet bits
Riccardo Spagni
2016-09-03
1
-2
/
+2
*
Remove blocks_per_sync limits
Howard Chu
2016-08-31
1
-5
/
+4
*
Merge pull request #999
Riccardo Spagni
2016-08-28
1
-13
/
+14
|
\
|
*
Change default db-sync-mode to fast, not fastest
Howard Chu
2016-08-28
1
-13
/
+14
*
|
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
1
-8
/
+0
*
|
Condition v2 txes on v3 hard fork
moneromooo-monero
2016-08-28
1
-0
/
+9
*
|
add rct to the protocol
moneromooo-monero
2016-08-28
1
-7
/
+28
*
|
core: new /getrandom_rctouts.bin binary RPC call
moneromooo-monero
2016-08-28
1
-0
/
+5
*
|
remove original Cryptonote blockchain_storage blockchain format
moneromooo-monero
2016-08-28
1
-19
/
+0
|
/
*
Fix fake 'network synchronized, begin using' messages
Thomas Winget
2016-08-23
1
-1
/
+4
*
Fake outs set is now decided by the wallet
moneromooo-monero
2016-08-11
1
-0
/
+5
*
Convey tx verification failure reasons to the RPC client
moneromooo-monero
2016-03-27
1
-0
/
+1
*
Merge pull request #749
Riccardo Spagni
2016-03-25
1
-16
/
+3
*
Revert "Merge pull request #749"
Riccardo Spagni
2016-03-25
1
-3
/
+16
*
remove defunct code from cryptonote::core
Thomas Winget
2016-03-24
1
-13
/
+0
*
cryptonote::core doxygen documentation
Thomas Winget
2016-03-24
1
-1
/
+1
*
Move checkpoint functions into checkpoints class
Thomas Winget
2016-03-24
1
-2
/
+2
*
Revert "Print stack trace upon exceptions"
moneromooo-monero
2016-03-21
1
-1
/
+1
*
Print stack trace upon exceptions
moneromooo-monero
2016-03-19
1
-1
/
+1
*
core: print "update needed" hard fork notifications in red
moneromooo-monero
2016-02-17
1
-2
/
+2
*
core_tests: add tests for hard fork behaviors (MRL-0004)
moneromooo-monero
2016-02-08
1
-4
/
+3
*
core: move the db lock to the data directory
moneromooo-monero
2016-02-04
1
-8
/
+10
*
core: prevent the database from being used by multiple daemons
moneromooo-monero
2016-01-31
1
-0
/
+41
*
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
2016-01-29
1
-1
/
+6
*
Merge pull request #587
Riccardo Spagni
2015-12-31
1
-28
/
+20
|
\
[next]