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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1014
Riccardo Spagni
2016-08-30
1
-1
/
+3
|
\
|
*
db_lmdb: fix reorg with "halfway rct" coinbase outputs
moneromooo-monero
2016-08-29
1
-1
/
+3
*
|
wallet: fix not finding enough rct fake outputs
moneromooo-monero
2016-08-29
1
-3
/
+8
|
/
*
More for PR#999
Howard Chu
2016-08-29
1
-1
/
+1
*
wallet_rpc_server: return payment id in make_integrated_address RPC
moneromooo-monero
2016-08-29
2
-0
/
+3
*
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
*
|
ringct: remove unused code
moneromooo-monero
2016-08-28
1
-245
/
+0
*
|
ringct: pass structure by const ref, not value
moneromooo-monero
2016-08-28
2
-2
/
+2
*
|
ringct: use memcpy/memset instead of handwritten loop where appropriate
moneromooo-monero
2016-08-28
1
-29
/
+11
*
|
ringct: remove spurious copies
moneromooo-monero
2016-08-28
1
-24
/
+4
*
|
rct: faster Cryptonote/rct conversions
moneromooo-monero
2016-08-28
1
-8
/
+8
*
|
wallet: fix some "may be used uninitialized" warnings
moneromooo-monero
2016-08-28
3
-26
/
+25
*
|
wallet: do not generate 0 change
moneromooo-monero
2016-08-28
1
-3
/
+6
*
|
core: use full rct signatures if just one input
moneromooo-monero
2016-08-28
1
-1
/
+4
*
|
rct: early out on failure on verRange
moneromooo-monero
2016-08-28
1
-3
/
+5
*
|
wallet: do not ask for duplicate histograms
moneromooo-monero
2016-08-28
1
-0
/
+3
*
|
wallet: transfer_selected_rct now also selects fake outs
moneromooo-monero
2016-08-28
4
-174
/
+95
*
|
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
*
|
ringct: use Cryptonote serialization to hash non prunable data
moneromooo-monero
2016-08-28
1
-21
/
+9
*
|
New "Halfway RingCT" outputs for coinbase transactions
moneromooo-monero
2016-08-28
9
-25
/
+92
*
|
rct: log why verification fails
moneromooo-monero
2016-08-28
1
-9
/
+13
*
|
rct: serialize txnFee as varint
moneromooo-monero
2016-08-28
1
-1
/
+1
*
|
rct amount key modified as per luigi1111's recommendations
moneromooo-monero
2016-08-28
13
-117
/
+68
*
|
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
2016-08-28
6
-51
/
+112
*
|
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
5
-196
/
+191
*
|
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
6
-23
/
+44
*
|
rct: avoid the need for the last II element
Shen Noether
2016-08-28
5
-51
/
+53
*
|
wallet: do not store signatures in the wallet cache
moneromooo-monero
2016-08-28
9
-30
/
+89
*
|
core: add some locking around pool use
moneromooo-monero
2016-08-28
2
-1
/
+4
*
|
wallet2: factor m_spent changes
moneromooo-monero
2016-08-28
2
-26
/
+31
*
|
wallet: always use new algorithm for RPC transfers
moneromooo-monero
2016-08-28
2
-7
/
+2
*
|
rct: do not serialize senderPk - it is not used anymore
moneromooo-monero
2016-08-28
2
-2
/
+2
*
|
wallet: use the prefered rct case only when enough rct outs exist
moneromooo-monero
2016-08-28
2
-1
/
+27
*
|
wallet: do not try to use rct txes a few blocks before the fork
moneromooo-monero
2016-08-28
3
-22
/
+31
*
|
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
3
-5
/
+10
*
|
simplewallet: better check_tx_key feedback
moneromooo-monero
2016-08-28
1
-2
/
+20
*
|
rct: make the amount key derivable by a third party with the tx key
moneromooo-monero
2016-08-28
9
-72
/
+105
*
|
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
7
-33
/
+85
*
|
wallet2_api: zero amounts are now allowed with rct
moneromooo-monero
2016-08-28
1
-6
/
+0
*
|
wallet2_api: update on_money_{received,spent} prototypes for rct changes
moneromooo-monero
2016-08-28
1
-4
/
+2
*
|
rpc: send global indices along with blocks/transacions on refresh
moneromooo-monero
2016-08-28
4
-35
/
+78
*
|
core: always use the new simple rct variant
moneromooo-monero
2016-08-28
1
-1
/
+1
*
|
wallet: better tx input selection
moneromooo-monero
2016-08-28
2
-29
/
+77
*
|
rct: use the already defined H where possible
moneromooo-monero
2016-08-28
1
-2
/
+1
[next]