index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_tests
/
serialization.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-21
copyright: bump to 2024
copyCat
1
-1
/
+1
2024-05-20
Merge pull request #9257
luigi1111
1
-0
/
+92
2024-03-19
serialization: do any N-tuple
jeffro256
1
-0
/
+92
2024-03-10
serialization: protect blob serialization from undefined behavior
jeffro256
1
-0
/
+5
2023-11-18
serialization: fix infinite loops and clean up dispatching
jeffro256
1
-5
/
+34
2023-01-16
Copyright: Update to 2023
mj-xmr
1
-1
/
+1
2022-06-30
multisig: fix critical vulnerabilities in signing
anon
1
-2
/
+2
2022-03-04
Copyright: Update to 2022
mj-xmr
1
-1
/
+1
2021-09-08
unit_tests: fix use after free in serialization test
moneromooo-monero
1
-2
/
+4
2021-01-23
Improve cryptonote (block and tx) binary read performance
Lee Clagett
1
-7
/
+5
2020-08-27
Integrate CLSAGs into monero
moneromooo-monero
1
-1
/
+21
2020-08-27
Merge pull request #6690
Alexander Blair
1
-1
/
+1
2020-08-17
Revert "Use domain-separated ChaCha20 for in-memory key encryption"
luigi1111
1
-40
/
+0
2020-08-17
replace most boost serialization with existing monero serialization
moneromooo-monero
1
-1
/
+1
2020-08-09
Use domain-separated ChaCha20 for in-memory key encryption
Sarang Noether
1
-0
/
+40
2020-05-06
Update copyright year to 2020
SomaticFanatic
1
-1
/
+1
2020-01-26
wallet: do not split integrated addresses in address book api
moneromooo-monero
1
-1
/
+0
2019-04-11
ringct: prevent use of full ringct signatures for more than one input
moneromooo-monero
1
-65
/
+14
2019-03-24
Make difficulty 128 bit instead of 64 bit
moneromooo-monero
1
-0
/
+23
2019-03-05
Update 2019 copyright
binaryFate
1
-1
/
+1
2019-01-22
ringct: remove unused senderPk from ecdhTuple
moneromooo-monero
1
-2
/
+0
2019-01-22
add a bulletproof version, new bulletproof type, and rct config
moneromooo-monero
1
-1
/
+2
2018-11-04
simplewallet: print the number of show/all transfers
moneromooo-monero
1
-1
/
+0
2018-11-04
wallet2: only export necessary outputs and key images
moneromooo-monero
1
-1
/
+13
2018-09-04
Merge pull request #4264
luigi1111
1
-1
/
+1
2018-08-16
wallet2: make --restricted-rpc available for wallet RPC only
stoffu
1
-2
/
+1
2018-08-15
unit_tests: remove std::move in return statement
moneromooo-monero
1
-1
/
+1
2018-08-08
wallet: allow adjusting number of rounds for the key derivation function
stoffu
1
-1
/
+1
2018-03-05
Stagenet
stoffu
1
-14
/
+14
2018-03-04
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
1
-1
/
+2
2018-02-12
unit_tests.serialization: refactored with ASSERT_EQ_MAP
stoffu
1
-17
/
+21
2018-01-26
Update 2018 copyright
xmr-eric
1
-1
/
+1
2018-01-10
Merge pull request #2990
Riccardo Spagni
1
-1
/
+0
2017-12-25
Add a chacha20 variant to go with chacha8
moneromooo-monero
1
-4
/
+4
2017-12-22
factor STL container serialization
moneromooo-monero
1
-1
/
+0
2017-12-17
Add N/N multisig tx generation and signing
moneromooo-monero
1
-1
/
+1
2017-11-14
remove "using namespace std" from headers
moneromooo-monero
1
-0
/
+1
2017-10-15
Merge pull request #2610
Riccardo Spagni
1
-4
/
+4
2017-10-08
unit_tests: fix compiling on Windows
iDunk5400
1
-4
/
+4
2017-10-07
Subaddresses
kenshi84
1
-10
/
+10
2017-09-28
tests: pass data dir as arg
redfish
1
-8
/
+9
2017-04-11
Improvements for epee binary to hex functions:
Lee Clagett
1
-4
/
+0
2017-03-23
core: cache tx and block hashes in the respective classes
moneromooo-monero
1
-0
/
+14
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
2016-08-28
rct: change the simple flag to a type
moneromooo-monero
1
-1
/
+1
2016-08-28
rct: avoid the need for the last II element
Shen Noether
1
-4
/
+2
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
2016-08-28
rct: do not serialize public keys in outPk
moneromooo-monero
1
-1
/
+2
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
2016-08-28
ringct: do not serialize what can be reconstructed
moneromooo-monero
1
-19
/
+11
2016-08-28
make rct tx serialization work
moneromooo-monero
1
-0
/
+201
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
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