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
/
blockchain.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
2018-03-16
1
-1
/
+22
*
Remove the `Blockchain::get_all_known_block_ids` function.
Jean Pierre Dudey
2018-03-14
1
-9
/
+0
*
Stagenet
stoffu
2018-03-05
1
-5
/
+5
*
Merge pull request #3144
Riccardo Spagni
2018-01-27
1
-0
/
+8
|
\
|
*
rpc: expose recent median block size in getinfo
moneromooo-monero
2018-01-17
1
-0
/
+8
*
|
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
|
/
*
Merge pull request #2971
Riccardo Spagni
2018-01-10
1
-1
/
+1
|
\
|
*
Fix exceptions not finding txpool txes when relaying
moneromooo-monero
2017-12-20
1
-1
/
+1
*
|
cryptonote_core: remove unused functions with off by one bugs
moneromooo-monero
2017-12-18
1
-26
/
+0
|
/
*
core: make --offline also disable DNS lookups
moneromooo-monero
2017-11-30
1
-2
/
+5
*
rpc: remove obsolete busy core checks
moneromooo-monero
2017-11-14
1
-10
/
+0
*
Protect node privacy by proper filtering in restricted-mode RPC answers
binaryFate
2017-11-08
1
-2
/
+2
*
Merge pull request #2552
Riccardo Spagni
2017-10-15
1
-0
/
+7
|
\
|
*
core: fix failure to sync when a tx is already in the pool
moneromooo-monero
2017-09-29
1
-0
/
+7
*
|
Merge pull request #2469
Riccardo Spagni
2017-10-15
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
precomputed block hashes are now in blocks of N (currently 256)
moneromooo-monero
2017-09-18
1
-0
/
+2
*
|
move checkpoints in a separate library
moneromooo-monero
2017-09-25
1
-1
/
+1
|
/
*
Refactor some things into more composable (smaller) functions
Thomas Winget
2017-09-05
1
-0
/
+56
*
DRY refactoring
Thomas Winget
2017-08-31
1
-0
/
+7
*
Toggle SAFE syncmode on and off automatically
Howard Chu
2017-08-20
1
-0
/
+7
*
protocol: pass blockchain cumulative difficulty when syncing
moneromooo-monero
2017-08-15
1
-0
/
+10
*
Merge pull request #2246
Riccardo Spagni
2017-08-15
1
-3
/
+1
|
\
|
*
blockchain: remove a few unused variables
moneromooo-monero
2017-08-03
1
-3
/
+1
*
|
protocol: add checks for top block hard fork version
moneromooo-monero
2017-08-09
1
-0
/
+9
*
|
Merge pull request #2225
Riccardo Spagni
2017-08-07
1
-0
/
+3
|
\
\
|
*
|
blockchain: skip checking tx semantics in embedded block hash range
moneromooo-monero
2017-07-30
1
-0
/
+3
|
|
/
*
/
blockchain: ensure all blocks get their longhash precalculated
moneromooo-monero
2017-07-27
1
-1
/
+1
|
/
*
Fix mismatch of parameter name between header file and implementation for set...
Julien Klepatch
2017-06-23
1
-3
/
+2
*
blockchain_db: add a txpool tx getter which returns existence
moneromooo-monero
2017-06-11
1
-0
/
+1
*
Don't copy blockchain for coinbase_tx_sum
Howard Chu
2017-06-01
1
-2
/
+4
*
Merge pull request #1982
Riccardo Spagni
2017-05-30
1
-1
/
+12
|
\
|
*
Move txpool to the database
moneromooo-monero
2017-05-25
1
-1
/
+12
*
|
Add expected total reward to RPC "getblocktemplate".
assylias
2017-04-19
1
-1
/
+2
|
/
*
Removed boost/asio.hpp include from epee/string_tools.h
Lee Clagett
2017-03-18
1
-0
/
+1
*
Add intervening v5 fork for increased min block size
moneromooo-monero
2017-03-15
1
-1
/
+2
*
fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...
kenshi84
2017-03-10
1
-1
/
+1
*
core: move hardfork back to cryptonote_core
moneromooo-monero
2017-02-25
1
-1
/
+1
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
blockchain_db: add "raw" blobdata getters for block and transaction
moneromooo-monero
2017-02-13
1
-4
/
+5
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-6
/
+6
*
Remove boost/foreach.cpp includes
Miguel Herranz
2017-01-22
1
-1
/
+0
*
rpc: fix orphan_status when getting blocks
moneromooo-monero
2017-01-22
1
-1
/
+2
*
rpc: new function and RPC to get alternative chain info
moneromooo-monero
2016-12-17
1
-0
/
+7
*
Fix delayed exit when syncing
moneromooo-monero
2016-12-04
1
-0
/
+5
*
Add a get_outs (fully text based) version of get_outs.bin
moneromooo-monero
2016-11-22
1
-1
/
+1
*
rpc: add a dynamic fee estimation RPC call
moneromooo-monero
2016-10-31
1
-0
/
+14
*
core: dynamic fee algorithm from ArticMine
moneromooo-monero
2016-10-31
1
-0
/
+27
*
wallet: select part of the fake outs from recent outputs
moneromooo-monero
2016-10-15
1
-1
/
+2
*
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
1
-2
/
+13
*
add rct to the protocol
moneromooo-monero
2016-08-28
1
-4
/
+8
[next]