index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit_tests
/
serialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Establish Monzero Phase 0 and inactive assets baseline
monzero-phase0-assets-prototype-20260815
Monzero Build System
3 hours
1
-11
/
+20
*
Improve unpack reserve handling
Lee Clagett
2026-04-27
1
-0
/
+14
*
build: fix build with Boost 1.85 and remove instances of viewkey logging [REL...
jeffro256
2024-09-10
1
-1
/
+1
*
serialization: fix infinite loops and clean up dispatching
jeffro256
2024-02-08
1
-5
/
+34
*
multisig: fix critical vulnerabilities in signing
anon
2022-06-30
1
-2
/
+2
*
Copyright: Update to 2022
mj-xmr
2022-03-04
1
-1
/
+1
*
unit_tests: fix use after free in serialization test
moneromooo-monero
2021-09-08
1
-2
/
+4
*
Improve cryptonote (block and tx) binary read performance
Lee Clagett
2021-01-23
1
-7
/
+5
*
Integrate CLSAGs into monero
moneromooo-monero
2020-08-27
1
-1
/
+21
*
Merge pull request #6690
Alexander Blair
2020-08-27
1
-1
/
+1
|
\
|
*
replace most boost serialization with existing monero serialization
moneromooo-monero
2020-08-17
1
-1
/
+1
*
|
Revert "Use domain-separated ChaCha20 for in-memory key encryption"
luigi1111
2020-08-17
1
-40
/
+0
|
/
*
Use domain-separated ChaCha20 for in-memory key encryption
Sarang Noether
2020-08-09
1
-0
/
+40
*
Update copyright year to 2020
SomaticFanatic
2020-05-06
1
-1
/
+1
*
wallet: do not split integrated addresses in address book api
moneromooo-monero
2020-01-26
1
-1
/
+0
*
ringct: prevent use of full ringct signatures for more than one input
moneromooo-monero
2019-04-11
1
-65
/
+14
*
Make difficulty 128 bit instead of 64 bit
moneromooo-monero
2019-03-24
1
-0
/
+23
*
Update 2019 copyright
binaryFate
2019-03-05
1
-1
/
+1
*
ringct: remove unused senderPk from ecdhTuple
moneromooo-monero
2019-01-22
1
-2
/
+0
*
add a bulletproof version, new bulletproof type, and rct config
moneromooo-monero
2019-01-22
1
-1
/
+2
*
simplewallet: print the number of show/all transfers
moneromooo-monero
2018-11-04
1
-1
/
+0
*
wallet2: only export necessary outputs and key images
moneromooo-monero
2018-11-04
1
-1
/
+13
*
Merge pull request #4264
luigi1111
2018-09-04
1
-1
/
+1
|
\
|
*
unit_tests: remove std::move in return statement
moneromooo-monero
2018-08-15
1
-1
/
+1
*
|
wallet2: make --restricted-rpc available for wallet RPC only
stoffu
2018-08-16
1
-2
/
+1
*
|
wallet: allow adjusting number of rounds for the key derivation function
stoffu
2018-08-08
1
-1
/
+1
|
/
*
Stagenet
stoffu
2018-03-05
1
-14
/
+14
*
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
2018-03-04
1
-1
/
+2
*
unit_tests.serialization: refactored with ASSERT_EQ_MAP
stoffu
2018-02-12
1
-17
/
+21
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
Merge pull request #2990
Riccardo Spagni
2018-01-10
1
-1
/
+0
|
\
|
*
factor STL container serialization
moneromooo-monero
2017-12-22
1
-1
/
+0
*
|
Add a chacha20 variant to go with chacha8
moneromooo-monero
2017-12-25
1
-4
/
+4
|
/
*
Add N/N multisig tx generation and signing
moneromooo-monero
2017-12-17
1
-1
/
+1
*
remove "using namespace std" from headers
moneromooo-monero
2017-11-14
1
-0
/
+1
*
Merge pull request #2610
Riccardo Spagni
2017-10-15
1
-4
/
+4
|
\
|
*
unit_tests: fix compiling on Windows
iDunk5400
2017-10-08
1
-4
/
+4
*
|
Subaddresses
kenshi84
2017-10-07
1
-10
/
+10
|
/
*
tests: pass data dir as arg
redfish
2017-09-28
1
-8
/
+9
*
Improvements for epee binary to hex functions:
Lee Clagett
2017-04-11
1
-4
/
+0
*
core: cache tx and block hashes in the respective classes
moneromooo-monero
2017-03-23
1
-0
/
+14
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-2
/
+2
*
unit_tests: fix portable serialization tests hardcoded data path
moneromooo-monero
2017-01-14
1
-4
/
+4
*
portable serializer: tests added
kenshi84
2017-01-03
1
-0
/
+513
*
Fixed uninitialized valgrind errors in serialization tests
Lee Clagett
2016-12-20
1
-2
/
+4
*
ringct: switch to Borromean signatures
Shen Noether
2016-12-04
1
-7
/
+7
*
tests: fix uninitialized data valgrind reports in serialization tests
moneromooo-monero
2016-11-20
1
-1
/
+4
*
ringct: check the size of amount_keys is the same as destinations
moneromooo-monero
2016-10-29
1
-0
/
+1
*
rct: rework serialization to avoid storing vector sizes
moneromooo-monero
2016-09-14
1
-2
/
+5
[next]