Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-23 | core: cache tx and block hashes in the respective classes | moneromooo-monero | 1 | -0/+14 | |
An idea from smooth | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -2/+2 | |
2017-01-14 | unit_tests: fix portable serialization tests hardcoded data path | moneromooo-monero | 1 | -4/+4 | |
2017-01-03 | portable serializer: tests added | kenshi84 | 1 | -0/+513 | |
2016-12-20 | Fixed uninitialized valgrind errors in serialization tests | Lee Clagett | 1 | -2/+4 | |
2016-12-04 | ringct: switch to Borromean signatures | Shen Noether | 1 | -7/+7 | |
2016-11-20 | tests: fix uninitialized data valgrind reports in serialization tests | moneromooo-monero | 1 | -1/+4 | |
2016-10-29 | ringct: check the size of amount_keys is the same as destinations | moneromooo-monero | 1 | -0/+1 | |
2016-09-14 | rct: rework serialization to avoid storing vector sizes | moneromooo-monero | 1 | -2/+5 | |
2016-08-28 | rct: rework v2 txes into prunable and non prunable data | moneromooo-monero | 1 | -12/+13 | |
Nothing is pruned, but this allows easier changes later. | |||||
2016-08-28 | rct: change the simple flag to a type | moneromooo-monero | 1 | -1/+1 | |
for future expansion | |||||
2016-08-28 | rct: avoid the need for the last II element | Shen Noether | 1 | -4/+2 | |
This element is used in the generation of the MLSAG, but isn't needed in verification. Also misc changes in the cryptonote code to match, by mooo. | |||||
2016-08-28 | rct: do not serialize senderPk - it is not used anymore | moneromooo-monero | 1 | -1/+3 | |
2016-08-28 | rct: make the amount key derivable by a third party with the tx key | moneromooo-monero | 1 | -1/+3 | |
Scheme design from luigi1114. | |||||
2016-08-28 | rct: do not serialize public keys in outPk | moneromooo-monero | 1 | -1/+2 | |
They can be reconstructed from vout | |||||
2016-08-28 | integrate simple rct api | moneromooo-monero | 1 | -1/+2 | |
2016-08-28 | rct: add the tx prefix hash into the MLSAG | moneromooo-monero | 1 | -1/+1 | |
to protect the non-signatures parts of the tx from tampering. | |||||
2016-08-28 | ringct: do not serialize what can be reconstructed | moneromooo-monero | 1 | -19/+11 | |
The mixRing (output keys and commitments) and II fields (key images) can be reconstructed from vin data. This saves some modest amount of space in the tx. | |||||
2016-08-28 | make rct tx serialization work | moneromooo-monero | 1 | -0/+201 | |
It may be suboptimal, but it's a pain to have to rebuild everything when some of this changes. Also, no clue why there seems to be two different code paths for serializing a tx... | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-09-25 | Revert "low risk, potentially varint overflow bug patched thanks to BBR" | Riccardo Spagni | 1 | -31/+0 | |
This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4. | |||||
2014-09-24 | low risk, potentially varint overflow bug patched thanks to BBR | Riccardo Spagni | 1 | -0/+31 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+418 | |