aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/serialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-7/+5
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-1/+21
* Merge pull request #6690Alexander Blair2020-08-271-1/+1
|\
| * replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-171-1/+1
* | Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11112020-08-171-40/+0
|/
* Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether2020-08-091-0/+40
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* wallet: do not split integrated addresses in address book apimoneromooo-monero2020-01-261-1/+0
* ringct: prevent use of full ringct signatures for more than one inputmoneromooo-monero2019-04-111-65/+14
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-0/+23
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* ringct: remove unused senderPk from ecdhTuplemoneromooo-monero2019-01-221-2/+0
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-1/+2
* simplewallet: print the number of show/all transfersmoneromooo-monero2018-11-041-1/+0
* wallet2: only export necessary outputs and key imagesmoneromooo-monero2018-11-041-1/+13
* Merge pull request #4264luigi11112018-09-041-1/+1
|\
| * unit_tests: remove std::move in return statementmoneromooo-monero2018-08-151-1/+1
* | wallet2: make --restricted-rpc available for wallet RPC onlystoffu2018-08-161-2/+1
* | wallet: allow adjusting number of rounds for the key derivation functionstoffu2018-08-081-1/+1
|/
* Stagenetstoffu2018-03-051-14/+14
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-1/+2
* unit_tests.serialization: refactored with ASSERT_EQ_MAPstoffu2018-02-121-17/+21
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #2990Riccardo Spagni2018-01-101-1/+0
|\
| * factor STL container serializationmoneromooo-monero2017-12-221-1/+0
* | Add a chacha20 variant to go with chacha8moneromooo-monero2017-12-251-4/+4
|/
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-1/+1
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+1
* Merge pull request #2610Riccardo Spagni2017-10-151-4/+4
|\
| * unit_tests: fix compiling on WindowsiDunk54002017-10-081-4/+4
* | Subaddresseskenshi842017-10-071-10/+10
|/
* tests: pass data dir as argredfish2017-09-281-8/+9
* Improvements for epee binary to hex functions:Lee Clagett2017-04-111-4/+0
* core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-231-0/+14
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-2/+2
* unit_tests: fix portable serialization tests hardcoded data pathmoneromooo-monero2017-01-141-4/+4
* portable serializer: tests addedkenshi842017-01-031-0/+513
* Fixed uninitialized valgrind errors in serialization testsLee Clagett2016-12-201-2/+4
* ringct: switch to Borromean signaturesShen Noether2016-12-041-7/+7
* tests: fix uninitialized data valgrind reports in serialization testsmoneromooo-monero2016-11-201-1/+4
* ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-291-0/+1
* rct: rework serialization to avoid storing vector sizesmoneromooo-monero2016-09-141-2/+5
* rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-281-12/+13
* rct: change the simple flag to a typemoneromooo-monero2016-08-281-1/+1
* rct: avoid the need for the last II elementShen Noether2016-08-281-4/+2
* rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-281-1/+3
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-281-1/+3
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-1/+2
* integrate simple rct apimoneromooo-monero2016-08-281-1/+2