index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
|
*
|
tests: hard fork list must end with a 0
moneromooo-monero
2016-08-28
3
-4
/
+4
|
*
|
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
19
-36
/
+120
|
*
|
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
15
-133
/
+85
|
*
|
rct: rework v2 txes into prunable and non prunable data
moneromooo-monero
2016-08-28
8
-90
/
+153
|
*
|
rct: rework the verification preparation process
moneromooo-monero
2016-08-28
6
-200
/
+195
|
*
|
rct: change the simple flag to a type
moneromooo-monero
2016-08-28
8
-25
/
+46
|
*
|
rct: avoid the need for the last II element
Shen Noether
2016-08-28
6
-55
/
+55
|
*
|
wallet: do not store signatures in the wallet cache
moneromooo-monero
2016-08-28
11
-31
/
+95
|
*
|
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
3
-3
/
+5
|
*
|
core_tests: fix a couple pre-rct tests using rct
moneromooo-monero
2016-08-28
1
-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
5
-14
/
+19
|
*
|
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
12
-92
/
+140
|
*
|
rct: do not serialize public keys in outPk
moneromooo-monero
2016-08-28
8
-34
/
+87
|
*
|
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
|
*
|
tests: add tests for wallet output selection
moneromooo-monero
2016-08-28
2
-1
/
+100
|
*
|
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
|
*
|
wallet: handle 0 change properly
moneromooo-monero
2016-08-28
1
-7
/
+8
|
*
|
port get_tx_key/check_tx_key to rct
moneromooo-monero
2016-08-28
10
-34
/
+181
|
*
|
tests: add basic tests for simple rct api
moneromooo-monero
2016-08-28
1
-44
/
+378
|
*
|
integrate simple rct api
moneromooo-monero
2016-08-28
11
-182
/
+394
|
*
|
serialization: add override for serializing bool
moneromooo-monero
2016-08-28
1
-0
/
+6
|
*
|
ringct: optimization/cleanup of hash functions
Shen Noether
2016-08-28
3
-22
/
+45
|
*
|
ringct: "simple" ringct variant
Shen Noether
2016-08-28
6
-3
/
+262
|
*
|
wallet: rct specific output selection
moneromooo-monero
2016-08-28
2
-3
/
+125
|
*
|
wallet: make sweep_all work with rct txes too
moneromooo-monero
2016-08-28
1
-7
/
+21
|
*
|
mixable transactions must be rct for v3
moneromooo-monero
2016-08-28
4
-6
/
+33
|
*
|
wallet: factor transfer_rct code with transfer code
moneromooo-monero
2016-08-28
4
-267
/
+42
|
*
|
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
8
-195
/
+63
|
*
|
rct: add the tx prefix hash into the MLSAG
moneromooo-monero
2016-08-28
6
-9
/
+43
|
*
|
ringct: fix size unit mismatch calling keccak
moneromooo-monero
2016-08-28
1
-1
/
+1
|
*
|
ringct: do not serialize what can be reconstructed
moneromooo-monero
2016-08-28
8
-71
/
+145
|
*
|
Add rct core tests
moneromooo-monero
2016-08-28
7
-10
/
+764
[prev]
[next]