aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/serialization.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-21copyright: bump to 2024copyCat1-1/+1
2024-05-20Merge pull request #9257luigi11111-0/+92
2024-03-19serialization: do any N-tuplejeffro2561-0/+92
2024-03-10serialization: protect blob serialization from undefined behaviorjeffro2561-0/+5
2023-11-18serialization: fix infinite loops and clean up dispatchingjeffro2561-5/+34
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-06-30multisig: fix critical vulnerabilities in signinganon1-2/+2
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-09-08unit_tests: fix use after free in serialization testmoneromooo-monero1-2/+4
2021-01-23Improve cryptonote (block and tx) binary read performanceLee Clagett1-7/+5
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-1/+21
2020-08-27Merge pull request #6690Alexander Blair1-1/+1
2020-08-17Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11111-40/+0
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero1-1/+1
2020-08-09Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether1-0/+40
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero1-1/+0
2019-04-11ringct: prevent use of full ringct signatures for more than one inputmoneromooo-monero1-65/+14
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-0/+23
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-22ringct: remove unused senderPk from ecdhTuplemoneromooo-monero1-2/+0
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-1/+2
2018-11-04simplewallet: print the number of show/all transfersmoneromooo-monero1-1/+0
2018-11-04wallet2: only export necessary outputs and key imagesmoneromooo-monero1-1/+13
2018-09-04Merge pull request #4264luigi11111-1/+1
2018-08-16wallet2: make --restricted-rpc available for wallet RPC onlystoffu1-2/+1
2018-08-15unit_tests: remove std::move in return statementmoneromooo-monero1-1/+1
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu1-1/+1
2018-03-05Stagenetstoffu1-14/+14
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm1-1/+2
2018-02-12unit_tests.serialization: refactored with ASSERT_EQ_MAPstoffu1-17/+21
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-10Merge pull request #2990Riccardo Spagni1-1/+0
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero1-4/+4
2017-12-22factor STL container serializationmoneromooo-monero1-1/+0
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero1-1/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+1
2017-10-15Merge pull request #2610Riccardo Spagni1-4/+4
2017-10-08unit_tests: fix compiling on WindowsiDunk54001-4/+4
2017-10-07Subaddresseskenshi841-10/+10
2017-09-28tests: pass data dir as argredfish1-8/+9
2017-04-11Improvements for epee binary to hex functions:Lee Clagett1-4/+0
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-0/+14
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-2/+2
2017-01-14unit_tests: fix portable serialization tests hardcoded data pathmoneromooo-monero1-4/+4
2017-01-03portable serializer: tests addedkenshi841-0/+513
2016-12-20Fixed uninitialized valgrind errors in serialization testsLee Clagett1-2/+4
2016-12-04ringct: switch to Borromean signaturesShen Noether1-7/+7
2016-11-20tests: fix uninitialized data valgrind reports in serialization testsmoneromooo-monero1-1/+4
2016-10-29ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero1-0/+1
2016-09-14rct: rework serialization to avoid storing vector sizesmoneromooo-monero1-2/+5
2016-08-28rct: rework v2 txes into prunable and non prunable datamoneromooo-monero1-12/+13
2016-08-28rct: change the simple flag to a typemoneromooo-monero1-1/+1
2016-08-28rct: avoid the need for the last II elementShen Noether1-4/+2
2016-08-28rct: do not serialize senderPk - it is not used anymoremoneromooo-monero1-1/+3
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-1/+3
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero1-1/+2
2016-08-28integrate simple rct apimoneromooo-monero1-1/+2
2016-08-28rct: add the tx prefix hash into the MLSAGmoneromooo-monero1-1/+1
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero1-19/+11
2016-08-28make rct tx serialization workmoneromooo-monero1-0/+201
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-09-25Revert "low risk, potentially varint overflow bug patched thanks to BBR"Riccardo Spagni1-31/+0
2014-09-24low risk, potentially varint overflow bug patched thanks to BBRRiccardo Spagni1-0/+31
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-03-03moved all stuff to githubAntonio Juarez1-0/+418