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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1002
Riccardo Spagni
2016-08-29
1
-1
/
+6
|
\
|
*
core: allow empty global indices for txes with empty vout
moneromooo-monero
2016-08-29
1
-1
/
+6
*
|
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
*
|
blockchain: testnet heights for v3, v4, and v5
moneromooo-monero
2016-08-28
1
-0
/
+4
*
|
core: use full rct signatures if just one input
moneromooo-monero
2016-08-28
1
-1
/
+4
*
|
wallet: transfer_selected_rct now also selects fake outs
moneromooo-monero
2016-08-28
1
-2
/
+2
*
|
increase minimum mixin to 4 on hard fork 5
moneromooo-monero
2016-08-28
1
-2
/
+3
*
|
core: allow v1 txes after HF 5 when sweeping unmixable outputs
moneromooo-monero
2016-08-28
2
-16
/
+19
*
|
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
5
-19
/
+34
*
|
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
2
-5
/
+10
*
|
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
2016-08-28
4
-20
/
+69
*
|
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
3
-133
/
+114
*
|
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
3
-11
/
+22
*
|
rct: avoid the need for the last II element
Shen Noether
2016-08-28
2
-18
/
+9
*
|
wallet: do not store signatures in the wallet cache
moneromooo-monero
2016-08-28
4
-1
/
+17
*
|
core: add some locking around pool use
moneromooo-monero
2016-08-28
2
-1
/
+4
*
|
rct: do not serialize senderPk - it is not used anymore
moneromooo-monero
2016-08-28
1
-1
/
+1
*
|
tx_pool: log why a transaction was rejected for version checks
moneromooo-monero
2016-08-28
1
-0
/
+3
*
|
change fork settings to allow pre-rct txes for one more fork cycle
moneromooo-monero
2016-08-28
2
-3
/
+8
*
|
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
2016-08-28
1
-7
/
+3
*
|
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
3
-13
/
+53
*
|
core: always use the new simple rct variant
moneromooo-monero
2016-08-28
1
-1
/
+1
*
|
port get_tx_key/check_tx_key to rct
moneromooo-monero
2016-08-28
2
-5
/
+15
*
|
integrate simple rct api
moneromooo-monero
2016-08-28
4
-102
/
+229
*
|
ringct: "simple" ringct variant
Shen Noether
2016-08-28
1
-0
/
+13
*
|
mixable transactions must be rct for v3
moneromooo-monero
2016-08-28
2
-6
/
+29
*
|
Condition v2 txes on v3 hard fork
moneromooo-monero
2016-08-28
2
-1
/
+12
*
|
move the rct commitments to the output_amounts database
moneromooo-monero
2016-08-28
1
-23
/
+2
*
|
rct: add the tx prefix hash into the MLSAG
moneromooo-monero
2016-08-28
1
-3
/
+4
*
|
ringct: do not serialize what can be reconstructed
moneromooo-monero
2016-08-28
2
-24
/
+81
*
|
Use the supplied hard fork version in validate_miner_transaction
moneromooo-monero
2016-08-28
1
-1
/
+1
*
|
add rct to the protocol
moneromooo-monero
2016-08-28
8
-149
/
+451
*
|
make rct tx serialization work
moneromooo-monero
2016-08-28
1
-0
/
+56
*
|
core: link against libringct
moneromooo-monero
2016-08-28
1
-0
/
+1
*
|
core: new /getrandom_rctouts.bin binary RPC call
moneromooo-monero
2016-08-28
4
-0
/
+136
*
|
remove original Cryptonote blockchain_storage blockchain format
moneromooo-monero
2016-08-28
8
-2404
/
+0
|
/
*
Fix fake 'network synchronized, begin using' messages
Thomas Winget
2016-08-23
1
-1
/
+4
*
daemon: print time to next fork
moneromooo-monero
2016-08-12
3
-0
/
+26
*
Fake outs set is now decided by the wallet
moneromooo-monero
2016-08-11
4
-0
/
+46
*
new unlocked parameter to output_histogram
moneromooo-monero
2016-08-01
2
-3
/
+4
*
hardfork: fix off by one in rescaning fork state after restart
moneromooo-monero
2016-07-25
1
-3
/
+8
*
remove hf_starting_height db
moneromooo-monero
2016-07-13
2
-24
/
+6
*
tx_extra: parse new chunk added by minergate
blashyrkh
2016-06-06
1
-1
/
+12
*
Merge pull request #831
Riccardo Spagni
2016-05-17
2
-5
/
+5
|
\
|
*
tests: fix tests broken by the removal of the block reward accumulation loop
moneromooo-monero
2016-05-01
1
-1
/
+1
|
*
core: move tx_extra parsing errors to log level 1
moneromooo-monero
2016-05-01
1
-4
/
+4
*
|
Merge branch 'performance' of https://github.com/LMDB/bitmonero
Riccardo Spagni
2016-04-29
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'performance' into master
Howard Chu
2016-04-05
1
-2
/
+3
|
|
\
|
|
*
Schema update: tx_indices - improve further with less indirection
warptangent
2016-04-05
1
-2
/
+3
[next]