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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use the supplied hard fork version in validate_miner_transaction
moneromooo-monero
2016-08-28
1
-1
/
+1
*
wallet: update spent status when an accepted tx disappears
moneromooo-monero
2016-08-28
1
-0
/
+19
*
wallet: reset output spent status on blockchain reorg
moneromooo-monero
2016-08-28
2
-11
/
+61
*
ringct: catch errors from ge_frombytes_vartime
moneromooo-monero
2016-08-28
1
-11
/
+12
*
tests: test for ringct rctSig data sizes
moneromooo-monero
2016-08-28
1
-3
/
+44
*
ringct: add missing size check for ecdhInfo
moneromooo-monero
2016-08-28
1
-0
/
+1
*
ringct: change asserts to return false for boolean functions
moneromooo-monero
2016-08-28
1
-10
/
+10
*
add rct to the protocol
moneromooo-monero
2016-08-28
26
-274
/
+1208
*
db_lmdb: update reset for recent db changes
moneromooo-monero
2016-08-28
1
-0
/
+10
*
ringct: add functions to commit to an amount
moneromooo-monero
2016-08-28
2
-0
/
+21
*
make rct tx serialization work
moneromooo-monero
2016-08-28
4
-28
/
+305
*
crypto: error out where appropriate
moneromooo-monero
2016-08-28
1
-2
/
+2
*
ringct: allow no outputs, and add tests for this and fees
moneromooo-monero
2016-08-28
2
-33
/
+75
*
ringct: make fee optional
moneromooo-monero
2016-08-28
1
-2
/
+9
*
ringct: txn fee stuff
Shen Noether
2016-08-28
4
-13
/
+85
*
ringct: new {gen,decode}Rct APIs for convenience
moneromooo-monero
2016-08-28
2
-11
/
+27
*
ringct: add more convenience functions
moneromooo-monero
2016-08-28
1
-4
/
+14
*
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
7
-0
/
+192
*
ringct: add convenience functions to bridge ringct and cryptonote
moneromooo-monero
2016-08-28
1
-0
/
+5
*
blockchain_db: add functions for adding/removing/getting rct commitments
moneromooo-monero
2016-08-28
4
-0
/
+157
*
ringct: restore verRange check in debug mode
moneromooo-monero
2016-08-28
1
-1
/
+1
*
ringct: add check for destinations/amount size being equal
moneromooo-monero
2016-08-28
1
-0
/
+1
*
ringct: fix off by 1 in mixin usage
moneromooo-monero
2016-08-28
1
-3
/
+3
*
ringct: simplify random key generation
moneromooo-monero
2016-08-28
1
-7
/
+2
*
tests: new ringct test for checking H2 values
Shen Noether
2016-08-28
1
-0
/
+11
*
ringct: cosmetic fixes
Shen Noether
2016-08-28
4
-46
/
+9
*
ringct: changes to hashToPointSimple to calcualte H2 values
Shen Noether
2016-08-28
1
-0
/
+5
*
ringct: compare keys with bitwise equality, not crypto ops
Shen Noether
2016-08-28
1
-7
/
+6
*
ringct: fix size argument to cn_fast_hash
Shen Noether
2016-08-28
1
-1
/
+1
*
tests: zero inputs/outputs are in fact supposed to be accepted
moneromooo-monero
2016-08-28
1
-14
/
+14
[next]