aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/serialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System3 hours1-11/+20
* Improve unpack reserve handlingLee Clagett2026-04-271-0/+14
* build: fix build with Boost 1.85 and remove instances of viewkey logging [REL...jeffro2562024-09-101-1/+1
* serialization: fix infinite loops and clean up dispatchingjeffro2562024-02-081-5/+34
* multisig: fix critical vulnerabilities in signinganon2022-06-301-2/+2
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* unit_tests: fix use after free in serialization testmoneromooo-monero2021-09-081-2/+4
* 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